Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_lib.h92 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id);
95 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id);
Dice.h143 struct ice_res_tracker { struct
324 struct ice_res_tracker *irq_tracker;
Dice_virtchnl_pf.c236 struct ice_res_tracker *res; in ice_sriov_free_msix_res()
779 static int ice_get_max_valid_res_idx(struct ice_res_tracker *res) in ice_get_max_valid_res_idx()
816 struct ice_res_tracker *res = pf->irq_tracker; in ice_sriov_set_msix_res()
Dice_lib.c2800 int ice_free_res(struct ice_res_tracker *res, u16 index, u16 id) in ice_free_res()
2825 static int ice_search_res(struct ice_res_tracker *res, u16 needed, u16 id) in ice_search_res()
2866 ice_get_res(struct ice_pf *pf, struct ice_res_tracker *res, u16 needed, u16 id) in ice_get_res()