Lines Matching defs:nicvf
289 struct nicvf { struct
290 struct nicvf *pnicvf; argument
304 struct nicvf_rss_info rss_info; argument
320 struct nicvf_hw_stats hw_stats; argument
321 struct nicvf_drv_stats drv_stats; argument
322 struct bgx_stats bgx_stats;
325 struct callout stats_callout;
326 struct mtx stats_mtx;
329 boolean_t msix_enabled;
330 uint8_t num_vec;
331 struct msix_entry msix_entries[NIC_VF_MSIX_VECTORS];
332 struct resource * msix_table_res;
333 char irq_name[NIC_VF_MSIX_VECTORS][20];
334 boolean_t irq_allocated[NIC_VF_MSIX_VECTORS];
337 boolean_t pf_acked;
338 boolean_t pf_nacked;