Searched refs:get_mac_addr (Results 1 – 15 of 15) sorted by relevance
| /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()
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_hw.c | 178 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 D | ngbe_dummy.h | 299 hw->mac.get_mac_addr = ngbe_mac_get_mac_addr_dummy; in ngbe_init_ops_dummy()
|
| H A D | ngbe_type.h | 269 s32 (*get_mac_addr)(struct ngbe_hw *hw, u8 *mac_addr); member
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_vf.c | 27 mac->get_mac_addr = txgbe_get_mac_addr_vf; in txgbe_init_ops_vf()
|
| H A D | txgbe_hw.c | 677 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 D | txgbe_dummy.h | 564 hw->mac.get_mac_addr = txgbe_mac_get_mac_addr_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 518 s32 (*get_mac_addr)(struct txgbe_hw *hw, u8 *mac_addr); member
|