H A D | ice_common.c | 2867 * @dev_p: pointer to device capabilities structure 2873 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_discover_dev_caps() 2878 dev_p->num_funcs = ice_hweight32(number); in ice_discover_dev_caps() 2880 dev_p->num_funcs); in ice_discover_dev_caps() 2887 * @dev_p: pointer to device capabilities structure in ice_discover_dev_caps() 2893 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_discover_dev_caps() 2898 dev_p->num_vfs_exposed = number; 2900 dev_p->num_vfs_exposed); 2906 * @dev_p: pointer to device capabilities structure in ice_discover_func_caps() 2912 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_discover_func_caps() 2665 ice_parse_valid_functions_cap(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct ice_aqc_list_caps_elem * cap) ice_parse_valid_functions_cap() argument 2685 ice_parse_vf_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct ice_aqc_list_caps_elem * cap) ice_parse_vf_dev_caps() argument 2704 ice_parse_vsi_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct ice_aqc_list_caps_elem * cap) ice_parse_vsi_dev_caps() argument 2723 ice_parse_nac_topo_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct ice_aqc_list_caps_elem * cap) ice_parse_nac_topo_dev_caps() argument 2747 ice_parse_sensor_reading_cap(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct ice_aqc_list_caps_elem * cap) ice_parse_sensor_reading_cap() argument 2772 ice_parse_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,void * buf,u32 cap_count) ice_parse_dev_caps() argument [all...] |