Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_vf.c72 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 Dixgbe_x540.c276 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_api.c323 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
H A Dixgbe_82598.c930 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_82599.c1186 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_common.c109 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 Dixgbe_type.h4028 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c2715 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
/netbsd-src/sys/dev/pci/
H A Dif_aq.c1275 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()