Searched refs:verbs_txreq (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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; 400 struct verbs_txreq; 401 void hfi1_put_txreq(struct verbs_txreq *tx);
|
D | Makefile | 51 verbs_txreq.o \
|
D | qp.c | 160 container_of(tx, struct verbs_txreq, txreq)); in flush_list_head() 484 struct verbs_txreq *tx = container_of(stx, struct verbs_txreq, txreq); in iowait_sleep()
|
D | verbs.c | 631 struct verbs_txreq *tx = in verbs_sdma_complete() 632 container_of(cookie, struct verbs_txreq, txreq); in verbs_sdma_complete() 699 struct verbs_txreq *tx) in build_verbs_ulp_payload() 763 struct verbs_txreq *tx, in build_verbs_tx_desc() 849 struct verbs_txreq *tx; in hfi1_verbs_send_dma() 1220 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
|