Symbol: verbs_txreq
drivers/infiniband/hw/hfi1/qp.c
118
container_of(tx, struct verbs_txreq, txreq));
drivers/infiniband/hw/hfi1/qp.c
443
struct verbs_txreq *tx = container_of(stx, struct verbs_txreq, txreq);
drivers/infiniband/hw/hfi1/verbs.c
1178
struct verbs_txreq *tx = ps->s_txreq;
drivers/infiniband/hw/hfi1/verbs.c
589
struct verbs_txreq *tx =
drivers/infiniband/hw/hfi1/verbs.c
590
container_of(cookie, struct verbs_txreq, txreq);
drivers/infiniband/hw/hfi1/verbs.c
657
struct verbs_txreq *tx)
drivers/infiniband/hw/hfi1/verbs.c
721
struct verbs_txreq *tx,
drivers/infiniband/hw/hfi1/verbs.c
807
struct verbs_txreq *tx;
drivers/infiniband/hw/hfi1/verbs.h
194
struct verbs_txreq *s_txreq;
drivers/infiniband/hw/hfi1/verbs.h
358
struct verbs_txreq;
drivers/infiniband/hw/hfi1/verbs.h
359
void hfi1_put_txreq(struct verbs_txreq *tx);
drivers/infiniband/hw/hfi1/verbs_txreq.c
13
void hfi1_put_txreq(struct verbs_txreq *tx)
drivers/infiniband/hw/hfi1/verbs_txreq.c
51
struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev,
drivers/infiniband/hw/hfi1/verbs_txreq.c
55
struct verbs_txreq *tx = NULL;
drivers/infiniband/hw/hfi1/verbs_txreq.c
87
sizeof(struct verbs_txreq),
drivers/infiniband/hw/hfi1/verbs_txreq.h
30
struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev,
drivers/infiniband/hw/hfi1/verbs_txreq.h
34
static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev,
drivers/infiniband/hw/hfi1/verbs_txreq.h
38
struct verbs_txreq *tx;
drivers/infiniband/hw/hfi1/verbs_txreq.h
60
static inline struct verbs_txreq *get_waiting_verbs_txreq(struct iowait_work *w)
drivers/infiniband/hw/hfi1/verbs_txreq.h
66
return container_of(stx, struct verbs_txreq, txreq);
drivers/infiniband/hw/hfi1/verbs_txreq.h
75
void hfi1_put_txreq(struct verbs_txreq *tx);