Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/mantis/
Dmantis_core.c59 static int get_mac_address(struct mantis_pci *mantis) in get_mac_address() function
135 err = get_mac_address(mantis); in mantis_core_init()
/Linux-v4.19/drivers/net/usb/
Dch9200.c306 static int get_mac_address(struct usbnet *dev, unsigned char *data) in get_mac_address() function
388 retval = get_mac_address(dev, dev->net->dev_addr); in ch9200_bind()
/Linux-v4.19/drivers/net/ethernet/nuvoton/
Dw90p910_ether.c915 static void __init get_mac_address(struct net_device *dev) in get_mac_address() function
947 get_mac_address(dev); in w90p910_ether_setup()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1141 int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr); member
/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h1412 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
Def10.c767 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe()
786 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe()
6661 .get_mac_address = efx_ef10_get_mac_address_vf,
6794 .get_mac_address = efx_ef10_get_mac_address_pf,
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1772 int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8); member
1892 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address()
Dqlcnic_sriov_common.c52 .get_mac_address = qlcnic_83xx_get_mac_address,
Dqlcnic_main.c583 .get_mac_address = qlcnic_82xx_get_mac_address,
Dqlcnic_83xx_hw.c202 .get_mac_address = qlcnic_83xx_get_mac_address,