Home
last modified time | relevance | path

Searched refs:cap_resp (Results 1 – 2 of 2) 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.c2674 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_func_caps() local
2677 cap_resp = buf; in ice_parse_func_caps()
2682 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_func_caps()
2686 &cap_resp[i], "func caps"); in ice_parse_func_caps()
2690 ice_parse_vf_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2693 ice_parse_vsi_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2696 ice_parse_1588_func_caps(hw, func_p, &cap_resp[i]); in ice_parse_func_caps()
2937 struct libie_aqc_list_caps_elem *cap_resp; in ice_parse_dev_caps() local
2940 cap_resp = buf; in ice_parse_dev_caps()
2945 u16 cap = le16_to_cpu(cap_resp[i].cap); in ice_parse_dev_caps()
[all …]