Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c927 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_dev_caps() local
930 cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf; in ixgbe_parse_dev_caps()
935 u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap); in ixgbe_parse_dev_caps()
939 &cap_resp[i], "dev caps"); in ixgbe_parse_dev_caps()
944 &cap_resp[i]); in ixgbe_parse_dev_caps()
947 ixgbe_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
950 ixgbe_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
953 ixgbe_parse_fdir_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
1043 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_func_caps() local
1046 cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf; in ixgbe_parse_func_caps()
[all …]
/freebsd/sys/dev/ice/
H A Dice_common.c2837 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2840 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_func_caps()
2845 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_func_caps()
2849 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2853 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2856 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2996 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2999 cap_resp = (struct ice_aqc_list_caps_elem *)buf; in ice_parse_dev_caps()
3004 u16 cap = LE16_TO_CPU(cap_resp[i].cap); in ice_parse_dev_caps()
3008 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()
[all …]