Searched refs:txq_array_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c6062 int rss_id, txq_array_index, tc; local
6075 txq_array_index = tc * ha->num_rss + rss_id;
6076 fp->txq[tc] = &ha->txq_array[txq_array_index];
6077 fp->txq[tc]->index = txq_array_index;

Completed in 124 milliseconds