Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_common.c2280 ice_parse_vf_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vf_func_caps() argument
2286 func_p->num_allocd_vfs = number; in ice_parse_vf_func_caps()
2287 func_p->vf_base_id = logical_id; in ice_parse_vf_func_caps()
2289 func_p->num_allocd_vfs); in ice_parse_vf_func_caps()
2291 func_p->vf_base_id); in ice_parse_vf_func_caps()
2303 ice_parse_vsi_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vsi_func_caps() argument
2306 func_p->guar_num_vsi = ice_get_num_per_func(hw, ICE_MAX_VSI); in ice_parse_vsi_func_caps()
2310 func_p->guar_num_vsi); in ice_parse_vsi_func_caps()
2322 ice_parse_1588_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_1588_func_caps() argument
2325 struct ice_ts_func_info *info = &func_p->ts_func_info; in ice_parse_1588_func_caps()
[all …]