Home
last modified time | relevance | path

Searched refs:post_parms (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c1886 const struct rvt_operation_params *post_parms, in rvt_qp_valid_operation() argument
1891 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length) in rvt_qp_valid_operation()
1893 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type))) in rvt_qp_valid_operation()
1895 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) && in rvt_qp_valid_operation()
1898 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE && in rvt_qp_valid_operation()
1903 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC && in rvt_qp_valid_operation()
1906 len = post_parms[wr->opcode].length; in rvt_qp_valid_operation()
2005 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr); in rvt_post_one_wr()
2021 if ((rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL)) { in rvt_post_one_wr()
2047 reserved_op = rdi->post_parms[wr->opcode].flags & in rvt_post_one_wr()
[all …]
Dvt.c518 !rdi->post_parms) in check_support()
/Linux-v5.4/include/rdma/
Drdma_vt.h424 const struct rvt_operation_params *post_parms; member
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_verbs.c1476 dd->verbs_dev.rdi.post_parms = qib_post_parms; in qib_fill_device_attr()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dverbs.c1914 dd->verbs_dev.rdi.post_parms = hfi1_post_parms; in hfi1_register_ib_device()
Drc.c2212 if (!(rdi->post_parms[wqe->wr.opcode].flags & in do_rc_ack()