Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_common.c2562 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2565 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() local
2677 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 …]