Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c217 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
1189 credits = txq_avail(&q->q) - ndesc; in t4_eth_xmit()
1357 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in ctrlq_check_stop()
1397 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) in ctrl_xmit()
1421 BUG_ON(txq_avail(&q->q) < TXQ_STOP_THRES); /* q should be empty */ in restart_ctrlq()
1438 if (unlikely(txq_avail(&q->q) < TXQ_STOP_THRES)) { in restart_ctrlq()
1570 credits = txq_avail(&q->q) - ndesc; in service_ofldq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail() function
1218 credits = txq_avail(&txq->q) - ndesc; in t4vf_eth_xmit()