Searched refs:cap_resp (Results 1 – 2 of 2) sorted by relevance
2005 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local2008 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()2013 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()2017 &cap_resp[i], "func caps"); in ice_parse_func_caps()2021 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()2024 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()2136 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local2139 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()2144 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()2148 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()[all …]
1460 static void cap_resp(struct hv_dynmem_device *dm, in cap_resp() function1461 struct dm_capabilities_resp_msg *cap_resp) in cap_resp() argument1463 if (!cap_resp->is_accepted) { in cap_resp()1498 cap_resp(dm, in balloon_onchannelcallback()