Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc.h119 unsigned int tbl[EFX_RSS_TBL_SIZE];
H A Dsfc_ethdev.c155 dev_info->reta_size = EFX_RSS_TBL_SIZE; in sfc_dev_infos_get()
1776 if (reta_size != EFX_RSS_TBL_SIZE) in sfc_dev_rss_reta_query()
1815 if (reta_size != EFX_RSS_TBL_SIZE) { in sfc_dev_rss_reta_update()
1817 EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
1846 rss_tbl_new, EFX_RSS_TBL_SIZE); in sfc_dev_rss_reta_update()
H A Dsfc_rx.c1837 for (sw_index = 0; sw_index < EFX_RSS_TBL_SIZE; ++sw_index) in sfc_rx_configure()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_rx.c507 uint32_t table_nentries = EFX_RSS_TBL_SIZE; in efx_rx_scale_context_alloc()
1474 EFX_STATIC_ASSERT(EFX_RSS_TBL_SIZE == FR_BZ_RX_INDIRECTION_TBL_ROWS); in siena_rx_scale_tbl_set()
H A Def10_nic.c1503 encp->enc_rx_scale_tbl_min_nentries = EFX_RSS_TBL_SIZE; in ef10_get_datapath_caps()
1504 encp->enc_rx_scale_tbl_max_nentries = EFX_RSS_TBL_SIZE; in ef10_get_datapath_caps()
H A Def10_rx.c465 EFX_RSS_TBL_SIZE, &enp->en_rss_context) == 0) { in ef10_rx_init()
H A Defx.h2785 #define EFX_RSS_TBL_SIZE 128 /* Rows in RX indirection table */ macro