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

/freebsd-10.2-release/sys/mips/cavium/octe/
H A Dethernet-tx.c214 in_use = cvmx_fau_fetch_and_add32(priv->fau+qos*4, 1);
215 buffers_to_free = cvmx_fau_fetch_and_add32(FAU_NUM_PACKET_BUFFERS_TO_FREE, 0);
H A Dethernet-rx.c356 cvmx_fau_fetch_and_add32(FAU_NUM_PACKET_BUFFERS_TO_FREE, 0);
H A Dethernet.c148 while (_IF_QLEN(&priv->tx_free_queue[qos]) > cvmx_fau_fetch_and_add32(priv->fau+qos*4, 0)) {
/freebsd-10.2-release/sys/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) function

Completed in 39 milliseconds