Searched refs:HW_HASH_INDEX_SIZE (Results 1 – 2 of 2) sorted by relevance
608 rc = iflib_dma_alloc(ctx, HW_HASH_INDEX_SIZE * sizeof(uint16_t), in bnxt_rx_queues_alloc()852 scctx->isc_rss_table_size = HW_HASH_INDEX_SIZE; in bnxt_attach_pre()1116 for (i = 0, j = 0; i < HW_HASH_INDEX_SIZE; i++) { in bnxt_init()
60 #define HW_HASH_INDEX_SIZE 0x80 /* 7 bit indirection table index. */ macro