/kernel/linux/linux-5.10/drivers/media/pci/mantis/ |
H A D | mantis_core.c | 47 static int get_mac_address(struct mantis_pci *mantis) in get_mac_address() function 123 err = get_mac_address(mantis); in mantis_core_init()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | ch9200.c | 304 static int get_mac_address(struct usbnet *dev, unsigned char *data) in get_mac_address() function 386 retval = get_mac_address(dev, dev->net->dev_addr); in ch9200_bind()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | ch9200.c | 304 static int get_mac_address(struct usbnet *dev, unsigned char *data) in get_mac_address() function 387 retval = get_mac_address(dev, addr); in ch9200_bind()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 1138 int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 1138 int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 638 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe() 657 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe() 4090 .get_mac_address = efx_ef10_get_mac_address_vf, 4224 .get_mac_address = efx_ef10_get_mac_address_pf,
|
H A D | net_driver.h | 1486 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 637 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe() 656 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe() 4145 .get_mac_address = efx_ef10_get_mac_address_vf, 4279 .get_mac_address = efx_ef10_get_mac_address_pf,
|
H A D | net_driver.h | 1497 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 1450 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 1768 int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8); member 1882 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address()
|
H A D | qlcnic_sriov_common.c | 51 .get_mac_address = qlcnic_83xx_get_mac_address,
|
H A D | qlcnic_main.c | 564 .get_mac_address = qlcnic_82xx_get_mac_address,
|
H A D | qlcnic_83xx_hw.c | 201 .get_mac_address = qlcnic_83xx_get_mac_address,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 1768 int (*get_mac_address) (struct qlcnic_adapter *, u8 *, u8); member 1882 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address()
|
H A D | qlcnic_sriov_common.c | 51 .get_mac_address = qlcnic_83xx_get_mac_address,
|
H A D | qlcnic_main.c | 560 .get_mac_address = qlcnic_82xx_get_mac_address,
|
H A D | qlcnic_83xx_hw.c | 200 .get_mac_address = qlcnic_83xx_get_mac_address,
|