Searched refs:API_IS_CORE_START (Results 1 – 1 of 1) sorted by relevance
257 #define API_IS_CORE_START 1000 macro259 #define ENCODE_CORE_AS_API(core) (API_IS_CORE_START + (core))263 return api >= API_IS_CORE_START; in iwl_api_is_core_number()269 return api - API_IS_CORE_START; in iwl_api_to_core()277 iwl_api_is_core_number(n) ? (n) - API_IS_CORE_START : (n)