Lines Matching defs:func_p
2771 * @func_p: pointer to function capabilities structure
2777 ice_parse_vf_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p,
2783 func_p->num_allocd_vfs = number;
2784 func_p->vf_base_id = logical_id;
2786 func_p->num_allocd_vfs);
2788 func_p->vf_base_id);
2794 * @func_p: pointer to function capabilities structure
2800 ice_parse_vsi_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p,
2803 func_p->guar_num_vsi = ice_get_num_per_func(hw, ICE_MAX_VSI);
2807 func_p->guar_num_vsi);
2813 * @func_p: pointer to function capabilities structure
2825 ice_parse_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p,
2833 ice_memset(func_p, 0, sizeof(*func_p), ICE_NONDMA_MEM);
2839 found = ice_parse_common_caps(hw, &func_p->common_cap,
2844 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]);
2847 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]);
2858 ice_print_led_caps(hw, &func_p->common_cap, "func caps", true);
2859 ice_print_sdp_caps(hw, &func_p->common_cap, "func caps", true);
2861 ice_recalc_port_limited_caps(hw, &func_p->common_cap);