Home
last modified time | relevance | path

Searched refs:otx2_atomic64_fetch_add (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/soc/marvell/octeontx2/
H A Dasm.h39 static inline u64 otx2_atomic64_fetch_add(u64 incr, u64 *ptr) in otx2_atomic64_fetch_add() function
54 #define otx2_atomic64_fetch_add(incr, ptr) ({ incr; }) macro
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c41 status = otx2_atomic64_fetch_add(incr, pfvf->cq_op_addr); in otx2_nix_cq_op_status()