Home
last modified time | relevance | path

Searched refs:EFX_RSS_TBL_SIZE (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.h39 unsigned int rss_tbl[EFX_RSS_TBL_SIZE];
H A Dsfc.h160 unsigned int tbl[EFX_RSS_TBL_SIZE];
H A Dsfc_ethdev.c161 dev_info->reta_size = EFX_RSS_TBL_SIZE; in sfc_dev_infos_get()
1657 if (reta_size != EFX_RSS_TBL_SIZE) in sfc_dev_rss_reta_query()
1696 if (reta_size != EFX_RSS_TBL_SIZE) { in sfc_dev_rss_reta_update()
1698 EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
1727 rss_tbl_new, EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
H A Dsfc_rx.c1713 for (sw_index = 0; sw_index < EFX_RSS_TBL_SIZE; ++sw_index) in sfc_rx_configure()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_rx.c1433 EFX_STATIC_ASSERT(EFX_RSS_TBL_SIZE == FR_BZ_RX_INDIRECTION_TBL_ROWS); in siena_rx_scale_tbl_set()
H A Defx.h2709 #define EFX_RSS_TBL_SIZE 128 /* Rows in RX indirection table */ macro