Home
last modified time | relevance | path

Searched refs:ICE_RES_VALID_BIT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice.h81 #define ICE_RES_VALID_BIT 0x8000 macro
82 #define ICE_RES_MISC_VEC_ID (ICE_RES_VALID_BIT - 1)
Dice_lib.c1061 id |= ICE_RES_VALID_BIT; in ice_free_res()
1085 id |= ICE_RES_VALID_BIT; in ice_search_res()
1089 if (res->list[end++] & ICE_RES_VALID_BIT) { in ice_search_res()
1118 if (!(res->list[i] & ICE_RES_VALID_BIT)) in ice_get_free_res_count()
1139 if (!needed || needed > res->num_entries || id >= ICE_RES_VALID_BIT) { in ice_get_res()
Dice_virtchnl_pf.c856 if (res->list[i] & ICE_RES_VALID_BIT) in ice_get_max_valid_res_idx()