Home
last modified time | relevance | path

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

/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()
187 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_get_regs()
212 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_get()
304 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_supported_ptypes_get()
341 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_stats_reset()
465 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_query()
496 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_reta_update()
525 struct nicvf *nic = nicvf_pmd_priv(dev); in nicvf_dev_rss_hash_conf_get()
[all …]
H A Dnicvf_ethdev.h56 nicvf_pmd_priv(struct rte_eth_dev *eth_dev) in nicvf_pmd_priv() function