Home
last modified time | relevance | path

Searched refs:HIF_RX_PKT_MIN_SIZE (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/pfe/
H A Dpfe_hif.h9 #define HIF_RX_PKT_MIN_SIZE RTE_CACHE_LINE_SIZE macro
H A Dpfe_hal.c361 if (mtu < HIF_RX_PKT_MIN_SIZE || mtu > JUMBO_FRAME_SIZE) { in gemac_set_rx()
H A Dpfe_ethdev.c421 dev_info->min_rx_bufsize = HIF_RX_PKT_MIN_SIZE; in pfe_eth_info()