Searched refs:EFX_RSS_TBL_SIZE (Results 1 – 7 of 7) sorted by relevance
119 unsigned int tbl[EFX_RSS_TBL_SIZE];
155 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()
1837 for (sw_index = 0; sw_index < EFX_RSS_TBL_SIZE; ++sw_index) in sfc_rx_configure()
507 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()
1503 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()
465 EFX_RSS_TBL_SIZE, &enp->en_rss_context) == 0) { in ef10_rx_init()
2785 #define EFX_RSS_TBL_SIZE 128 /* Rows in RX indirection table */ macro