Home
last modified time | relevance | path

Searched refs:ice_res_tracker (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_lib.h66 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id);
69 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id);
Dice.h166 struct ice_res_tracker { struct
388 struct ice_res_tracker *irq_tracker;
Dice_lib.c1064 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id) in ice_free_res()
1089 static int ice_search_res(struct ice_res_tracker *res, u16 needed, u16 id) in ice_search_res()
1124 static u16 ice_get_free_res_count(struct ice_res_tracker *res) in ice_get_free_res_count()
1145 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id) in ice_get_res()
Dice_virtchnl_pf.c293 struct ice_res_tracker *res; in ice_sriov_free_msix_res()
855 static int ice_get_max_valid_res_idx(struct ice_res_tracker *res) in ice_get_max_valid_res_idx()