diff options
| author | David S. Miller <davem@davemloft.net> | 2014-07-16 17:09:34 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-07-16 17:09:34 -0400 |
| commit | 1a98c69af1ecd97bfd1f4e4539924a9192434e36 (patch) | |
| tree | a243defcf921ea174f8e43fce11d06830a6a9c36 /include/linux/mlx4 | |
| parent | 7a575f6b907ea5d207d2b5010293c189616eae34 (diff) | |
| parent | b6603fe574af289dbe9eb9fb4c540bca04f5a053 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx4')
| -rw-r--r-- | include/linux/mlx4/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index db0aef37645f..fa660aedb822 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -589,8 +589,6 @@ struct mlx4_cq { | |||
| 589 | u32 cons_index; | 589 | u32 cons_index; |
| 590 | 590 | ||
| 591 | u16 irq; | 591 | u16 irq; |
| 592 | bool irq_affinity_change; | ||
| 593 | |||
| 594 | __be32 *set_ci_db; | 592 | __be32 *set_ci_db; |
| 595 | __be32 *arm_db; | 593 | __be32 *arm_db; |
| 596 | int arm_sn; | 594 | int arm_sn; |
| @@ -1178,6 +1176,8 @@ int mlx4_assign_eq(struct mlx4_dev *dev, char *name, struct cpu_rmap *rmap, | |||
| 1178 | int *vector); | 1176 | int *vector); |
| 1179 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); | 1177 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); |
| 1180 | 1178 | ||
| 1179 | int mlx4_eq_get_irq(struct mlx4_dev *dev, int vec); | ||
| 1180 | |||
| 1181 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); | 1181 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); |
| 1182 | int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port); | 1182 | int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port); |
| 1183 | int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); | 1183 | int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port); |
