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

/freebsd-current/sys/dev/ice/
H A Dice_common.c2624 struct ice_aqc_list_caps_elem *cap_resp; local
2627 cap_resp = (struct ice_aqc_list_caps_elem *)buf;
2632 u16 cap = LE16_TO_CPU(cap_resp[i].cap);
2636 &cap_resp[i], "func caps");
2640 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]);
2643 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]);
2783 struct ice_aqc_list_caps_elem *cap_resp; local
2786 cap_resp = (struct ice_aqc_list_caps_elem *)buf;
2791 u16 cap = LE16_TO_CPU(cap_resp[i].cap);
2795 &cap_resp[
[all...]

Completed in 73 milliseconds