Home
last modified time | relevance | path

Searched refs:nicvf_pmd_priv (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c78 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_interrupt()
128 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_link_update()
151 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_set_mtu()
201 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_get_regs()
226 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_get()
318 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_supported_ptypes_get()
355 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_reset()
479 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_query()
510 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_update()
539 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rss_hash_conf_get()
[all …]
H A Dnicvf_ethdev.h57 nicvf_pmd_priv(struct rte_eth_dev *eth_dev) in nicvf_pmd_priv() function