Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c77 static void virtio_mac_addr_remove(struct rte_eth_dev *dev, uint32_t index);
943 .mac_addr_remove = virtio_mac_addr_remove,
1217 virtio_mac_addr_remove(struct rte_eth_dev *dev, uint32_t index) in virtio_mac_addr_remove() function