Searched refs:ice_res_tracker (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.h | 66 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);
|
H A D | ice.h | 166 struct ice_res_tracker { struct 388 struct ice_res_tracker *irq_tracker;
|
H A D | ice_lib.c | 1063 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id) in ice_free_res() 1088 static int ice_search_res(struct ice_res_tracker *res, u16 needed, u16 id) in ice_search_res() 1123 static u16 ice_get_free_res_count(struct ice_res_tracker *res) in ice_get_free_res_count() 1144 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id) in ice_get_res()
|
H A D | ice_virtchnl_pf.c | 293 struct ice_res_tracker *res; in ice_sriov_free_msix_res() 850 * Start from the end of the ice_res_tracker and return right when we find the 855 static int ice_get_max_valid_res_idx(struct ice_res_tracker *res) in ice_get_max_valid_res_idx()
|
Completed in 11 milliseconds