Home
last modified time | relevance | path

Searched refs:hfi1_rwqe (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsrq.c74 struct hfi1_rwqe *wqe; in hfi1_post_srq_receive()
152 sizeof(struct hfi1_rwqe); in hfi1_create_srq()
238 struct hfi1_rwqe *p; in hfi1_modify_srq()
249 sz = sizeof(struct hfi1_rwqe) + in hfi1_modify_srq()
299 struct hfi1_rwqe *wqe; in hfi1_modify_srq()
308 p = (struct hfi1_rwqe *)((char *)p + sz); in hfi1_modify_srq()
Dverbs.h369 struct hfi1_rwqe { struct
386 struct hfi1_rwqe wq[0]; argument
641 static inline struct hfi1_rwqe *get_rwqe_ptr(struct hfi1_rq *rq, unsigned n) in get_rwqe_ptr()
643 return (struct hfi1_rwqe *) in get_rwqe_ptr()
645 (sizeof(struct hfi1_rwqe) + in get_rwqe_ptr()
Druc.c100 static int init_sge(struct hfi1_qp *qp, struct hfi1_rwqe *wqe) in init_sge()
163 struct hfi1_rwqe *wqe; in hfi1_get_rwqe()
Dqp.c1098 sizeof(struct hfi1_rwqe); in hfi1_create_qp()
Dverbs.c544 struct hfi1_rwqe *wqe; in post_receive()