Lines Matching defs:ocrdma_create_qp_req
972 struct ocrdma_create_qp_req { struct
973 struct ocrdma_mqe_hdr hdr;
974 struct ocrdma_mbx_hdr req;
976 u32 type_pgsz_pdn;
977 u32 max_wqe_rqe;
978 u32 max_sge_send_write;
979 u32 max_sge_recv_flags;
980 u32 max_ord_ird;
981 u32 num_wq_rq_pages;
982 u32 wqe_rqe_size;
983 u32 wq_rq_cqid;
984 struct ocrdma_pa wq_addr[MAX_OCRDMA_QP_PAGES];
985 struct ocrdma_pa rq_addr[MAX_OCRDMA_QP_PAGES];
986 u32 dpp_credits_cqid;
987 u32 rpir_lkey;
988 struct ocrdma_pa ird_addr[MAX_OCRDMA_IRD_PAGES];