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

/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_common.h97 q->q.stops++;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib.h73 * @stops: count of stops of queue
87 atomic_t stops; member in struct:hfi1_ipoib_circ_buf
H A Dipoib_tx.c56 if (atomic_inc_return(&txq->tx_ring.stops) == 1)
63 if (atomic_dec_and_test(&txq->tx_ring.stops))
720 atomic_set(&txq->tx_ring.stops, 0);
846 dd_dev_info(priv->dd, "timeout txq %p q %u stopped %u stops %d no_desc %d ring_full %d\n",
849 atomic_read(&txq->tx_ring.stops),
H A Dtrace_tx.h907 __field(int, stops)
923 __entry->stops = atomic_read(&txq->tx_ring.stops);
929 "[%s] txq %llx idx %u sde %llx:%u cpu %d head %lx tail %lx flow %x used %u stops %d no_desc %d stopped %u",
940 __entry->stops,
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h238 unsigned long stops; /* # of times queue has been stopped */ member in struct:sge_txq
H A Dsge.c1136 txq->q.stops++;
2502 txq->q.stops = 0;
H A Dcxgb4vf_main.c2221 T("TxQFull:", q.stops);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h183 unsigned long stops; /* # of times q has been stopped */ member in struct:sge_txq
H A Dsge.c1250 q->stops++;
1436 q->stops++;
1549 q->stops++;
1764 q->stops++;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c605 q->q.stops++;
694 q->q.stops++;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1221 q->q.stops++;
2644 q->q.stops++;
2802 unsigned long old = q->q.stops;
2805 if (q->q.stops != old) { /* suspended anew */
2896 q->q.stops++;
2912 q->q.stops++;
4561 q->stops = q->restarts = 0;
H A Dcxgb4_debugfs.c2732 TL("TxQFull:", q.stops);
2843 TL("TxQFull:", q.stops);
3113 TL("TxQFull:", q.stops);
H A Dcxgb4.h849 unsigned long stops; /* # of times q has been stopped */ member in struct:sge_txq

Completed in 200 milliseconds