Searched refs:cap_resp (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.c | 926 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_dev_caps() local 929 cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf; in ixgbe_parse_dev_caps() 934 u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap); in ixgbe_parse_dev_caps() 938 &cap_resp[i], "dev caps"); in ixgbe_parse_dev_caps() 943 &cap_resp[i]); in ixgbe_parse_dev_caps() 946 ixgbe_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps() 949 ixgbe_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps() 952 ixgbe_parse_fdir_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps() 1042 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_func_caps() local 1045 cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf; in ixgbe_parse_func_caps() [all …]
|
| /src/sys/dev/ice/ |
| H A D | ice_common.c | 2837 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 …]
|