| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/ |
| H A D | mac89x0.c | 122 static int set_mac_address(struct net_device *dev, void *addr); 158 .ndo_set_mac_address = set_mac_address, 536 static int set_mac_address(struct net_device *dev, void *addr) in set_mac_address() function
|
| H A D | cs89x0.c | 1222 static int set_mac_address(struct net_device *dev, void *p) in set_mac_address() function 1264 .ndo_set_mac_address = set_mac_address,
|
| /OK3568_Linux_fs/u-boot/board/varisys/common/ |
| H A D | sys_eeprom.c | 289 static void set_mac_address(unsigned int index, const char *string) in set_mac_address() function 369 set_mac_address(simple_strtoul(argv[1], NULL, 10), argv[2]); in do_mac()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | sys_eeprom.c | 305 static void set_mac_address(unsigned int index, const char *string) in set_mac_address() function 394 set_mac_address(simple_strtoul(argv[1], NULL, 10), argv[2]); in do_mac()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_tgec.c | 224 static void set_mac_address(struct tgec_regs __iomem *regs, u8 *adr) in set_mac_address() function 523 set_mac_address(tgec->regs, (u8 *)(*p_enet_addr)); in tgec_modify_mac_address() 707 set_mac_address(tgec->regs, (u8 *)eth_addr); in tgec_init()
|
| H A D | fman_dtsec.c | 369 static void set_mac_address(struct dtsec_regs __iomem *regs, u8 *adr) in set_mac_address() function 519 set_mac_address(regs, (u8 *)eth_addr); in init() 1044 set_mac_address(dtsec->regs, (u8 *)(*enet_addr)); in dtsec_modify_mac_address()
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_usb.c | 359 static int set_mac_address(u8 *data, void *arg) in set_mac_address() function 411 if (set_mac_address(hci->data, r->cb_data) == 0) { in do_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac.h | 413 int (*set_mac_address)(struct xlgmac_pdata *pdata, u8 *addr); member
|
| H A D | dwc-xlgmac-net.c | 803 hw_ops->set_mac_address(pdata, netdev->dev_addr); in xlgmac_set_mac_address()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | efx_common.c | 185 if (efx->type->set_mac_address) { in efx_set_mac_address() 186 rc = efx->type->set_mac_address(efx); in efx_set_mac_address()
|
| H A D | net_driver.h | 1445 int (*set_mac_address)(struct efx_nic *efx); member
|
| H A D | siena.c | 1074 .set_mac_address = efx_siena_sriov_mac_address_changed,
|
| H A D | ef10.c | 4070 .set_mac_address = efx_ef10_set_mac_address, 4204 .set_mac_address = efx_ef10_set_mac_address,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | net_driver.h | 1139 int (*set_mac_address)(struct ef4_nic *efx); member
|
| H A D | efx.c | 2166 if (efx->type->set_mac_address) { in ef4_set_mac_address() 2167 rc = efx->type->set_mac_address(efx); in ef4_set_mac_address()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 732 int (*set_mac_address)(struct xgbe_prv_data *, u8 *addr); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | os_intfs.c | 1093 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2041 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_vir_if_ops() 2383 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if2_ops()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 286 dev->set_mac_address=rtl8168_set_mac_address; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | os_intfs.c | 354 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 1643 ndev->set_mac_address = rtw_net_set_mac_address;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | os_intfs.c | 354 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 1634 ndev->set_mac_address = rtw_net_set_mac_address;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | os_intfs.c | 1252 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2289 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_vir_if_ops()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | os_intfs.c | 1467 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2637 ndev->set_mac_address = rtw_net_set_mac_address;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | os_intfs.c | 1663 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2956 ndev->set_mac_address = rtw_net_set_mac_address;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | os_intfs.c | 1681 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2972 ndev->set_mac_address = rtw_net_set_mac_address;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | os_intfs.c | 1663 ndev->set_mac_address = rtw_net_set_mac_address; in rtw_hook_if_ops() 2954 ndev->set_mac_address = rtw_net_set_mac_address;
|