Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h106 #define HN_INVALID_PORT UINT16_MAX macro
203 return hv->vf_port != HN_INVALID_PORT; in hn_vf_attached()
215 if (vf_port == HN_INVALID_PORT) in hn_get_vf_dev()
H A Dhn_vf.c120 hv->vf_port = HN_INVALID_PORT; in hn_vf_remove()
234 if (hv->vf_port != HN_INVALID_PORT) { in hn_vf_configure()
334 if (vf_port != HN_INVALID_PORT) in hn_vf_close()
337 hv->vf_port = HN_INVALID_PORT; in hn_vf_close()
H A Dhn_ethdev.c993 hv->vf_port = HN_INVALID_PORT; in eth_hn_dev_init()