Lines Matching defs:bnx2x_virtf
120 struct bnx2x_virtf { struct
121 u16 cfg_flags;
130 u8 link_cfg; /* IFLA_VF_LINK_STATE_AUTO
134 u8 state;
140 bool flr_clnup_stage; /* true during flr cleanup */
143 dma_addr_t fw_stat_map; /* valid iff VF_CFG_STATS */
144 u16 stats_stride;
145 dma_addr_t spq_map;
146 dma_addr_t bulletin_map;
159 struct vf_pf_resc_request alloc_resc;
169 u8 sb_count; /* actual number of SBs */
170 u8 igu_base_id; /* base igu status block id */
172 struct bnx2x_vf_queue *vfqs;
178 u8 index; /* index in the vf array */
179 u8 abs_vfid;
180 u8 sp_cl_id;
181 u32 error; /* 0 means all's-well */
184 unsigned int bus;
185 unsigned int devfn;
188 struct bnx2x_vf_bar bars[PCI_SRIOV_NUM_BARS];
191 unsigned long filter_state;
196 int leading_rss;
199 int mcast_list_len;
200 struct bnx2x_mcast_obj mcast_obj;
203 struct bnx2x_rss_config_obj rss_conf_obj;
206 struct mutex op_mutex; /* one vfop at a time mutex */
207 enum channel_tlvs op_current;
209 u8 fp_hsi;