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

/drivers/net/ethernet/brocade/bna/
H A Dbnad.h109 #define BNAD_NUM_TXQ (bnad->num_tx * bnad->num_txq_per_tx)
276 u32 num_txq_per_tx; member in struct:bnad
H A Dbnad.c262 for (j = 0; j < bnad->num_txq_per_tx; j++) {
646 for (j = 0; j < bnad->num_txq_per_tx; j++) {
772 for (tcb_id = 0; tcb_id < bnad->num_txq_per_tx;
1288 (bnad->num_tx * bnad->num_txq_per_tx) +
1765 bnad->num_txq_per_tx);
1804 tx_config->num_txq = bnad->num_txq_per_tx;
1811 bna_tx_res_req(bnad->num_txq_per_tx,
1818 bnad->num_txq_per_tx,
1838 tx_id, bnad->num_txq_per_tx);
2159 for (j = 0; j < bnad->num_txq_per_tx;
[all...]
H A Dbnad_ethtool.c692 for (j = 0; j < bnad->num_txq_per_tx; j++) {
755 count += bnad->num_txq_per_tx * BNAD_NUM_TXQ_COUNTERS;
831 for (j = 0; j < bnad->num_txq_per_tx; j++)

Completed in 31 milliseconds