Symbol: ipoib_txreq
drivers/infiniband/hw/hfi1/ipoib_tx.c
114
static void hfi1_ipoib_free_tx(struct ipoib_txreq *tx, int budget)
drivers/infiniband/hw/hfi1/ipoib_tx.c
138
struct ipoib_txreq *tx;
drivers/infiniband/hw/hfi1/ipoib_tx.c
162
struct ipoib_txreq *tx = hfi1_txreq_from_idx(tx_ring, head);
drivers/infiniband/hw/hfi1/ipoib_tx.c
190
struct ipoib_txreq *tx = container_of(txreq, struct ipoib_txreq, txreq);
drivers/infiniband/hw/hfi1/ipoib_tx.c
199
static int hfi1_ipoib_build_ulp_payload(struct ipoib_txreq *tx,
drivers/infiniband/hw/hfi1/ipoib_tx.c
230
static int hfi1_ipoib_build_tx_desc(struct ipoib_txreq *tx,
drivers/infiniband/hw/hfi1/ipoib_tx.c
256
static void hfi1_ipoib_build_ib_tx_headers(struct ipoib_txreq *tx,
drivers/infiniband/hw/hfi1/ipoib_tx.c
348
static struct ipoib_txreq *hfi1_ipoib_send_dma_common(struct net_device *dev,
drivers/infiniband/hw/hfi1/ipoib_tx.c
354
struct ipoib_txreq *tx;
drivers/infiniband/hw/hfi1/ipoib_tx.c
36
static struct ipoib_txreq *
drivers/infiniband/hw/hfi1/ipoib_tx.c
39
return (struct ipoib_txreq *)(r->items + (idx << r->shift));
drivers/infiniband/hw/hfi1/ipoib_tx.c
440
struct ipoib_txreq *tx)
drivers/infiniband/hw/hfi1/ipoib_tx.c
462
struct ipoib_txreq *tx;
drivers/infiniband/hw/hfi1/ipoib_tx.c
513
struct ipoib_txreq *tx;
drivers/infiniband/hw/hfi1/ipoib_tx.c
695
tx_item_size = roundup_pow_of_two(sizeof(struct ipoib_txreq));
drivers/infiniband/hw/hfi1/ipoib_tx.c
706
struct ipoib_txreq *tx;
drivers/infiniband/hw/hfi1/ipoib_tx.c
776
struct ipoib_txreq *tx =
drivers/infiniband/hw/hfi1/ipoib_tx.c
777
container_of(txreq, struct ipoib_txreq, txreq);
drivers/infiniband/hw/hfi1/trace_tx.h
1002
TP_PROTO(struct ipoib_txreq *tx, u32 idx),
drivers/infiniband/hw/hfi1/trace_tx.h
1006
__field(struct ipoib_txreq *, tx)
drivers/infiniband/hw/hfi1/trace_tx.h
1031
TP_PROTO(struct ipoib_txreq *tx, u32 idx),
drivers/infiniband/hw/hfi1/trace_tx.h
1037
TP_PROTO(struct ipoib_txreq *tx, u32 idx),