Searched refs:cvmx_helper_cfg_assert (Results 1 – 3 of 3) sorted by relevance
240 cvmx_helper_cfg_assert(cvmx_cfg_pko_port[i].ccppp_num_queues > 0); in __cvmx_helper_cfg_pko_max_queue()247 cvmx_helper_cfg_assert(0); /* shouldn't get here */ in __cvmx_helper_cfg_pko_max_queue()358 cvmx_helper_cfg_assert(pko_port_base != in cvmx_helper_cfg_init_pko_port_map()360 cvmx_helper_cfg_assert(pko_port_max >= pko_port_base); in cvmx_helper_cfg_init_pko_port_map()391 cvmx_helper_cfg_assert(pko_eid <= 0x14); in cvmx_helper_cfg_init_pko_port_map()532 cvmx_helper_cfg_assert(k < in __cvmx_ucfg_nqueues()683 cvmx_helper_cfg_assert(pknd <= CVMX_HELPER_CFG_MAX_PIP_PKND); in __cvmx_helper_cfg_init()684 cvmx_helper_cfg_assert(bpid <= CVMX_HELPER_CFG_MAX_PIP_BPID); in __cvmx_helper_cfg_init()685 cvmx_helper_cfg_assert(pko_port_base <= CVMX_HELPER_CFG_MAX_PKO_PORT); in __cvmx_helper_cfg_init()705 cvmx_helper_cfg_assert(qbase <= CVMX_HELPER_CFG_MAX_PKO_QUEUES); in __cvmx_helper_cfg_init()
102 cvmx_helper_cfg_assert(interface < CVMX_HELPER_CFG_MAX_IFACE); in __cvmx_pko_int()103 cvmx_helper_cfg_assert(index >= 0); in __cvmx_pko_int()108 cvmx_helper_cfg_assert(index < 4); in __cvmx_pko_int()112 cvmx_helper_cfg_assert(index == 0); in __cvmx_pko_int()116 cvmx_helper_cfg_assert(index < 4); in __cvmx_pko_int()120 cvmx_helper_cfg_assert(index < 4); in __cvmx_pko_int()124 cvmx_helper_cfg_assert(index < 4); in __cvmx_pko_int()128 cvmx_helper_cfg_assert(index < 256); in __cvmx_pko_int()132 cvmx_helper_cfg_assert(index < 256); in __cvmx_pko_int()136 cvmx_helper_cfg_assert(index < 32); in __cvmx_pko_int()[all …]
81 #define cvmx_helper_cfg_assert(cond) \ macro