Lines Matching defs:iavf_vsi
234 struct iavf_vsi { struct
235 if_ctx_t ctx;
236 if_softc_ctx_t shared;
237 if_t ifp;
238 struct iavf_sc *back;
239 device_t dev;
240 struct iavf_hw *hw;
242 int id;
243 u16 num_rx_queues;
244 u16 num_tx_queues;
245 u32 rx_itr_setting;
246 u32 tx_itr_setting;
247 u16 max_frame_size;
248 bool enable_head_writeback;
250 bool link_active;
252 struct iavf_tx_queue *tx_queues;
253 struct iavf_rx_queue *rx_queues;
254 struct if_irq irq;
256 u16 num_vlans;
257 u16 num_macs;
260 struct iavf_eth_stats eth_stats;
261 struct iavf_eth_stats eth_stats_offsets;
262 bool stat_offsets_loaded;
264 u64 ipackets;
265 u64 ierrors;
266 u64 opackets;
267 u64 oerrors;
268 u64 ibytes;
269 u64 obytes;
270 u64 imcasts;
271 u64 omcasts;
272 u64 iqdrops;
273 u64 oqdrops;
274 u64 noproto;
277 u64 flags;
278 struct sysctl_oid *vsi_node;
279 struct sysctl_ctx_list sysctl_ctx;