Searched refs:cap_resp (Results 1 – 1 of 1) sorted by relevance
2522 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local2525 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()2530 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_func_caps()2534 &cap_resp[i], "func caps"); in ice_parse_func_caps()2703 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local2706 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()2711 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_dev_caps()2715 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()2722 ice_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ice_parse_dev_caps()2725 ice_parse_1588_dev_caps(hw, dev_p, &cap_resp[i]); in ice_parse_dev_caps()[all …]