Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c553 if (sc->mac_ops.mac_addr_add) { in bnx2x_mac_addr_add()
554 sc->mac_ops.mac_addr_add(dev, mac_addr, index, pool); in bnx2x_mac_addr_add()
565 if (sc->mac_ops.mac_addr_remove) in bnx2x_mac_addr_remove()
566 sc->mac_ops.mac_addr_remove(dev, index); in bnx2x_mac_addr_remove()
H A Dbnx2x.h1043 struct bnx2x_mac_ops mac_ops; member
/dpdk/drivers/net/igc/base/
H A Digc_hw.h776 struct igc_mac_operations *mac_ops; member