Searched refs:get_mac_addr (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_vf.c | 31 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 D | ixgbe_x540.c | 236 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
| H A D | ixgbe_82598.c | 895 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
| H A D | ixgbe_api.c | 316 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
| H A D | ixgbe_82599.c | 1134 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
| H A D | ixgbe_common.c | 73 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 D | ixgbe_type.h | 3927 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
| H A D | ixgbe_x550.c | 2512 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 D | txgbe_hw.c | 753 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 D | txgbe_type.h | 447 s32 (*get_mac_addr)(struct txgbe_hw *hw, u8 *mac_addr); member
|
| H A D | txgbe_dummy.h | 559 hw->mac.get_mac_addr = txgbe_mac_get_mac_addr_dummy; in txgbe_init_ops_dummy()
|