Searched refs:supported_caps (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 3124 struct virtchnl_vlan_supported_caps *supported_caps; in ice_vc_set_dvm_caps() local 3131 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() 3132 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps() 3134 supported_caps = &caps->offloads.stripping_support; in ice_vc_set_dvm_caps() 3135 supported_caps->inner = VIRTCHNL_VLAN_ETHERTYPE_8100 | in ice_vc_set_dvm_caps() 3138 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps() 3140 supported_caps = &caps->offloads.insertion_support; in ice_vc_set_dvm_caps() 3141 supported_caps->inner = VIRTCHNL_VLAN_ETHERTYPE_8100 | in ice_vc_set_dvm_caps() 3144 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps() 3150 supported_caps = &caps->filtering.filtering_support; in ice_vc_set_dvm_caps() [all …]
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_main.c | 2092 phylink_set(if_link->supported_caps, Autoneg); in qed_fill_link() 2094 linkmode_copy(if_link->advertised_caps, if_link->supported_caps); in qed_fill_link() 2106 phylink_set(if_link->supported_caps, Autoneg); in qed_fill_link() 2108 linkmode_copy(if_link->advertised_caps, if_link->supported_caps); in qed_fill_link() 2118 phylink_set(if_link->supported_caps, Asym_Pause); in qed_fill_link() 2121 phylink_set(if_link->supported_caps, Pause); in qed_fill_link() 2132 if_link->supported_caps); in qed_fill_link()
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 504 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed() 512 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed() 521 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed() 529 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed() 538 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed() 544 if (linkmode_intersects(link->supported_caps, sup_caps)) in qedf_update_link_speed()
|
/linux/include/linux/qed/ |
H A D | qed_if.h | 737 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported_caps);
|