Home
last modified time | relevance | path

Searched refs:verbs_txreq (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h16 struct verbs_txreq { struct
30 struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, argument
34 static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev, in get_txreq()
38 struct verbs_txreq *tx; in get_txreq()
60 static inline struct verbs_txreq *get_waiting_verbs_txreq(struct iowait_work *w) in get_waiting_verbs_txreq()
66 return container_of(stx, struct verbs_txreq, txreq); in get_waiting_verbs_txreq()
75 void hfi1_put_txreq(struct verbs_txreq *tx);
H A Dverbs_txreq.c13 void hfi1_put_txreq(struct verbs_txreq *tx) in hfi1_put_txreq()
51 struct verbs_txreq *__get_txreq(struct hfi1_ibdev *dev, in __get_txreq()
55 struct verbs_txreq *tx = NULL; in __get_txreq()
87 sizeof(struct verbs_txreq), in verbs_txreq_init()
H A Dverbs.h194 struct verbs_txreq *s_txreq;
358 struct verbs_txreq;
359 void hfi1_put_txreq(struct verbs_txreq *tx);
H A DMakefile52 verbs_txreq.o \
H A Dqp.c118 container_of(tx, struct verbs_txreq, txreq)); in flush_list_head()
443 struct verbs_txreq *tx = container_of(stx, struct verbs_txreq, txreq); in iowait_sleep()
H A Dverbs.c589 struct verbs_txreq *tx = in verbs_sdma_complete()
590 container_of(cookie, struct verbs_txreq, txreq); in verbs_sdma_complete()
657 struct verbs_txreq *tx) in build_verbs_ulp_payload()
721 struct verbs_txreq *tx, in build_verbs_tx_desc()
807 struct verbs_txreq *tx; in hfi1_verbs_send_dma()
1178 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()