Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c1987 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
1990 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()
1995 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_func_caps()
1999 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2003 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2095 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2098 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()
2103 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_dev_caps()
2107 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()
2114 ice_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ice_parse_dev_caps()
[all …]