Home
last modified time | relevance | path

Searched refs:vf_port (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c93 hv->vf_ctx.vf_port = port; in hn_vf_attach()
102 uint16_t port_id = hv->vf_ctx.vf_port; in hn_remove_delayed()
240 port = hv->vf_ctx.vf_port; in hn_vf_add()
415 ret = rte_eth_dev_callback_register(hv->vf_ctx.vf_port, in hn_vf_configure()
422 hv->vf_ctx.vf_port, ret); in hn_vf_configure()
426 ret = rte_eth_dev_configure(hv->vf_ctx.vf_port, in hn_vf_configure()
433 rte_eth_dev_callback_unregister(hv->vf_ctx.vf_port, in hn_vf_configure()
551 rte_eth_dev_callback_unregister(hv->vf_ctx.vf_port, in hn_vf_close()
556 ret = rte_eth_dev_close(hv->vf_ctx.vf_port); in hn_vf_close()
H A Dhn_var.h115 uint16_t vf_port; member
239 return &rte_eth_devices[hv->vf_ctx.vf_port]; in hn_get_vf_dev()
H A Dhn_rxtx.c1589 hn_recv_vf(uint16_t vf_port, const struct hn_rx_queue *rxq, in hn_recv_vf() argument
1597 n = rte_eth_rx_burst(vf_port, rxq->queue_id, rx_pkts, nb_pkts); in hn_recv_vf()