Searched refs:get_mac_addr (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_vf.c | 72 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf() 176 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
|
| H A D | ixgbe_x540.c | 276 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
| H A D | ixgbe_api.c | 323 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
| H A D | ixgbe_82598.c | 930 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
| H A D | ixgbe_82599.c | 1186 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
| H A D | ixgbe_common.c | 109 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic() 2515 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
| H A D | ixgbe_type.h | 4028 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
| H A D | ixgbe_x550.c | 2715 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_aq.c | 1275 int (*get_mac_addr)(struct aq_softc *); member 1541 .get_mac_addr = aq1_get_mac_addr, 1552 .get_mac_addr = aq1_get_mac_addr, 1563 .get_mac_addr = aq2_get_mac_addr, 1869 error = sc->sc_fw_ops->get_mac_addr(sc); in aq_attach()
|