Home
last modified time | relevance | path

Searched refs:bxe_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/bxe/
HDecore_sp.h125 #define ECORE_ATOMIC_CMPXCHG(a, o, n) bxe_cmpxchg((volatile int *)a, o, n)
HDbxe.h2169 int bxe_cmpxchg(volatile int *addr, int old, int new);
HDbxe.c875 bxe_cmpxchg(volatile int *addr, in bxe_cmpxchg() function