Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.c2289 * @func_p: pointer to function capabilities structure
2295 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()
2312 * @func_p: pointer to function capabilities structure
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 in ice_parse_vsi_func_caps()
2337 ice_parse_1588_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, struct ice_aqc_list_caps_elem *cap) ice_parse_1588_func_caps() argument
2390 ice_parse_fdir_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p) ice_parse_fdir_func_caps() argument
2424 ice_parse_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, void *buf, u32 cap_count) ice_parse_func_caps() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.c1919 * @func_p: pointer to function capabilities structure
1925 ice_parse_vf_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vf_func_caps() argument
1931 func_p->num_allocd_vfs = number; in ice_parse_vf_func_caps()
1932 func_p->vf_base_id = logical_id; in ice_parse_vf_func_caps()
1934 func_p->num_allocd_vfs); in ice_parse_vf_func_caps()
1936 func_p->vf_base_id); in ice_parse_vf_func_caps()
1942 * @func_p: pointer to function capabilities structure
1948 ice_parse_vsi_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, in ice_parse_vsi_func_caps() argument
1951 func_p->guar_num_vsi = ice_get_num_per_func(hw, ICE_MAX_VSI); in ice_parse_vsi_func_caps()
1955 func_p in ice_parse_vsi_func_caps()
1966 ice_parse_fdir_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p) ice_parse_fdir_func_caps() argument
2002 ice_parse_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_p, void *buf, u32 cap_count) ice_parse_func_caps() argument
[all...]

Completed in 8 milliseconds