Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice.h83 #define ICE_RES_VALID_BIT 0x8000 macro
84 #define ICE_RES_MISC_VEC_ID (ICE_RES_VALID_BIT - 1)
H A Dice_lib.c1071 id |= ICE_RES_VALID_BIT; in ice_free_res()
1095 id |= ICE_RES_VALID_BIT; in ice_search_res()
1099 if (res->list[end++] & ICE_RES_VALID_BIT) { in ice_search_res()
1128 if (!(res->list[i] & ICE_RES_VALID_BIT)) in ice_get_free_res_count()
1149 if (!needed || needed > res->num_entries || id >= ICE_RES_VALID_BIT) { in ice_get_res()
H A Dice_virtchnl_pf.c851 * first res->list entry with the ICE_RES_VALID_BIT set. This function is only
863 if (res->list[i] & ICE_RES_VALID_BIT) in ice_get_max_valid_res_idx()

Completed in 9 milliseconds