Searched refs:get_mac_address (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/usb/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1138 int (*get_mac_address)(struct ef4_nic *efx, unsigned char *perm_addr); member
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
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() 4113 .get_mac_address = efx_ef10_get_mac_address_vf, 4249 .get_mac_address = efx_ef10_get_mac_address_pf,
|
D | net_driver.h | 1524 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | net_driver.h | 1450 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr); member
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
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()
|
D | qlcnic_sriov_common.c | 51 .get_mac_address = qlcnic_83xx_get_mac_address,
|
D | qlcnic_main.c | 561 .get_mac_address = qlcnic_82xx_get_mac_address,
|
D | qlcnic_83xx_hw.c | 201 .get_mac_address = qlcnic_83xx_get_mac_address,
|