Searched refs:vf_dev (Results 1 – 2 of 2) sorted by relevance
395 if (vf_dev) in hn_vf_info_get()486 if (vf_dev) in hn_vf_start()599 if (vf_dev) in hn_vf_mc_addr_list()617 if (vf_dev) in hn_vf_tx_queue_setup()631 if (vf_dev && vf_dev->dev_ops->tx_queue_release) in hn_vf_tx_queue_release()649 if (vf_dev) in hn_vf_rx_queue_setup()663 if (vf_dev && vf_dev->dev_ops->rx_queue_release) in hn_vf_rx_queue_release()677 if (vf_dev) in hn_vf_stats_get()762 if (vf_dev && vf_dev->dev_ops->rss_hash_update) in hn_vf_rss_hash_update()779 if (vf_dev && vf_dev->dev_ops->reta_update) in hn_vf_reta_hash_update()[all …]
1482 struct rte_eth_dev *vf_dev; in hn_xmit_pkts() local1502 vf_dev = hn_get_vf_dev(hv); in hn_xmit_pkts()1503 if (hv->vf_ctx.vf_vsc_switched && vf_dev && in hn_xmit_pkts()1504 vf_dev->data->dev_started) { in hn_xmit_pkts()1505 void *sub_q = vf_dev->data->tx_queues[queue_id]; in hn_xmit_pkts()1507 nb_tx = (*vf_dev->tx_pkt_burst) in hn_xmit_pkts()1611 struct rte_eth_dev *vf_dev; in hn_recv_pkts() local1628 vf_dev = hn_get_vf_dev(hv); in hn_recv_pkts()1629 if (hv->vf_ctx.vf_vsc_switched && vf_dev && in hn_recv_pkts()1630 vf_dev->data->dev_started) in hn_recv_pkts()[all …]