Searched refs:ipoib_txreq (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 36 static struct ipoib_txreq * 39 return (struct ipoib_txreq *)(r->items + (idx << r->shift)); in hfi1_txreq_from_idx() 114 static void hfi1_ipoib_free_tx(struct ipoib_txreq *tx, int budget) in hfi1_ipoib_free_tx() 138 struct ipoib_txreq *tx; in hfi1_ipoib_drain_tx_ring() 162 struct ipoib_txreq *tx = hfi1_txreq_from_idx(tx_ring, head); in hfi1_ipoib_poll_tx_ring() 190 struct ipoib_txreq *tx = container_of(txreq, struct ipoib_txreq, txreq); in hfi1_ipoib_sdma_complete() 199 static int hfi1_ipoib_build_ulp_payload(struct ipoib_txreq *tx, in hfi1_ipoib_build_ulp_payload() 230 static int hfi1_ipoib_build_tx_desc(struct ipoib_txreq *tx, in hfi1_ipoib_build_tx_desc() 256 static void hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq *t [all...] |
H A D | ipoib.h | 47 * struct ipoib_txreq - IPOIB transmit descriptor 56 struct ipoib_txreq { struct
|
H A D | trace_tx.h | 1002 TP_PROTO(struct ipoib_txreq *tx, u32 idx), 1006 __field(struct ipoib_txreq *, tx) 1031 TP_PROTO(struct ipoib_txreq *tx, u32 idx), 1037 TP_PROTO(struct ipoib_txreq *tx, u32 idx),
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_tx.c | 26 * struct ipoib_txreq - IPOIB transmit descriptor 34 struct ipoib_txreq { struct 126 static void hfi1_ipoib_free_tx(struct ipoib_txreq *tx, int budget) in hfi1_ipoib_free_tx() 194 static void hfi1_ipoib_add_tx(struct ipoib_txreq *tx) in hfi1_ipoib_add_tx() 228 struct ipoib_txreq *tx = container_of(txreq, struct ipoib_txreq, txreq); in hfi1_ipoib_sdma_complete() 235 static int hfi1_ipoib_build_ulp_payload(struct ipoib_txreq *tx, in hfi1_ipoib_build_ulp_payload() 266 static int hfi1_ipoib_build_tx_desc(struct ipoib_txreq *tx, in hfi1_ipoib_build_tx_desc() 292 static void hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq *tx, in hfi1_ipoib_build_ib_tx_headers() 384 static struct ipoib_txreq *hfi1_ipoib_send_dma_commo [all...] |
H A D | ipoib.h | 55 struct ipoib_txreq; 57 struct ipoib_txreq **items;
|
Completed in 4 milliseconds