Searched refs:ICE_RES_VALID_BIT (Results 1 – 3 of 3) sorted by relevance
83 #define ICE_RES_VALID_BIT 0x8000 macro84 #define ICE_RES_MISC_VEC_ID (ICE_RES_VALID_BIT - 1)
1072 id |= ICE_RES_VALID_BIT; in ice_free_res()1096 id |= ICE_RES_VALID_BIT; in ice_search_res()1100 if (res->list[end++] & ICE_RES_VALID_BIT) { in ice_search_res()1129 if (!(res->list[i] & ICE_RES_VALID_BIT)) in ice_get_free_res_count()1150 if (!needed || needed > res->num_entries || id >= ICE_RES_VALID_BIT) { in ice_get_res()
863 if (res->list[i] & ICE_RES_VALID_BIT) in ice_get_max_valid_res_idx()