Searched refs:enet_addr_t (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
H A D | fman_tgec.h | 40 int tgec_modify_mac_address(struct fman_mac *tgec, enet_addr_t *enet_addr); 51 int tgec_add_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr); 52 int tgec_del_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr);
|
H A D | fman_memac.h | 43 int memac_modify_mac_address(struct fman_mac *memac, enet_addr_t *enet_addr); 58 int memac_add_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr); 59 int memac_del_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr);
|
H A D | fman_dtsec.h | 40 int dtsec_modify_mac_address(struct fman_mac *dtsec, enet_addr_t *enet_addr); 55 int dtsec_add_hash_mac_address(struct fman_mac *dtsec, enet_addr_t *eth_addr); 56 int dtsec_del_hash_mac_address(struct fman_mac *dtsec, enet_addr_t *eth_addr);
|
H A D | mac.h | 69 int (*change_addr)(struct fman_mac *mac_dev, enet_addr_t *enet_addr); 80 enet_addr_t *eth_addr); 82 enet_addr_t *eth_addr);
|
H A D | fman_mac.h | 46 typedef u8 enet_addr_t[ETH_ALEN]; typedef 179 enet_addr_t addr;
|
H A D | fman_tgec.c | 517 int tgec_modify_mac_address(struct fman_mac *tgec, enet_addr_t *p_enet_addr) in tgec_modify_mac_address() 528 int tgec_add_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr) in tgec_add_hash_mac_address() 608 int tgec_del_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr) in tgec_del_hash_mac_address() 687 enet_addr_t eth_addr; in tgec_init()
|
H A D | fman_memac.c | 896 int memac_modify_mac_address(struct fman_mac *memac, enet_addr_t *enet_addr) in memac_modify_mac_address() 906 int memac_add_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr) in memac_add_hash_mac_address() 967 int memac_del_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr) in memac_del_hash_mac_address() 1027 enet_addr_t eth_addr; in memac_init()
|
H A D | mac.c | 299 enet_addr_t *addr; in set_multi() 305 addr = (enet_addr_t *)old_addr->addr; in set_multi() 316 addr = (enet_addr_t *)ha->addr; in set_multi()
|
H A D | fman_dtsec.c | 386 enet_addr_t eth_addr; in init() 1025 int dtsec_modify_mac_address(struct fman_mac *dtsec, enet_addr_t *enet_addr) in dtsec_modify_mac_address() 1051 int dtsec_add_hash_mac_address(struct fman_mac *dtsec, enet_addr_t *eth_addr) in dtsec_add_hash_mac_address() 1161 int dtsec_del_hash_mac_address(struct fman_mac *dtsec, enet_addr_t *eth_addr) in dtsec_del_hash_mac_address()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/ |
H A D | mac.h | 39 int (*change_addr)(struct fman_mac *mac_dev, const enet_addr_t *enet_addr); 47 enet_addr_t *eth_addr); 49 enet_addr_t *eth_addr);
|
H A D | mac.c | 66 enet_addr_t *addr; in fman_set_multi() 72 addr = (enet_addr_t *)old_addr->addr; in fman_set_multi() 83 addr = (enet_addr_t *)ha->addr; in fman_set_multi()
|
H A D | fman_mac.h | 47 typedef u8 enet_addr_t[ETH_ALEN]; typedef
|
H A D | fman_tgec.c | 478 const enet_addr_t *p_enet_addr) in tgec_modify_mac_address() 487 enet_addr_t *eth_addr) in tgec_add_hash_mac_address() 559 enet_addr_t *eth_addr) in tgec_del_hash_mac_address() 620 enet_addr_t eth_addr; in tgec_init()
|
H A D | fman_dtsec.c | 359 enet_addr_t eth_addr; in init() 996 const enet_addr_t *enet_addr) in dtsec_modify_mac_address() 1012 enet_addr_t *eth_addr) in dtsec_add_hash_mac_address() 1114 enet_addr_t *eth_addr) in dtsec_del_hash_mac_address()
|
H A D | fman_memac.c | 788 const enet_addr_t *enet_addr) in memac_modify_mac_address() 796 enet_addr_t *eth_addr) in memac_add_hash_mac_address() 852 enet_addr_t *eth_addr) in memac_del_hash_mac_address() 905 enet_addr_t eth_addr; in memac_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 273 (enet_addr_t *)net_dev->dev_addr); in dpaa_netdev_init() 453 (enet_addr_t *)net_dev->dev_addr); in dpaa_set_mac_address()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 258 (const enet_addr_t *)net_dev->dev_addr); in dpaa_netdev_init() 451 (const enet_addr_t *)net_dev->dev_addr); in dpaa_set_mac_address()
|
Completed in 31 milliseconds