Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c111 vdev_netvsc_iface_is_netvsc(const struct if_nameindex *iface) in vdev_netvsc_iface_is_netvsc()
157 vdev_netvsc_foreach_iface(int (*func)(const struct if_nameindex *iface, in vdev_netvsc_foreach_iface()
161 struct if_nameindex *iface = if_nameindex(); in vdev_netvsc_foreach_iface() local
223 vdev_netvsc_has_route(const struct if_nameindex *iface, in vdev_netvsc_has_route()
368 vdev_netvsc_device_probe(const struct if_nameindex *iface, in vdev_netvsc_device_probe()
507 vdev_netvsc_netvsc_probe(const struct if_nameindex *iface, in vdev_netvsc_netvsc_probe()
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c515 open_iface_live(const char *iface, pcap_t **pcap) { in open_iface_live()
528 open_single_iface(const char *iface, pcap_t **pcap) in open_single_iface()
1075 const char *iface = value; in open_rx_tx_iface() local
1090 set_iface_direction(const char *iface, pcap_t *pcap, in set_iface_direction()
1107 const char *iface = value; in open_iface() local
/dpdk/examples/vdpa/
H A Dmain.c40 static char iface[MAX_PATH_LEN]; variable