Home
last modified time | relevance | path

Searched defs:nicvf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h122 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
[all …]
H A Dnic_main.c48 u64 nicvf[MAX_NUM_VFS_SUPPORTED]; member
706 static void nic_send_snicvf(struct nicpf *nic, struct nicvf_ptr *nicvf) in nic_send_snicvf()