Home
last modified time | relevance | path

Searched refs:IB_WR_ATOMIC_CMP_AND_SWP (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_rc.c416 case IB_WR_ATOMIC_CMP_AND_SWP: in ipath_make_rc_req()
433 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in ipath_make_rc_req()
918 ((wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
934 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
939 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
Dipath_ruc.c374 case IB_WR_ATOMIC_CMP_AND_SWP: in ipath_ruc_loopback()
Dipath_verbs.c156 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
381 else if (wr->opcode >= IB_WR_ATOMIC_CMP_AND_SWP && in ipath_post_one_send()
406 else if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in ipath_post_one_send()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c443 case IB_WR_ATOMIC_CMP_AND_SWP: in qib_make_rc_req()
460 if (wqe->atomic_wr.wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in qib_make_rc_req()
1185 ((wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1205 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1212 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1367 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in rdma_seq_err()
Dqib_verbs.c154 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
381 else if (wr->opcode >= IB_WR_ATOMIC_CMP_AND_SWP && in qib_post_one_send()
411 else if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in qib_post_one_send()
Dqib_ruc.c488 case IB_WR_ATOMIC_CMP_AND_SWP: in qib_ruc_loopback()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c471 case IB_WR_ATOMIC_CMP_AND_SWP: in hfi1_make_rc_req()
488 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in hfi1_make_rc_req()
1216 ((wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1236 if (wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1243 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in do_rc_ack()
1398 wqe->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP || in rdma_seq_err()
Dverbs.c174 [IB_WR_ATOMIC_CMP_AND_SWP] = IB_WC_COMP_SWAP,
399 else if (wr->opcode >= IB_WR_ATOMIC_CMP_AND_SWP && in post_one_send()
425 else if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in post_one_send()
Druc.c510 case IB_WR_ATOMIC_CMP_AND_SWP: in ruc_loopback()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c191 [IB_WR_ATOMIC_CMP_AND_SWP] = MTHCA_OPCODE_ATOMIC_CS,
1574 if (wr->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in set_atomic_seg()
1665 case IB_WR_ATOMIC_CMP_AND_SWP: in mthca_tavor_post_send()
2006 case IB_WR_ATOMIC_CMP_AND_SWP: in mthca_arbel_post_send()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_qp.c59 [IB_WR_ATOMIC_CMP_AND_SWP] = NO_SUPPORT,
/linux-4.4.14/net/rds/
Dib_send.c170 case IB_WR_ATOMIC_CMP_AND_SWP: in rds_ib_send_unmap_op()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c111 [IB_WR_ATOMIC_CMP_AND_SWP] = cpu_to_be32(MLX4_OPCODE_ATOMIC_CS),
2567 if (wr->wr.opcode == IB_WR_ATOMIC_CMP_AND_SWP) { in set_atomic_seg()
2817 case IB_WR_ATOMIC_CMP_AND_SWP: in mlx4_ib_post_send()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c63 [IB_WR_ATOMIC_CMP_AND_SWP] = MLX5_OPCODE_ATOMIC_CS,
2654 case IB_WR_ATOMIC_CMP_AND_SWP: in mlx5_ib_post_send()
/linux-4.4.14/include/rdma/
Dib_verbs.h1021 IB_WR_ATOMIC_CMP_AND_SWP, enumerator
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c2529 } else if (user_wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP || in ib_uverbs_post_send()