bxe_cmpxchg
int bxe_cmpxchg(volatile int *addr, int old, int new);
#define ECORE_ATOMIC_CMPXCHG(a, o, n) bxe_cmpxchg((volatile int *)a, o, n)