SGE_TXQ_PER_SET
struct sge_txq txq[SGE_TXQ_PER_SET];
unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */
for (j = 0; j < SGE_TXQ_PER_SET; j++)
unsigned int ntxq = SGE_TXQ_PER_SET;
unsigned int tbd[SGE_TXQ_PER_SET] = {0, 0};
memset(q->txq, 0, sizeof(struct sge_txq) * SGE_TXQ_PER_SET);
for (i = 0; i < SGE_TXQ_PER_SET; ++i)