Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_lib.h68 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id);
71 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id);
Dice.h230 struct ice_res_tracker { struct
518 struct ice_res_tracker *irq_tracker;
Dice_sriov.c153 struct ice_res_tracker *res; in ice_sriov_free_msix_res()
434 static int ice_get_max_valid_res_idx(struct ice_res_tracker *res) in ice_get_max_valid_res_idx()
Dice_lib.c1262 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id) in ice_free_res()
1287 static int ice_search_res(struct ice_res_tracker *res, u16 needed, u16 id) in ice_search_res()
1322 static u16 ice_get_free_res_count(struct ice_res_tracker *res) in ice_get_free_res_count()
1343 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id) in ice_get_res()