Searched refs:verbs_txreq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs_txreq.h | 58 struct verbs_txreq { struct 72 struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, argument 75 static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev, in get_txreq() 79 struct verbs_txreq *tx; in get_txreq() 100 static inline struct sdma_txreq *get_sdma_txreq(struct verbs_txreq *tx) in get_sdma_txreq() 105 static inline struct verbs_txreq *get_waiting_verbs_txreq(struct rvt_qp *qp) in get_waiting_verbs_txreq() 112 return container_of(stx, struct verbs_txreq, txreq); in get_waiting_verbs_txreq() 123 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 | 173 struct verbs_txreq *s_txreq; 311 struct verbs_txreq; 312 void hfi1_put_txreq(struct verbs_txreq *tx);
|
D | Makefile | 16 verbs_txreq.o vnic_main.o vnic_sdma.o
|
D | qp.c | 150 container_of(tx, struct verbs_txreq, txreq)); in flush_tx_list() 405 struct verbs_txreq *tx = container_of(stx, struct verbs_txreq, txreq); in iowait_sleep()
|
D | verbs.c | 710 struct verbs_txreq *tx = in verbs_sdma_complete() 711 container_of(cookie, struct verbs_txreq, txreq); in verbs_sdma_complete() 767 struct verbs_txreq *tx) in build_verbs_ulp_payload() 835 struct verbs_txreq *tx, in build_verbs_tx_desc() 912 struct verbs_txreq *tx; in hfi1_verbs_send_dma() 1278 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
|