Home | History | Annotate | Download | only in cxgb

Lines Matching defs:txq

1375     struct sge_txq *txq;
1391 txq = &qs->txq[TXQ_ETH];
1394 if (txq->flags & TXQ_TRANSMITTING)
1399 mtx_lock(&txq->lock);
1400 txq->flags |= TXQ_TRANSMITTING;
1401 in_use_init = txq->in_use;
1402 while ((txq->in_use - in_use_init < txmax) &&
1403 (txq->size > txq->in_use + TX_MAX_DESC)) {
1435 txq->flags &= ~TXQ_TRANSMITTING;
1436 mtx_unlock(&txq->lock);
1447 else if ((err == 0) && (txq->size <= txq->in_use + TX_MAX_DESC) &&
1461 struct sge_txq *txq;
1465 txq = &qs->txq[TXQ_ETH];
1468 if (desc_reclaimable(txq) > TX_CLEAN_MAX_DESC >> 2)
1480 struct sge_txq *txq;
1484 txq = &qs->txq[TXQ_ETH];
1486 if (desc_reclaimable(txq) > TX_CLEAN_MAX_DESC >> 2)