Lines Matching refs:ipoib_txreq
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 *tx, in hfi1_ipoib_build_ib_tx_headers()
348 static struct ipoib_txreq *hfi1_ipoib_send_dma_common(struct net_device *dev, in hfi1_ipoib_send_dma_common()
354 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_common()
440 struct ipoib_txreq *tx) in hfi1_ipoib_submit_tx()
462 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_single()
513 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_list()
695 tx_item_size = roundup_pow_of_two(sizeof(struct ipoib_txreq)); in hfi1_ipoib_txreq_init()
706 struct ipoib_txreq *tx; in hfi1_ipoib_txreq_init()
776 struct ipoib_txreq *tx = in hfi1_ipoib_drain_tx_list()
777 container_of(txreq, struct ipoib_txreq, txreq); in hfi1_ipoib_drain_tx_list()