Lines Matching refs:func_caps
1245 uld_mask = ICE_RESET_DONE_MASK | (hw->func_caps.common_cap.iwarp ?
3186 * @func_caps: pointer to function capabilities structure
3188 * Read the function capabilities and extract them into the func_caps structure
3192 ice_discover_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_caps)
3211 ice_parse_func_caps(hw, func_caps, cbuf, cap_count);
3223 struct ice_hw_func_caps *func_caps = &hw->func_caps;
3228 /* cache some func_caps values that should be restored after memset */
3229 cached_caps = func_caps->common_cap;
3232 memset(func_caps, 0, sizeof(*func_caps));
3235 func_caps->common_cap.name = cached_caps.name
3246 func_caps->common_cap.num_rxq = 1;
3247 func_caps->common_cap.num_txq = 1;
3250 func_caps->common_cap.num_msix_vectors = 2;
3251 func_caps->guar_num_vsi = 1;
3292 return ice_discover_func_caps(hw, &hw->func_caps);
4672 CPU_TO_LE16((vmvf_num + hw->func_caps.vf_base_id) &