Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_common.h97 q->q.stops++; in chcr_eth_txq_stop()
/drivers/infiniband/hw/hfi1/
Dipoib.h87 atomic_t stops; member
Dipoib_tx.c56 if (atomic_inc_return(&txq->tx_ring.stops) == 1) in hfi1_ipoib_stop_txq()
63 if (atomic_dec_and_test(&txq->tx_ring.stops)) in hfi1_ipoib_wake_txq()
720 atomic_set(&txq->tx_ring.stops, 0); in hfi1_ipoib_txreq_init()
849 atomic_read(&txq->tx_ring.stops), in hfi1_ipoib_tx_timeout()
Dtrace_tx.h907 __field(int, stops)
923 __entry->stops = atomic_read(&txq->tx_ring.stops);
940 __entry->stops,
/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h183 unsigned long stops; /* # of times q has been stopped */ member
Dsge.c1255 q->stops++; in t3_stop_tx_queue()
1441 q->stops++; in check_desc_avail()
1554 q->stops++; in restart_ctrlq()
1769 q->stops++; in restart_offloadq()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h238 unsigned long stops; /* # of times queue has been stopped */ member
Dsge.c1136 txq->q.stops++; in txq_stop()
2502 txq->q.stops = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c2221 T("TxQFull:", q.stops); in sge_qstats_show()
/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c601 q->q.stops++; in ch_ipsec_crypto_wreq()
690 q->q.stops++; in eth_txq_stop()
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1235 q->q.stops++; in eth_txq_stop()
2658 q->q.stops++; in ctrlq_check_stop()
2816 unsigned long old = q->q.stops; in restart_ctrlq()
2819 if (q->q.stops != old) { /* suspended anew */ in restart_ctrlq()
2910 q->q.stops++; in txq_stop_maperr()
2926 q->q.stops++; in ofldtxq_stop()
4575 q->stops = q->restarts = 0; in init_txq()
Dcxgb4_debugfs.c2732 TL("TxQFull:", q.stops); in sge_qinfo_show()
2843 TL("TxQFull:", q.stops); in sge_qinfo_show()
3113 TL("TxQFull:", q.stops); in sge_qinfo_show()
Dcxgb4.h849 unsigned long stops; /* # of times q has been stopped */ member