Home
last modified time | relevance | path

Searched refs:cap_resp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_common.c2002 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2005 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()
2010 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()
2014 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2018 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2021 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2133 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2136 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()
2141 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()
2145 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()
[all …]
/Linux-v5.10/drivers/hv/
Dhv_balloon.c1460 static void cap_resp(struct hv_dynmem_device *dm, in cap_resp() function
1461 struct dm_capabilities_resp_msg *cap_resp) in cap_resp() argument
1463 if (!cap_resp->is_accepted) { in cap_resp()
1498 cap_resp(dm, in balloon_onchannelcallback()