Lines Matching refs:func_caps
1213 uld_mask = ICE_RESET_DONE_MASK | (hw->func_caps.common_cap.rdma ?
2858 * @func_caps: pointer to function capabilities structure
2860 * Read the function capabilities and extract them into the func_caps structure
2864 ice_discover_func_caps(struct ice_hw *hw, struct ice_hw_func_caps *func_caps)
2883 ice_parse_func_caps(hw, func_caps, cbuf, cap_count);
2895 struct ice_hw_func_caps *func_caps = &hw->func_caps;
2900 /* cache some func_caps values that should be restored after memset */
2901 cached_caps = func_caps->common_cap;
2904 memset(func_caps, 0, sizeof(*func_caps));
2907 func_caps->common_cap.name = cached_caps.name
2921 func_caps->common_cap.num_rxq = 1;
2922 func_caps->common_cap.num_txq = 1;
2925 func_caps->common_cap.num_msix_vectors = 2;
2926 func_caps->guar_num_vsi = 1;
2970 return ice_discover_func_caps(hw, &hw->func_caps);
4423 vmvf_and_timeout |= (vmvf_num + hw->func_caps.vf_base_id) &