Lines Matching defs:post_parms
1847 * @post_parms: the post send table for the driver
1864 const struct rvt_operation_params *post_parms,
1869 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length)
1871 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type)))
1873 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) &&
1876 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE &&
1881 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC &&
1884 len = post_parms[wr->opcode].length;
1984 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr);
2000 if ((rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL)) {
2026 reserved_op = rdi->post_parms[wr->opcode].flags &
2080 if (rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL) {
2104 if (!(rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL))