Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2674 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2677 cap_resp = buf; in ice_parse_func_caps()
2682 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()
2686 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2690 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2693 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2696 ice_parse_1588_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2937 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2940 cap_resp = buf; in ice_parse_dev_caps()
2945 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()
[all …]