Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c718 struct libie_aqc_list_caps_elem *cap_resp; in ixgbe_parse_dev_caps() local
721 cap_resp = (struct libie_aqc_list_caps_elem *)buf; in ixgbe_parse_dev_caps()
726 u16 cap = le16_to_cpu(cap_resp[i].cap); in ixgbe_parse_dev_caps()
728 ixgbe_parse_e610_caps(hw, &dev_p->common_cap, &cap_resp[i], in ixgbe_parse_dev_caps()
734 &cap_resp[i]); in ixgbe_parse_dev_caps()
737 ixgbe_parse_vf_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
740 ixgbe_parse_vsi_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
743 ixgbe_parse_fdir_dev_caps(hw, dev_p, &cap_resp[i]); in ixgbe_parse_dev_caps()
821 struct libie_aqc_list_caps_elem *cap_resp; in ixgbe_parse_func_caps() local
824 cap_resp = (struct libie_aqc_list_caps_elem *)buf; in ixgbe_parse_func_caps()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2676 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2679 cap_resp = buf; in ice_parse_func_caps()
2684 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()
2688 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2692 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2695 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2698 ice_parse_1588_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2939 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2942 cap_resp = buf; in ice_parse_dev_caps()
2947 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()
[all …]
/linux/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()