Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_srq.c57 struct qib_rwqe *wqe; in qib_post_srq_receive()
135 sizeof(struct qib_rwqe); in qib_create_srq()
221 struct qib_rwqe *p; in qib_modify_srq()
232 sz = sizeof(struct qib_rwqe) + in qib_modify_srq()
282 struct qib_rwqe *wqe; in qib_modify_srq()
291 p = (struct qib_rwqe *)((char *) p + sz); in qib_modify_srq()
Dqib_verbs.h354 struct qib_rwqe { struct
371 struct qib_rwqe wq[0]; argument
622 static inline struct qib_rwqe *get_rwqe_ptr(struct qib_rq *rq, unsigned n) in get_rwqe_ptr()
624 return (struct qib_rwqe *) in get_rwqe_ptr()
626 (sizeof(struct qib_rwqe) + in get_rwqe_ptr()
Dqib_ruc.c81 static int qib_init_sge(struct qib_qp *qp, struct qib_rwqe *wqe) in qib_init_sge()
144 struct qib_rwqe *wqe; in qib_get_rwqe()
Dqib_qp.c1070 sizeof(struct qib_rwqe); in qib_create_qp()
Dqib_verbs.c510 struct qib_rwqe *wqe; in qib_post_receive()