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->tx_ring.sent_txreqs -
921 txq->tx_ring.complete_txreqs;
922 __entry->flow = txq->flow.as_int;
923 __entry->stops = atomic_read(&txq->tx_ring.stops);
924 __entry->no_desc = atomic_read(&txq->tx_ring.no_desc);
926 __netif_subqueue_stopped(txq->priv->netdev, txq->q_idx);
931 (unsigned long long)__entry->txq,
948 TP_PROTO(struct hfi1_ipoib_txq *txq),
949 TP_ARGS(txq)
954 TP_PROTO(struct hfi1_ipoib_txq *txq),
955 TP_ARGS(txq)
960 TP_PROTO(struct hfi1_ipoib_txq *txq),
961 TP_ARGS(txq)
966 TP_PROTO(struct hfi1_ipoib_txq *txq),
967 TP_ARGS(txq)
972 TP_PROTO(struct hfi1_ipoib_txq *txq),
973 TP_ARGS(txq)
978 TP_PROTO(struct hfi1_ipoib_txq *txq),
979 TP_ARGS(txq)
984 TP_PROTO(struct hfi1_ipoib_txq *txq),
985 TP_ARGS(txq)
990 TP_PROTO(struct hfi1_ipoib_txq *txq),
991 TP_ARGS(txq)
996 TP_PROTO(struct hfi1_ipoib_txq *txq),
997 TP_ARGS(txq)
1005 DD_DEV_ENTRY(tx->txq->priv->dd)
1007 __field(struct hfi1_ipoib_txq *, txq)
1012 DD_DEV_ASSIGN(tx->txq->priv->dd);
1015 __entry->txq = tx->txq;
1022 (unsigned long long)__entry->txq,
1023 __entry->txq ? __entry->txq->q_idx : 0,
1043 TP_PROTO(struct hfi1_ipoib_txq *txq),
1044 TP_ARGS(txq)
1049 TP_PROTO(struct hfi1_ipoib_txq *txq),
1050 TP_ARGS(txq)
1055 TP_PROTO(struct hfi1_ipoib_txq *txq),
1056 TP_ARGS(txq)