Home
last modified time | relevance | path

Searched refs:txq_avail (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c227 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
1175 credits = txq_avail(&q->q) - ndesc; in t4_eth_xmit()
1329 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
1369 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()
1393 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()
1411 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
1543 credits = txq_avail(&q->q) - ndesc; in service_ofldq()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function
1208 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()