Searched refs:CP_ALL (Results 1 – 7 of 7) sorted by relevance
128 #define CP_ALL 0xffffff00 macro249 #define FATAL (CP_ALL | LV_FATAL)258 #define WARN (CP_ALL | LV_WARN)260 #define INFORM (CP_ALL | LV_INFORM)261 #define VERBOSE (CP_ALL | LV_VERBOSE)389 #define DBG_MSG_CP CP_ALL /* Where to output messages. */
52 (((pUM->devParams.debug_level & level & CP_ALL) != (level & CP_ALL)) || in DbgMessageFunc()
628 ((uint32_t)option > (CP_ALL | LV_MASK)) ? in BnxeCfgInit()629 (CP_ALL | LV_MASK) : in BnxeCfgInit()
53 u32_t dbg_code_path = CP_ALL;809 pUM->devParams.debug_level = (CP_ALL | LV_MASK); in BnxeAttach()
55 #define CP_ALL 0 /* return all cpu partitions */ macro
1169 ASSERT(flag == CP_ALL || flag == CP_NONEMPTY); in cpupart_list()1174 if (((flag == CP_ALL) && (cp != &cp_default)) || in cpupart_list()1186 if (flag == CP_ALL) in cpupart_list()
772 real_npsets = cpupart_list(0, NULL, CP_ALL); in pset_list()776 (void) cpupart_list(psets, real_npsets, CP_ALL); in pset_list()