Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman.h368 int fman_set_mac_max_frame(struct fman *fman, u8 mac_id, u16 mfl);
H A Dfman_tgec.c654 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init()
H A Dfman_memac.c947 err = fman_set_mac_max_frame(memac->fm, memac->mac_id, in memac_init()
H A 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);
H A Dfman_dtsec.c1296 err = fman_set_mac_max_frame(dtsec->fm, dtsec->mac_id, max_frm_ln); in dtsec_init()