Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_lib.h72 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id);
75 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id);
Dice.h182 struct ice_res_tracker { struct
426 struct ice_res_tracker *irq_tracker;
Dice_lib.c1082 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id) in ice_free_res()
1107 static int ice_search_res(struct ice_res_tracker *res, u16 needed, u16 id) in ice_search_res()
1142 static u16 ice_get_free_res_count(struct ice_res_tracker *res) in ice_get_free_res_count()
1163 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id) in ice_get_res()
Dice_virtchnl_pf.c566 struct ice_res_tracker *res; in ice_sriov_free_msix_res()
1155 static int ice_get_max_valid_res_idx(struct ice_res_tracker *res) in ice_get_max_valid_res_idx()