Home
last modified time | relevance | path

Searched refs:post_parms (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1916 const struct rvt_operation_params *post_parms, in rvt_qp_valid_operation()
1921 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length) in rvt_qp_valid_operation()
1923 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type))) in rvt_qp_valid_operation()
1925 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) && in rvt_qp_valid_operation()
1928 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE && in rvt_qp_valid_operation()
1933 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC && in rvt_qp_valid_operation()
1936 len = post_parms[wr->opcode].length; in rvt_qp_valid_operation()
2035 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr); in rvt_post_one_wr()
2051 if ((rdi->post_parms[wr->opcode].flags & RVT_OPERATION_LOCAL)) { in rvt_post_one_wr()
2077 reserved_op = rdi->post_parms[w in rvt_post_one_wr()
1914 rvt_qp_valid_operation( struct rvt_qp *qp, const struct rvt_operation_params *post_parms, const struct ib_send_wr *wr) rvt_qp_valid_operation() argument
[all...]
H A Dvt.c506 !rdi->post_parms) in check_support()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c1847 * @post_parms: the post send table for the driver
1864 const struct rvt_operation_params *post_parms, in rvt_qp_valid_operation()
1869 if (wr->opcode >= RVT_OPERATION_MAX || !post_parms[wr->opcode].length) in rvt_qp_valid_operation()
1871 if (!(post_parms[wr->opcode].qpt_support & BIT(qp->ibqp.qp_type))) in rvt_qp_valid_operation()
1873 if ((post_parms[wr->opcode].flags & RVT_OPERATION_PRIV) && in rvt_qp_valid_operation()
1876 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC_SGE && in rvt_qp_valid_operation()
1881 if (post_parms[wr->opcode].flags & RVT_OPERATION_ATOMIC && in rvt_qp_valid_operation()
1884 len = post_parms[wr->opcode].length; in rvt_qp_valid_operation()
1984 ret = rvt_qp_valid_operation(qp, rdi->post_parms, wr); in rvt_post_one_wr()
2000 if ((rdi->post_parms[w in rvt_post_one_wr()
1862 rvt_qp_valid_operation( struct rvt_qp *qp, const struct rvt_operation_params *post_parms, const struct ib_send_wr *wr) rvt_qp_valid_operation() argument
[all...]
H A Dvt.c460 !rdi->post_parms) in check_support()
/kernel/linux/linux-5.10/include/rdma/
H A Drdma_vt.h382 const struct rvt_operation_params *post_parms; member
/kernel/linux/linux-6.6/include/rdma/
H A Drdma_vt.h382 const struct rvt_operation_params *post_parms; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1476 dd->verbs_dev.rdi.post_parms = qib_post_parms; in qib_fill_device_attr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.c1917 dd->verbs_dev.rdi.post_parms = hfi1_post_parms; in hfi1_register_ib_device()
H A Drc.c2211 if (!(rdi->post_parms[wqe->wr.opcode].flags & in do_rc_ack()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.c1860 dd->verbs_dev.rdi.post_parms = hfi1_post_parms; in hfi1_register_ib_device()
H A Drc.c2169 if (!(rdi->post_parms[wqe->wr.opcode].flags & in do_rc_ack()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1476 dd->verbs_dev.rdi.post_parms = qib_post_parms; in qib_fill_device_attr()

Completed in 29 milliseconds