Searched refs:post_parms (Results 1 – 5 of 5) sorted by relevance
1622 const struct rvt_operation_params *post_parms, in rvt_qp_valid_operation() argument1627 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length) in rvt_qp_valid_operation()1629 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type))) in rvt_qp_valid_operation()1631 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) && in rvt_qp_valid_operation()1634 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE && in rvt_qp_valid_operation()1639 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC && in rvt_qp_valid_operation()1642 len = post_parms[wr->opcode].length; in rvt_qp_valid_operation()1743 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr); in rvt_post_one_wr()1759 if ((rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL)) { in rvt_post_one_wr()1785 reserved_op = rdi->post_parms[wr->opcode].flags & in rvt_post_one_wr()[all …]
538 !rdi->post_parms) in check_support()
372 const struct rvt_operation_params *post_parms; member
1961 dd->verbs_dev.rdi.post_parms = hfi1_post_parms; in hfi1_register_ib_device()
1514 dd->verbs_dev.rdi.post_parms = qib_post_parms; in qib_fill_device_attr()