Home
last modified time | relevance | path

Searched refs:qedr_srq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/qedr/
H A Dqedr.h360 struct qedr_srq { struct
406 struct qedr_srq *srq;
609 static inline struct qedr_srq *get_qedr_srq(struct ib_srq *ibsrq) in get_qedr_srq()
611 return container_of(ibsrq, struct qedr_srq, ibsrq); in get_qedr_srq()
H A Dmain.c236 INIT_RDMA_OBJ_SIZE(ib_srq, qedr_srq, ibsrq),
654 struct qedr_srq *srq; in qedr_affiliated_event()