Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h113 uint16_t vf_port; member
203 return hv->vf_port != HN_INVALID_PORT; in hn_vf_attached()
213 uint16_t vf_port = hv->vf_port; in hn_get_vf_dev() local
215 if (vf_port == HN_INVALID_PORT) in hn_get_vf_dev()
218 return &rte_eth_devices[vf_port]; in hn_get_vf_dev()
H A Dhn_vf.c84 hv->vf_port = port_id; in hn_vf_attach()
117 rte_eth_dev_owner_unset(hv->vf_port, hv->owner.id); in hn_vf_remove()
120 hv->vf_port = HN_INVALID_PORT; in hn_vf_remove()
234 if (hv->vf_port != HN_INVALID_PORT) { in hn_vf_configure()
235 ret = rte_eth_dev_configure(hv->vf_port, in hn_vf_configure()
329 uint16_t vf_port; in hn_vf_close() local
333 vf_port = hv->vf_port; in hn_vf_close()
334 if (vf_port != HN_INVALID_PORT) in hn_vf_close()
335 ret = rte_eth_dev_close(vf_port); in hn_vf_close()
337 hv->vf_port = HN_INVALID_PORT; in hn_vf_close()
H A Dhn_rxtx.c1580 hn_recv_vf(uint16_t vf_port, const struct hn_rx_queue *rxq, in hn_recv_vf() argument
1588 n = rte_eth_rx_burst(vf_port, rxq->queue_id, rx_pkts, nb_pkts); in hn_recv_vf()
H A Dhn_ethdev.c993 hv->vf_port = HN_INVALID_PORT; in eth_hn_dev_init()
/f-stack/freebsd/arm/freescale/vybrid/
H A Dfiles.vybrid11 arm/freescale/vybrid/vf_port.c standard