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()
229 static int hfi1_ipoib_build_tx_desc(struct ipoib_txreq *tx, in hfi1_ipoib_build_tx_desc()
255 static void hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq *tx, in hfi1_ipoib_build_ib_tx_headers()
347 static struct ipoib_txreq *hfi1_ipoib_send_dma_common(struct net_device *dev, in hfi1_ipoib_send_dma_common()
353 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_common()
439 struct ipoib_txreq *tx) in hfi1_ipoib_submit_tx()
461 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_single()
512 struct ipoib_txreq *tx; in hfi1_ipoib_send_dma_list()
694 tx_item_size = roundup_pow_of_two(sizeof(struct ipoib_txreq)); in hfi1_ipoib_txreq_init()
705 struct ipoib_txreq *tx; in hfi1_ipoib_txreq_init()
772 struct ipoib_txreq *tx = in hfi1_ipoib_drain_tx_list()
773 container_of(txreq, struct ipoib_txreq, txreq); in hfi1_ipoib_drain_tx_list()