/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_rc.c | 405 case IB_WR_ATOMIC_CMP_AND_SWP: in qib_make_rc_req() 421 if (wqe->atomic_wr.wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in qib_make_rc_req() 1057 ((wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 1077 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 1084 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 1236 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in rdma_seq_err()
|
H A D | qib_qp.c | 76 [IB_WR_ATOMIC_CMP_AND_SWP] = {
|
H A D | qib_verbs.c | 124 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
|
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_qp.c | 430 case IB_WR_ATOMIC_CMP_AND_SWP: in erdma_push_one_sqe() 433 if (op == IB_WR_ATOMIC_CMP_AND_SWP) { in erdma_push_one_sqe()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 99 case IB_WR_ATOMIC_CMP_AND_SWP: return IB_WC_COMP_SWAP; in wr_to_wc_opcode() 299 if (wqe->wr.opcode != IB_WR_ATOMIC_CMP_AND_SWP && in check_ack()
|
H A D | rxe_opcode.c | 53 [IB_WR_ATOMIC_CMP_AND_SWP] = {
|
H A D | rxe_req.c | 277 case IB_WR_ATOMIC_CMP_AND_SWP: in next_opcode_rc()
|
H A D | rxe_verbs.c | 775 case IB_WR_ATOMIC_CMP_AND_SWP: in init_send_wr()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | rc.c | 831 case IB_WR_ATOMIC_CMP_AND_SWP: in hfi1_make_rc_req() 847 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in hfi1_make_rc_req() 1423 opcode == IB_WR_ATOMIC_CMP_AND_SWP || in update_num_rd_atomic() 2019 ((wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 2031 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 2041 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack() 2278 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in rdma_seq_err()
|
H A D | qp.c | 47 [IB_WR_ATOMIC_CMP_AND_SWP] = {
|
H A D | verbs.c | 127 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
|
H A D | tid_rdma.c | 2701 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in handle_read_kdeth_eflags() 3224 case IB_WR_ATOMIC_CMP_AND_SWP: in hfi1_tid_rdma_wqe_interlock()
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma.h | 431 case IB_WR_ATOMIC_CMP_AND_SWP: in ib_wr_opcode_to_pvrdma()
|
H A D | pvrdma_qp.c | 802 case IB_WR_ATOMIC_CMP_AND_SWP: in pvrdma_post_send() 809 if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP) in pvrdma_post_send()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 192 [IB_WR_ATOMIC_CMP_AND_SWP] = MTHCA_OPCODE_ATOMIC_CS, 1597 if (wr->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in set_atomic_seg() 1688 case IB_WR_ATOMIC_CMP_AND_SWP: in mthca_tavor_post_send() 2018 case IB_WR_ATOMIC_CMP_AND_SWP: in mthca_arbel_post_send()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 19 [IB_WR_ATOMIC_CMP_AND_SWP] = MLX5_OPCODE_ATOMIC_CS, 946 case IB_WR_ATOMIC_CMP_AND_SWP: in handle_qpt_rc()
|
/openbmc/linux/net/rds/ |
H A D | ib_send.c | 172 case IB_WR_ATOMIC_CMP_AND_SWP: in rds_ib_send_unmap_op()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 91 [IB_WR_ATOMIC_CMP_AND_SWP] = cpu_to_be32(MLX4_OPCODE_ATOMIC_CS), 3340 if (wr->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in set_atomic_seg() 3610 case IB_WR_ATOMIC_CMP_AND_SWP: in _mlx4_ib_post_send()
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 178 if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in set_atomic_seg() 535 case IB_WR_ATOMIC_CMP_AND_SWP: in set_rc_opcode() 590 if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in set_rc_wqe()
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 3489 case IB_WR_ATOMIC_CMP_AND_SWP: in qedr_ib_to_wc_opcode() 3676 case IB_WR_ATOMIC_CMP_AND_SWP: in __qedr_post_send()
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 2544 case IB_WR_ATOMIC_CMP_AND_SWP: in bnxt_re_build_atomic_wqe() 2795 case IB_WR_ATOMIC_CMP_AND_SWP: in bnxt_re_post_send()
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 3070 case IB_WR_ATOMIC_CMP_AND_SWP: in rvt_ruc_loopback()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 1325 IB_WR_ATOMIC_CMP_AND_SWP = IB_UVERBS_WR_ATOMIC_CMP_AND_SWP, enumerator
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 2093 } else if (user_wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in ib_uverbs_post_send()
|