Home
last modified time | relevance | path

Searched refs:IB_OPCODE_UD (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Dib_pack.h41 * which becomes IB_OPCODE_UD + IB_OPCODE_SEND_ONLY, and this gives
56 IB_OPCODE_UD = 0x60, enumerator
H A Drdmavt_qp.h750 if (qp->allowed_ops == IB_OPCODE_UD) in rvt_put_qp_swqe()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_pack.h41 * which becomes IB_OPCODE_UD + IB_OPCODE_SEND_ONLY, and this gives
56 IB_OPCODE_UD = 0x60, enumerator
H A Drdmavt_qp.h750 if (qp->allowed_ops == IB_OPCODE_UD) in rvt_put_qp_swqe()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_recv.c35 if (unlikely(pkt_type != IB_OPCODE_UD)) in check_type_state()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_recv.c39 if (unlikely(pkt_type != IB_OPCODE_UD)) { in check_type_state()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1004 IB_OPCODE_UC : IB_OPCODE_UD; in get_allowed_ops()
1019 for (i = 0; qp->allowed_ops == IB_OPCODE_UD && i < qp->s_size; i++) { in free_ud_wq_attr()
1039 for (i = 0; qp->allowed_ops == IB_OPCODE_UD && i < qp->s_size; i++) { in alloc_ud_wq_attr()
2124 if (qp->allowed_ops == IB_OPCODE_UD) { in rvt_post_one_wr()
2172 if (qp->allowed_ops == IB_OPCODE_UD) in rvt_post_one_wr()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c967 IB_OPCODE_UC : IB_OPCODE_UD; in get_allowed_ops()
982 for (i = 0; qp->allowed_ops == IB_OPCODE_UD && i < qp->s_size; i++) { in free_ud_wq_attr()
1002 for (i = 0; qp->allowed_ops == IB_OPCODE_UD && i < qp->s_size; i++) { in alloc_ud_wq_attr()
2073 if (qp->allowed_ops == IB_OPCODE_UD) { in rvt_post_one_wr()
2121 if (qp->allowed_ops == IB_OPCODE_UD) in rvt_post_one_wr()

Completed in 14 milliseconds