Searched refs:hfi1_ipoib_txq (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | ipoib_tx.c | 39 struct hfi1_ipoib_txq *txq; 47 struct hfi1_ipoib_txq *txq; 59 static u64 hfi1_ipoib_used(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_used() 65 static void hfi1_ipoib_stop_txq(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_stop_txq() 72 static void hfi1_ipoib_wake_txq(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_wake_txq() 79 static uint hfi1_ipoib_ring_hwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_hwat() 85 static uint hfi1_ipoib_ring_lwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_lwat() 91 static void hfi1_ipoib_check_queue_depth(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_check_queue_depth() 101 static void hfi1_ipoib_check_queue_stopped(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_check_queue_stopped() 146 static int hfi1_ipoib_drain_tx_ring(struct hfi1_ipoib_txq *txq, int budget) in hfi1_ipoib_drain_tx_ring() [all …]
|
D | trace_tx.h | 897 TP_PROTO(struct hfi1_ipoib_txq *txq), 901 __field(struct hfi1_ipoib_txq *, txq) 946 TP_PROTO(struct hfi1_ipoib_txq *txq), 952 TP_PROTO(struct hfi1_ipoib_txq *txq), 958 TP_PROTO(struct hfi1_ipoib_txq *txq), 964 TP_PROTO(struct hfi1_ipoib_txq *txq), 970 TP_PROTO(struct hfi1_ipoib_txq *txq), 976 TP_PROTO(struct hfi1_ipoib_txq *txq), 982 TP_PROTO(struct hfi1_ipoib_txq *txq), 988 TP_PROTO(struct hfi1_ipoib_txq *txq), [all …]
|
D | ipoib.h | 82 struct hfi1_ipoib_txq { struct 104 struct hfi1_ipoib_txq *txqs; argument
|