Searched refs:vf_port (Results 1 – 5 of 5) sorted by relevance
113 uint16_t vf_port; member203 return hv->vf_port != HN_INVALID_PORT; in hn_vf_attached()213 uint16_t vf_port = hv->vf_port; in hn_get_vf_dev() local215 if (vf_port == HN_INVALID_PORT) in hn_get_vf_dev()218 return &rte_eth_devices[vf_port]; in hn_get_vf_dev()
84 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() local333 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()
1580 hn_recv_vf(uint16_t vf_port, const struct hn_rx_queue *rxq, in hn_recv_vf() argument1588 n = rte_eth_rx_burst(vf_port, rxq->queue_id, rx_pkts, nb_pkts); in hn_recv_vf()
993 hv->vf_port = HN_INVALID_PORT; in eth_hn_dev_init()
11 arm/freescale/vybrid/vf_port.c standard