Home
last modified time | relevance | path

Searched refs:cvmx_fau_fetch_and_add32 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-tx.c215 in_use = cvmx_fau_fetch_and_add32(priv->fau+qos*4, 1); in cvm_oct_xmit()
216 buffers_to_free = cvmx_fau_fetch_and_add32(FAU_NUM_PACKET_BUFFERS_TO_FREE, 0); in cvm_oct_xmit()
H A Dethernet-rx.c343 cvmx_fau_fetch_and_add32(FAU_NUM_PACKET_BUFFERS_TO_FREE, 0); in cvm_oct_tasklet_rx()
H A Dethernet.c150 while (_IF_QLEN(&priv->tx_free_queue[qos]) > cvmx_fau_fetch_and_add32(priv->fau+qos*4, 0)) { in cvm_do_timer()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-fau.h210 static inline int32_t cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_fetch_and_add32() function