Searched refs:swap_add (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_odp.c | 263 u64 swap_add, u64 *orig_val) in rxe_odp_do_atomic_op() argument 300 va[page_offset >> 3] = swap_add; in rxe_odp_do_atomic_op() 302 value += swap_add; in rxe_odp_do_atomic_op() 313 u64 compare, u64 swap_add, u64 *orig_val) in rxe_odp_atomic_op() argument 323 err = rxe_odp_do_atomic_op(mr, iova, opcode, compare, swap_add, in rxe_odp_atomic_op()
|
| H A D | rxe_hdr.h | 662 __be64 swap_add; member 698 return be64_to_cpu(atmeth->swap_add); in __atmeth_swap_add() 701 static inline void __atmeth_set_swap_add(void *arg, u64 swap_add) in __atmeth_set_swap_add() argument 705 atmeth->swap_add = cpu_to_be64(swap_add); in __atmeth_set_swap_add() 752 static inline void atmeth_set_swap_add(struct rxe_pkt_info *pkt, u64 swap_add) in atmeth_set_swap_add() argument 755 rxe_opcode[pkt->opcode].offset[RXE_ATMETH], swap_add); in atmeth_set_swap_add()
|
| H A D | rxe_mr.c | 486 u64 compare, u64 swap_add, u64 *orig_val) in rxe_mr_do_atomic_op() argument 529 va[page_offset >> 3] = swap_add; in rxe_mr_do_atomic_op() 531 value += swap_add; in rxe_mr_do_atomic_op()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_wqe.h | 97 __be64 swap_add; member
|
| H A D | mthca_qp.c | 1598 aseg->swap_add = cpu_to_be64(wr->swap); in set_atomic_seg() 1601 aseg->swap_add = cpu_to_be64(wr->compare_add); in set_atomic_seg()
|
| /linux/include/linux/mlx4/ |
| H A D | qp.h | 425 __be64 swap_add; member 430 __be64 swap_add; member
|