Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c753 hw->mac.get_mac_addr(hw, hw->mac.addr); in txgbe_init_rx_addrs()
2802 mac->get_mac_addr = txgbe_get_mac_addr; in txgbe_init_ops_pf()
3616 hw->mac.get_mac_addr(hw, hw->mac.perm_addr); in txgbe_reset_hw()
H A Dtxgbe_type.h447 s32 (*get_mac_addr)(struct txgbe_hw *hw, u8 *mac_addr); member
H A Dtxgbe_dummy.h559 hw->mac.get_mac_addr = txgbe_mac_get_mac_addr_dummy; in txgbe_init_ops_dummy()