Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ruc.c375 case IB_WR_ATOMIC_FETCH_AND_ADD: in ipath_ruc_loopback()
387 (wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) ? in ipath_ruc_loopback()
Dipath_rc.c417 case IB_WR_ATOMIC_FETCH_AND_ADD: in ipath_make_rc_req()
919 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) && in do_rc_ack()
935 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in do_rc_ack()
940 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD)) { in do_rc_ack()
Dipath_verbs.c157 [IB_WR_ATOMIC_FETCH_AND_ADD] = IB_WC_FETCH_ADD
379 } else if ((unsigned) wr->opcode > IB_WR_ATOMIC_FETCH_AND_ADD) in ipath_post_one_send()
407 wr->opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in ipath_post_one_send()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c444 case IB_WR_ATOMIC_FETCH_AND_ADD: in qib_make_rc_req()
1186 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) && in do_rc_ack()
1206 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) { in do_rc_ack()
1213 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD)) { in do_rc_ack()
1368 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in rdma_seq_err()
Dqib_ruc.c489 case IB_WR_ATOMIC_FETCH_AND_ADD: in qib_ruc_loopback()
501 (wqe->atomic_wr.wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) ? in qib_ruc_loopback()
Dqib_verbs.c155 [IB_WR_ATOMIC_FETCH_AND_ADD] = IB_WC_FETCH_ADD
379 } else if ((unsigned) wr->opcode > IB_WR_ATOMIC_FETCH_AND_ADD) in qib_post_one_send()
412 wr->opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in qib_post_one_send()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c472 case IB_WR_ATOMIC_FETCH_AND_ADD: in hfi1_make_rc_req()
1217 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) && in do_rc_ack()
1237 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) { in do_rc_ack()
1244 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD)) { in do_rc_ack()
1399 wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in rdma_seq_err()
Druc.c511 case IB_WR_ATOMIC_FETCH_AND_ADD: in ruc_loopback()
523 (wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) ? in ruc_loopback()
Dverbs.c175 [IB_WR_ATOMIC_FETCH_AND_ADD] = IB_WC_FETCH_ADD
397 } else if ((unsigned) wr->opcode > IB_WR_ATOMIC_FETCH_AND_ADD) in post_one_send()
426 wr->opcode == IB_WR_ATOMIC_FETCH_AND_ADD) in post_one_send()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c192 [IB_WR_ATOMIC_FETCH_AND_ADD] = MTHCA_OPCODE_ATOMIC_FA,
1666 case IB_WR_ATOMIC_FETCH_AND_ADD: in mthca_tavor_post_send()
2007 case IB_WR_ATOMIC_FETCH_AND_ADD: in mthca_arbel_post_send()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_qp.c60 [IB_WR_ATOMIC_FETCH_AND_ADD] = NO_SUPPORT,
/linux-4.4.14/net/rds/
Dib_send.c169 case IB_WR_ATOMIC_FETCH_AND_ADD: in rds_ib_send_unmap_op()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c64 [IB_WR_ATOMIC_FETCH_AND_ADD] = MLX5_OPCODE_ATOMIC_FA,
2655 case IB_WR_ATOMIC_FETCH_AND_ADD: in mlx5_ib_post_send()
/linux-4.4.14/include/rdma/
Dib_verbs.h1022 IB_WR_ATOMIC_FETCH_AND_ADD, enumerator
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c112 [IB_WR_ATOMIC_FETCH_AND_ADD] = cpu_to_be32(MLX4_OPCODE_ATOMIC_FA),
2818 case IB_WR_ATOMIC_FETCH_AND_ADD: in mlx4_ib_post_send()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c2530 user_wr->opcode == IB_WR_ATOMIC_FETCH_AND_ADD) { in ib_uverbs_post_send()