Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2313 ice_parse_vf_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vf_func_caps() argument
2319 func_p->num_allocd_vfs = number; in ice_parse_vf_func_caps()
2320 func_p->vf_base_id = logical_id; in ice_parse_vf_func_caps()
2322 func_p->num_allocd_vfs); in ice_parse_vf_func_caps()
2324 func_p->vf_base_id); in ice_parse_vf_func_caps()
2336 ice_parse_vsi_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vsi_func_caps() argument
2339 func_p->guar_num_vsi = ice_get_num_per_func(hw, ICE_MAX_VSI); in ice_parse_vsi_func_caps()
2343 func_p->guar_num_vsi); in ice_parse_vsi_func_caps()
2355 ice_parse_1588_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_1588_func_caps() argument
2358 struct ice_ts_func_info *info = &func_p->ts_func_info; in ice_parse_1588_func_caps()
[all …]