Home
last modified time | relevance | path

Searched refs:sup_caps (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/qedf/
H A Dqedf_main.c494 phylink_zero(sup_caps); in qedf_update_link_speed()
495 phylink_set(sup_caps, 10000baseT_Full); in qedf_update_link_speed()
497 phylink_set(sup_caps, 10000baseR_FEC); in qedf_update_link_speed()
498 phylink_set(sup_caps, 10000baseCR_Full); in qedf_update_link_speed()
499 phylink_set(sup_caps, 10000baseSR_Full); in qedf_update_link_speed()
500 phylink_set(sup_caps, 10000baseLR_Full); in qedf_update_link_speed()
507 phylink_zero(sup_caps); in qedf_update_link_speed()
515 phylink_zero(sup_caps); in qedf_update_link_speed()
524 phylink_zero(sup_caps); in qedf_update_link_speed()
532 phylink_zero(sup_caps); in qedf_update_link_speed()
[all …]
/linux-6.15/include/linux/qed/
H A Dqed_if.h750 u8 sup_caps; member
/linux-6.15/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1797 current_link.sup_caps & QED_EEE_1G_ADV); in qede_get_eee()
1800 current_link.sup_caps & QED_EEE_10G_ADV); in qede_get_eee()
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c2168 if_link->sup_caps = link_caps.eee_speed_caps; in qed_fill_link()