Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_rx.c638 type |= EFX_RX_HASH_TCPIPV4; in efx_rx_scale_mode_set()
1257 (type & EFX_RX_HASH_TCPIPV4) ? B_TRUE : B_FALSE); in siena_rx_scale_mode_set()
H A Def10_rx.c197 (type & EFX_RX_HASH_TCPIPV4) ? 1 : 0, in efx_mcdi_rss_context_set_flags()
H A Defx.h2683 #define EFX_RX_HASH_TCPIPV4 (1U << 1) macro
2689 EFX_RX_HASH_TCPIPV4 | \