Lines Matching refs:cap_resp
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()
1050 u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap); in ixgbe_parse_func_caps()
1052 &cap_resp[i], "func caps"); in ixgbe_parse_func_caps()
1056 ixgbe_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ixgbe_parse_func_caps()
1059 ixgbe_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ixgbe_parse_func_caps()