Searched refs:get_mac_address (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/mantis/ |
D | mantis_core.c | 59 static int get_mac_address(struct mantis_pci *mantis) in get_mac_address() function 135 err = get_mac_address(mantis); in mantis_core_init()
|
/drivers/net/usb/ |
D | ch9200.c | 307 static int get_mac_address(struct usbnet *dev, unsigned char *data) in get_mac_address() function 389 retval = get_mac_address(dev, dev->net->dev_addr); in ch9200_bind()
|
/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 921 static void __init get_mac_address(struct net_device *dev) in get_mac_address() function 953 get_mac_address(dev); in w90p910_ether_setup()
|
/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1349 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
D | ef10.c | 384 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe() 426 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe() 4760 .get_mac_address = efx_ef10_get_mac_address_vf, 4881 .get_mac_address = efx_ef10_get_mac_address_pf,
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 1774 int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8); member 1872 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address()
|
D | qlcnic_sriov_common.c | 51 .get_mac_address = qlcnic_83xx_get_mac_address,
|
D | qlcnic_main.c | 588 .get_mac_address = qlcnic_82xx_get_mac_address,
|
D | qlcnic_83xx_hw.c | 202 .get_mac_address = qlcnic_83xx_get_mac_address,
|