Lines Matching defs:mlx4_slave_state
467 struct mlx4_slave_state { struct
468 u8 comm_toggle;
469 u8 last_cmd;
470 u8 init_port_mask;
471 bool active;
472 bool old_vlan_api;
473 u8 function;
474 dma_addr_t vhcr_dma;
475 u16 mtu[MLX4_MAX_PORTS + 1];
476 __be32 ib_cap_mask[MLX4_MAX_PORTS + 1];
477 struct mlx4_slave_eqe eq[MLX4_MFUNC_MAX_EQES];
478 struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
479 struct mlx4_vlan_fltr *vlan_filter[MLX4_MAX_PORTS + 1];
481 struct mlx4_slave_event_eq_info event_eq[MLX4_EVENT_TYPES_NUM];
482 u16 eq_pi;
483 u16 eq_ci;
484 spinlock_t lock;
486 u8 is_slave_going_down;
487 u32 cookie;
488 enum slave_port_state port_state[MLX4_MAX_PORTS + 1];