Lines Matching refs:txq
897 TP_PROTO(struct hfi1_ipoib_txq *txq),
898 TP_ARGS(txq),
900 DD_DEV_ENTRY(txq->priv->dd)
901 __field(struct hfi1_ipoib_txq *, txq)
913 DD_DEV_ASSIGN(txq->priv->dd);
914 __entry->txq = txq;
915 __entry->sde = txq->sde;
916 __entry->head = txq->tx_ring.head;
917 __entry->tail = txq->tx_ring.tail;
918 __entry->idx = txq->q_idx;
920 txq->sent_txreqs -
921 atomic64_read(&txq->complete_txreqs);
922 __entry->flow = txq->flow.as_int;
923 __entry->stops = atomic_read(&txq->stops);
924 __entry->no_desc = atomic_read(&txq->no_desc);
926 __netif_subqueue_stopped(txq->priv->netdev, txq->q_idx);
931 (unsigned long long)__entry->txq,
946 TP_PROTO(struct hfi1_ipoib_txq *txq),
947 TP_ARGS(txq)
952 TP_PROTO(struct hfi1_ipoib_txq *txq),
953 TP_ARGS(txq)
958 TP_PROTO(struct hfi1_ipoib_txq *txq),
959 TP_ARGS(txq)
964 TP_PROTO(struct hfi1_ipoib_txq *txq),
965 TP_ARGS(txq)
970 TP_PROTO(struct hfi1_ipoib_txq *txq),
971 TP_ARGS(txq)
976 TP_PROTO(struct hfi1_ipoib_txq *txq),
977 TP_ARGS(txq)
982 TP_PROTO(struct hfi1_ipoib_txq *txq),
983 TP_ARGS(txq)
988 TP_PROTO(struct hfi1_ipoib_txq *txq),
989 TP_ARGS(txq)
994 TP_PROTO(struct hfi1_ipoib_txq *txq),
995 TP_ARGS(txq)