Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c65 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf()
166 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c271 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c926 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
H A Dixgbe_api.c318 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
H A Dixgbe_82599.c1170 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_common.c104 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic()
2492 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3907 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c2533 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c153 boolean_t (*get_mac_addr)(struct gem_dev *); member
1924 lp->get_mac_addr = &sfe_get_mac_addr_sis962; in sfe_chipinfo_init_sis900()
1927 lp->get_mac_addr = &sfe_get_mac_addr_sis900; in sfe_chipinfo_init_sis900()
1970 lp->get_mac_addr = &sfe_get_mac_addr_dp83815; in sfe_attach_chip()
1974 if (!(lp->get_mac_addr)(dp)) { in sfe_attach_chip()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c471 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, in get_mac_addr() function
791 maclen = get_mac_addr(currp, ierrnop, in inittab_encode_e()
846 maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype, in inittab_encode_e()