Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/fman/
Dfman.h365 int fman_set_mac_max_frame(struct fman *fman, u8 mac_id, u16 mfl);
Dfman_tgec.c654 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init()
Dfman_memac.c947 err = fman_set_mac_max_frame(memac->fm, memac->mac_id, in memac_init()
Dfman.c2273 int fman_set_mac_max_frame(struct fman *fman, u8 mac_id, u16 mfl) in fman_set_mac_max_frame() function
2288 EXPORT_SYMBOL(fman_set_mac_max_frame);
Dfman_dtsec.c1296 err = fman_set_mac_max_frame(dtsec->fm, dtsec->mac_id, max_frm_ln); in dtsec_init()