Searched refs:cap_resp (Results 1 – 1 of 1) sorted by relevance
2562 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local2565 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()2570 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_func_caps()2574 &cap_resp[i], "func caps"); in ice_parse_func_caps()2578 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()2581 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()2674 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local2677 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()2682 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_dev_caps()2686 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()[all …]