Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h115 SGE_TXQ_PER_SET = 3 /* # of Tx queues per set */ enumerator
316 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h280 struct sge_txq txq[SGE_TXQ_PER_SET];
H A Dcxgb_main.c824 u_int ntxq = SGE_TXQ_PER_SET; in setup_sge_qsets()
H A Dcxgb_sge.c2018 for (i = 0; i < SGE_TXQ_PER_SET; i++) { in t3_free_qset()