get_mac_addr
maclen = get_mac_addr(currp, ierrnop,
maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype,
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic;
hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *);
hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf;
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr);
boolean_t (*get_mac_addr)(struct gem_dev *);
lp->get_mac_addr = &sfe_get_mac_addr_sis962;
lp->get_mac_addr = &sfe_get_mac_addr_sis900;
lp->get_mac_addr = &sfe_get_mac_addr_dp83815;
if (!(lp->get_mac_addr)(dp)) {