Searched defs:nicvf (Results 1 – 2 of 2) sorted by relevance
125 struct nicvf *nicvf; member279 struct nicvf { struct280 struct nicvf *pnicvf; argument281 struct net_device *netdev;282 struct pci_dev *pdev;283 void __iomem *reg_base;307 struct nicvf *snicvf[MAX_SQS_PER_VF]; argument323 struct nicvf_rss_info rss_info; argument324 struct nicvf_pfc pfc; argument327 struct nicvf_work rx_mode_work; argument[all …]
51 u64 nicvf[MAX_NUM_VFS_SUPPORTED]; member715 static void nic_send_snicvf(struct nicpf *nic, struct nicvf_ptr *nicvf) in nic_send_snicvf()