Home
last modified time | relevance | path

Searched refs:rx_scatter_enabled (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.h123 bool rx_scatter_enabled, const char **error);
H A Dvirtio_ethdev.c926 bool rx_scatter_enabled, const char **error) in virtio_rx_check_scatter() argument
928 if (!rx_scatter_enabled && max_rx_pkt_len > rx_buf_size) { in virtio_rx_check_scatter()
/dpdk/drivers/net/sfc/
H A Dsfc_rx.h158 boolean_t rx_scatter_enabled,
H A Dsfc_rx.c393 boolean_t rx_scatter_enabled, uint32_t rx_scatter_max, in sfc_rx_check_scatter() argument
399 effective_rx_scatter_max = rx_scatter_enabled ? rx_scatter_max : 1; in sfc_rx_check_scatter()
403 if (rx_scatter_enabled) in sfc_rx_check_scatter()