Lines Matching defs:nicvf
122 struct nicvf *nicvf; member
276 struct nicvf { struct
277 struct nicvf *pnicvf; argument
278 struct net_device *netdev;
279 struct pci_dev *pdev;
280 void __iomem *reg_base;
304 struct nicvf *snicvf[MAX_SQS_PER_VF]; argument
320 struct nicvf_rss_info rss_info; argument
321 struct nicvf_pfc pfc; argument
324 struct nicvf_work rx_mode_work; argument
328 struct workqueue_struct *nicvf_rx_mode_wq; argument
330 struct mutex rx_mode_mtx;
331 struct delayed_work link_change_work;
333 struct cavium_ptp *ptp_clock;
335 bool hw_rx_tstamp;
364 struct nicvf_hw_stats hw_stats; argument
365 struct nicvf_drv_stats __percpu *drv_stats; argument
369 struct nicvf_cq_poll *napi[8]; argument
372 u8 num_vec;
373 char irq_name[NIC_VF_MSIX_VECTORS][IFNAMSIZ + 15];
374 bool irq_allocated[NIC_VF_MSIX_VECTORS];
375 cpumask_var_t affinity_mask[NIC_VF_MSIX_VECTORS];
378 bool pf_acked;
379 bool pf_nacked;
380 bool set_mac_pending;
529 u64 nicvf; member
598 struct nicvf_ptr nicvf; member