Searched refs:CVMX_POW_TAG_TYPE_NULL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr-enums.h115 CVMX_POW_TAG_TYPE_NULL = 2L, /**< The work queue entry from the order enumerator in enum:__anon8455
H A Dcvmx-pow.h1229 - CVMX_POW_TAG_TYPE_NULL
1667 cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag\n", __FUNCTION__);
1669 cvmx_warn_if(tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called to perform a tag switch to NULL. Use cvmx_pow_tag_sw_null() instead\n", __FUNCTION__);
1769 cvmx_warn_if(tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called to perform a tag switch to NULL. Use cvmx_pow_tag_sw_null() instead\n", __FUNCTION__);
1856 cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called when we already have a NULL tag\n", __FUNCTION__);
1862 tag_req.s_cn68xx_other.type = CVMX_POW_TAG_TYPE_NULL;
1865 tag_req.s_cn38xx.type = CVMX_POW_TAG_TYPE_NULL;
2114 cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag. Deschedule not allowed from NULL state\n", __FUNCTION__);
2215 cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag. Deschedule not expected from NULL state\n", __FUNCTION__);
H A Dcvmx-wqe.h69 (((x) == CVMX_POW_TAG_TYPE_NULL) ? "NULL" : \

Completed in 58 milliseconds