Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.h150 uint32_t rx_scatter_max,
H A Dsfc_rx.c381 boolean_t rx_scatter_enabled, uint32_t rx_scatter_max, in sfc_rx_check_scatter() argument
387 effective_rx_scatter_max = rx_scatter_enabled ? rx_scatter_max : 1; in sfc_rx_check_scatter()