Searched refs:set_exception (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
H A D | mac.c | 88 mac_dev->set_exception(mac_dev->fman_mac, in mac_exception() 150 err = mac_dev->set_exception(mac_dev->fman_mac, in tgec_initialization() 202 err = mac_dev->set_exception(mac_dev->fman_mac, in dtsec_initialization() 479 mac_dev->set_exception = dtsec_set_exception; in setup_dtsec() 499 mac_dev->set_exception = tgec_set_exception; in setup_tgec() 519 mac_dev->set_exception = memac_set_exception; in setup_memac()
|
H A D | mac.h | 77 int (*set_exception)(struct fman_mac *mac_dev, member
|
H A D | fman_memac.c | 396 static void set_exception(struct memac_regs __iomem *regs, u32 val, in set_exception() function 473 set_exception(regs, exceptions, true); in init() 1018 set_exception(memac->regs, bit_mask, enable); in memac_set_exception()
|
H A D | fman.c | 975 static int set_exception(struct fman *fman, in set_exception() function 2060 return set_exception(fman, exception, enable); in fman_set_exception()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/ |
H A D | mac.h | 44 int (*set_exception)(struct fman_mac *mac_dev, member
|
H A D | fman_memac.c | 341 static void set_exception(struct memac_regs __iomem *regs, u32 val, in set_exception() function 385 set_exception(regs, exceptions, true); in init() 897 set_exception(memac->regs, bit_mask, enable); in memac_set_exception() 1090 mac_dev->set_exception = memac_set_exception; in memac_initialization()
|
H A D | mac.c | 51 mac_dev->set_exception(mac_dev->fman_mac, in mac_exception()
|
H A D | fman_tgec.c | 771 mac_dev->set_exception = tgec_set_exception; in tgec_initialization()
|
H A D | fman.c | 949 static int set_exception(struct fman *fman, in set_exception() function 2034 return set_exception(fman, exception, enable); in fman_set_exception()
|
H A D | fman_dtsec.c | 1415 mac_dev->set_exception = dtsec_set_exception; in dtsec_initialization()
|
Completed in 18 milliseconds