Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c670 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_dev_caps() local
673 cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf; in ixgbe_parse_dev_caps()
678 u16 cap = le16_to_cpu(cap_resp[i].cap); in ixgbe_parse_dev_caps()
686 &cap_resp[i]); in ixgbe_parse_dev_caps()
689 ixgbe_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
692 ixgbe_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
695 ixgbe_parse_fdir_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
773 struct ixgbe_aci_cmd_list_caps_elem *cap_resp; in ixgbe_parse_func_caps() local
781 u16 cap = le16_to_cpu(cap_resp[i].cap); in ixgbe_parse_func_caps()
784 &cap_resp[i], "func caps"); in ixgbe_parse_func_caps()
[all …]
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_common.c2384 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2387 cap_resp = buf; in ice_parse_func_caps()
2392 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()
2396 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2400 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2647 struct ice_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2650 cap_resp = buf; in ice_parse_dev_caps()
2655 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()
2659 &cap_resp[i], "dev caps"); in ice_parse_dev_caps()
2666 ice_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ice_parse_dev_caps()
[all …]
/linux-6.15/drivers/hv/
H A Dhv_balloon.c1466 static void cap_resp(struct hv_dynmem_device *dm, in cap_resp() function
1467 struct dm_capabilities_resp_msg *cap_resp) in cap_resp() argument
1469 if (!cap_resp->is_accepted) { in cap_resp()
1504 cap_resp(dm, in balloon_onchannelcallback()