Searched refs:set_exception (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/fman/ |
D | mac.h | 45 int (*set_exception)(struct fman_mac *mac_dev, member
|
D | fman_memac.c | 340 static void set_exception(struct memac_regs __iomem *regs, u32 val, in set_exception() function 384 set_exception(regs, exceptions, true); in init() 895 set_exception(memac->regs, bit_mask, enable); in memac_set_exception() 1087 mac_dev->set_exception = memac_set_exception; in memac_initialization()
|
D | mac.c | 51 mac_dev->set_exception(mac_dev->fman_mac, in mac_exception()
|
D | fman_tgec.c | 771 mac_dev->set_exception = tgec_set_exception; in tgec_initialization()
|
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()
|
D | fman_dtsec.c | 1415 mac_dev->set_exception = dtsec_set_exception; in dtsec_initialization()
|