Lines Matching defs:mlx4_slave_state
478 struct mlx4_slave_state { struct
479 u8 comm_toggle;
480 u8 last_cmd;
481 u8 init_port_mask;
482 bool active;
483 bool old_vlan_api;
484 u8 function;
485 dma_addr_t vhcr_dma;
486 u16 mtu[MLX4_MAX_PORTS + 1];
487 __be32 ib_cap_mask[MLX4_MAX_PORTS + 1];
488 struct mlx4_slave_eqe eq[MLX4_MFUNC_MAX_EQES];
489 struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
490 struct mlx4_vlan_fltr *vlan_filter[MLX4_MAX_PORTS + 1];
492 struct mlx4_slave_event_eq_info event_eq[MLX4_EVENT_TYPES_NUM];
493 u16 eq_pi;
494 u16 eq_ci;
495 spinlock_t lock;
497 u8 is_slave_going_down;
498 u32 cookie;
499 enum slave_port_state port_state[MLX4_MAX_PORTS + 1];