Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_common.c2295 ice_parse_vf_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vf_func_caps() argument
2301 func_p->num_allocd_vfs = number; in ice_parse_vf_func_caps()
2302 func_p->vf_base_id = logical_id; in ice_parse_vf_func_caps()
2304 func_p->num_allocd_vfs); in ice_parse_vf_func_caps()
2306 func_p->vf_base_id); in ice_parse_vf_func_caps()
2318 ice_parse_vsi_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vsi_func_caps() argument
2321 func_p->guar_num_vsi = ice_get_num_per_func(hw, ICE_MAX_VSI); in ice_parse_vsi_func_caps()
2325 func_p->guar_num_vsi); in ice_parse_vsi_func_caps()
2337 ice_parse_1588_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_1588_func_caps() argument
2340 struct ice_ts_func_info *info = &func_p->ts_func_info; in ice_parse_1588_func_caps()
[all …]