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

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr-enums.h114 CVMX_POW_TAG_TYPE_ATOMIC = 1L, /**< Tag ordering is maintained, and at most one PP has the tag */ enumerator in enum:__anon8455
H A Dcvmx-wqe.h68 (((x) == CVMX_POW_TAG_TYPE_ATOMIC) ? "ATOMIC" : \
H A Dcvmx-pko.h348 cvmx_pow_tag_sw_full((cvmx_wqe_t *)cvmx_phys_to_ptr(0x80), tag, CVMX_POW_TAG_TYPE_ATOMIC, 0);
H A Dcvmx-pow.h1228 - CVMX_POW_TAG_TYPE_ATOMIC
2115 cvmx_warn_if((current_tag.tag_type != CVMX_POW_TAG_TYPE_ATOMIC) && (tag_type != CVMX_POW_TAG_TYPE_ATOMIC), "%s called where neither the before or after tag is ATOMIC\n", __FUNCTION__);

Completed in 122 milliseconds