Lines Matching defs:post_parms
1916 const struct rvt_operation_params *post_parms,
1921 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length)
1923 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type)))
1925 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) &&
1928 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE &&
1933 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC &&
1936 len = post_parms[wr->opcode].length;
2035 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr);
2051 if ((rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL)) {
2077 reserved_op = rdi->post_parms[wr->opcode].flags &
2131 if (rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL) {
2155 if (!(rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL))