Home
last modified time | relevance | path

Searched refs:SGE_TXQ_PER_SET (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h204 struct sge_txq txq[SGE_TXQ_PER_SET];
Dcommon.h125 SGE_TXQ_PER_SET = 3 /* # of Tx queues per set */ enumerator
322 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */
Dsge.c658 memset(q->txq, 0, sizeof(struct sge_txq) * SGE_TXQ_PER_SET); in t3_reset_qset()
694 for (i = 0; i < SGE_TXQ_PER_SET; ++i) in t3_free_qset()
2927 unsigned int tbd[SGE_TXQ_PER_SET] = {0, 0}; in sge_timer_tx()
Dcxgb3_main.c599 for (j = 0; j < SGE_TXQ_PER_SET; j++) in ring_dbs()
657 unsigned int ntxq = SGE_TXQ_PER_SET; in setup_sge_qsets()