Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c31 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf()
132 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c236 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c895 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_api.c316 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
H A Dixgbe_82599.c1134 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_common.c73 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic()
2450 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3927 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c2512 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.c178 hw->mac.get_mac_addr(hw, hw->mac.perm_addr); in ngbe_reset_hw_em()
565 hw->mac.get_mac_addr(hw, hw->mac.addr); in ngbe_init_rx_addrs()
1905 mac->get_mac_addr = ngbe_get_mac_addr; in ngbe_init_ops_pf()
H A Dngbe_dummy.h299 hw->mac.get_mac_addr = ngbe_mac_get_mac_addr_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h269 s32 (*get_mac_addr)(struct ngbe_hw *hw, u8 *mac_addr); member
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c27 mac->get_mac_addr = txgbe_get_mac_addr_vf; in txgbe_init_ops_vf()
H A Dtxgbe_hw.c677 hw->mac.get_mac_addr(hw, hw->mac.addr); in txgbe_init_rx_addrs()
2655 mac->get_mac_addr = txgbe_get_mac_addr; in txgbe_init_ops_pf()
3455 hw->mac.get_mac_addr(hw, hw->mac.perm_addr); in txgbe_reset_hw()
H A Dtxgbe_dummy.h564 hw->mac.get_mac_addr = txgbe_mac_get_mac_addr_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h518 s32 (*get_mac_addr)(struct txgbe_hw *hw, u8 *mac_addr); member