Home
last modified time | relevance | path

Searched refs:fman_set_mac_max_frame (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/freescale/fman/
Dfman.h365 int fman_set_mac_max_frame(struct fman *fman, u8 mac_id, u16 mfl);
Dfman_tgec.c678 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init()
Dfman_memac.c1065 err = fman_set_mac_max_frame(memac->fm, memac->mac_id, in memac_init()
Dfman.c2272 int fman_set_mac_max_frame(struct fman *fman, u8 mac_id, u16 mfl) in fman_set_mac_max_frame() function
2287 EXPORT_SYMBOL(fman_set_mac_max_frame);
Dfman_dtsec.c1368 err = fman_set_mac_max_frame(dtsec->fm, dtsec->mac_id, max_frm_ln); in dtsec_init()