Home
last modified time | relevance | path

Searched refs:maxfrm (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c206 unsigned int *maxfrm; in fman_if_conf_max_frame_len() local
211 maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_conf_max_frame_len()
212 out_be32(maxfrm, (MAXFRM_RX_MASK & max_frame_len)); in fman_if_conf_max_frame_len()
534 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_set_maxfrm()
547 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_get_maxfrm()
/dpdk/drivers/bus/dpaa/include/
H A Dfman.h89 uint32_t maxfrm; /**< 0x014 Max frame length */ member