Searched refs:verbs_txreq (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | verbs_txreq.h | 58 struct verbs_txreq { struct 72 struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, argument 76 static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev, in get_txreq() 80 struct verbs_txreq *tx; in get_txreq() 102 static inline struct sdma_txreq *get_sdma_txreq(struct verbs_txreq *tx) in get_sdma_txreq() 107 static inline struct verbs_txreq *get_waiting_verbs_txreq(struct iowait_work *w) in get_waiting_verbs_txreq() 113 return container_of(stx, struct verbs_txreq, txreq); in get_waiting_verbs_txreq() 122 void hfi1_put_txreq(struct verbs_txreq *tx);
|
| D | verbs_txreq.c | 55 void hfi1_put_txreq(struct verbs_txreq *tx) in hfi1_put_txreq() 93 struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, in __get_txreq() 97 struct verbs_txreq *tx = NULL; in __get_txreq() 129 sizeof(struct verbs_txreq), in verbs_txreq_init()
|
| D | verbs.h | 236 struct verbs_txreq *s_txreq; 401 struct verbs_txreq; 402 void hfi1_put_txreq(struct verbs_txreq *tx);
|
| D | Makefile | 47 verbs_txreq.o \
|
| D | qp.c | 160 container_of(tx, struct verbs_txreq, txreq)); in flush_list_head() 495 struct verbs_txreq *tx = container_of(stx, struct verbs_txreq, txreq); in iowait_sleep()
|
| D | verbs.c | 628 struct verbs_txreq *tx = in verbs_sdma_complete() 629 container_of(cookie, struct verbs_txreq, txreq); in verbs_sdma_complete() 696 struct verbs_txreq *tx) in build_verbs_ulp_payload() 760 struct verbs_txreq *tx, in build_verbs_tx_desc() 846 struct verbs_txreq *tx; in hfi1_verbs_send_dma() 1217 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
|