Searched refs:txq_avail (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4/
H A Dsge.c174 * txq_avail - return the number of available slots in a Tx queue
180 static inline unsigned int txq_avail(const struct sge_txq *q) function
905 credits = txq_avail(&q->q) - ndesc;
1049 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1089 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES))
1113 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */
1131 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1262 credits = txq_avail(&q->q) - ndesc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c174 * txq_avail - return the number of available slots in a Tx queue
180 static inline unsigned int txq_avail(const struct sge_txq *q) function
905 credits = txq_avail(&q->q) - ndesc;
1049 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1089 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES))
1113 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */
1131 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) {
1262 credits = txq_avail(&q->q) - ndesc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4vf/
H A Dsge.c239 * txq_avail - return the number of available slots in a TX queue
244 static inline unsigned int txq_avail(const struct sge_txq *tq) function
1120 credits = txq_avail(&txq->q) - ndesc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c239 * txq_avail - return the number of available slots in a TX queue
244 static inline unsigned int txq_avail(const struct sge_txq *tq) function
1120 credits = txq_avail(&txq->q) - ndesc;

Completed in 282 milliseconds