Searched refs:set_mac_address (Results 1 – 18 of 18) sorted by relevance
| /drivers/net/ethernet/cirrus/ |
| A D | mac89x0.c | 122 static int set_mac_address(struct net_device *dev, void *addr); 158 .ndo_set_mac_address = set_mac_address, 539 static int set_mac_address(struct net_device *dev, void *addr) in set_mac_address() function
|
| A D | cs89x0.c | 1223 static int set_mac_address(struct net_device *dev, void *p) in set_mac_address() function 1265 .ndo_set_mac_address = set_mac_address,
|
| /drivers/net/ethernet/freescale/fman/ |
| A D | fman_tgec.c | 199 static void set_mac_address(struct tgec_regs __iomem *regs, const u8 *adr) in set_mac_address() function 481 set_mac_address(tgec->regs, (const u8 *)(*p_enet_addr)); in tgec_modify_mac_address() 637 set_mac_address(tgec->regs, (const u8 *)eth_addr); in tgec_init()
|
| A D | fman_dtsec.c | 343 static void set_mac_address(struct dtsec_regs __iomem *regs, const u8 *adr) in set_mac_address() function 444 set_mac_address(regs, (const u8 *)eth_addr); in init() 1004 set_mac_address(dtsec->regs, (const u8 *)(*enet_addr)); in dtsec_modify_mac_address()
|
| /drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac.h | 414 int (*set_mac_address)(struct xlgmac_pdata *pdata, const u8 *addr); member
|
| A D | dwc-xlgmac-net.c | 803 hw_ops->set_mac_address(pdata, netdev->dev_addr); in xlgmac_set_mac_address()
|
| A D | dwc-xlgmac-hw.c | 3082 hw_ops->set_mac_address = xlgmac_set_mac_address; in xlgmac_init_hw_ops()
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | efx_common.c | 186 if (efx->type->set_mac_address) { in efx_siena_set_mac_address() 187 rc = efx->type->set_mac_address(efx); in efx_siena_set_mac_address()
|
| A D | net_driver.h | 1431 int (*set_mac_address)(struct efx_nic *efx); member
|
| A D | siena.c | 1085 .set_mac_address = efx_siena_sriov_mac_address_changed,
|
| /drivers/net/ethernet/sfc/ |
| A D | efx_common.c | 182 if (efx->type->set_mac_address) { in efx_set_mac_address() 183 rc = efx->type->set_mac_address(efx); in efx_set_mac_address()
|
| A D | net_driver.h | 1537 int (*set_mac_address)(struct efx_nic *efx); member
|
| A D | ef10.c | 4148 .set_mac_address = efx_ef10_set_mac_address, 4282 .set_mac_address = efx_ef10_set_mac_address, 4409 .set_mac_address = efx_ef10_set_mac_address,
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | net_driver.h | 1139 int (*set_mac_address)(struct ef4_nic *efx); member
|
| A D | efx.c | 2147 if (efx->type->set_mac_address) { in ef4_set_mac_address() 2148 rc = efx->type->set_mac_address(efx); in ef4_set_mac_address()
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe.h | 678 int (*set_mac_address)(struct xgbe_prv_data *, const u8 *addr); member
|
| A D | xgbe-drv.c | 1736 hw_if->set_mac_address(pdata, netdev->dev_addr); in xgbe_set_mac_address()
|
| A D | xgbe-dev.c | 3477 hw_if->set_mac_address = xgbe_set_mac_address; in xgbe_init_function_ptrs_dev()
|
Completed in 95 milliseconds