Searched defs:nicvf (Results 1 – 2 of 2) sorted by relevance
122 struct nicvf *nicvf; member276 struct nicvf { struct277 struct nicvf *pnicvf; argument278 struct net_device *netdev;279 struct pci_dev *pdev;280 void __iomem *reg_base;304 struct nicvf *snicvf[MAX_SQS_PER_VF]; argument320 struct nicvf_rss_info rss_info; argument321 struct nicvf_pfc pfc; argument324 struct nicvf_work rx_mode_work; argument[all …]
48 u64 nicvf[MAX_NUM_VFS_SUPPORTED]; member706 static void nic_send_snicvf(struct nicpf *nic, struct nicvf_ptr *nicvf) in nic_send_snicvf()