Home
last modified time | relevance | path

Searched refs:hfi1_srq (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsrq.c68 struct hfi1_srq *srq = to_isrq(ibsrq); in hfi1_post_srq_receive()
123 struct hfi1_srq *srq; in hfi1_create_srq()
232 struct hfi1_srq *srq = to_isrq(ibsrq); in hfi1_modify_srq()
370 struct hfi1_srq *srq = to_isrq(ibsrq); in hfi1_query_srq()
384 struct hfi1_srq *srq = to_isrq(ibsrq); in hfi1_destroy_srq()
Dverbs.h397 struct hfi1_srq { struct
820 static inline struct hfi1_srq *to_isrq(struct ib_srq *ibsrq) in to_isrq()
822 return container_of(ibsrq, struct hfi1_srq, ibsrq); in to_isrq()
Druc.c162 struct hfi1_srq *srq; in hfi1_get_rwqe()
Dqp.c1070 struct hfi1_srq *srq = to_isrq(init_attr->srq); in hfi1_create_qp()