get_mac_address
int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8);
return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function);
.get_mac_address = qlcnic_83xx_get_mac_address,
.get_mac_address = qlcnic_82xx_get_mac_address,
.get_mac_address = qlcnic_83xx_get_mac_address,
.get_mac_address = efx_ef10_get_mac_address_vf,
.get_mac_address = efx_ef10_get_mac_address_pf,
.get_mac_address = efx_ef10_get_mac_address_pf,
rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr);
efx_pf->type->get_mac_address(efx_pf, nic_data->port_id);
int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr);
int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr);
int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr);
retval = get_mac_address(dev, addr);