Searched refs:supported_caps (Results 1 – 4 of 4) sorted by relevance
1483 if_link->supported_caps = QED_LM_FIBRE_BIT; in qed_fill_link()1485 if_link->supported_caps |= QED_LM_Autoneg_BIT; in qed_fill_link()1488 if_link->supported_caps |= QED_LM_Asym_Pause_BIT; in qed_fill_link()1491 if_link->supported_caps |= QED_LM_Pause_BIT; in qed_fill_link()1493 if_link->advertised_caps = if_link->supported_caps; in qed_fill_link()1520 if_link->supported_caps |= QED_LM_1000baseT_Half_BIT | in qed_fill_link()1524 if_link->supported_caps |= QED_LM_10000baseKR_Full_BIT; in qed_fill_link()1527 if_link->supported_caps |= QED_LM_25000baseKR_Full_BIT; in qed_fill_link()1530 if_link->supported_caps |= QED_LM_40000baseLR4_Full_BIT; in qed_fill_link()1533 if_link->supported_caps |= QED_LM_50000baseKR2_Full_BIT; in qed_fill_link()[all …]
465 QEDE_DRV_TO_ETHTOOL_CAPS(current_link.supported_caps, cmd, supported) in qede_get_link_ksettings()509 if (!(current_link.supported_caps & QED_LM_Autoneg_BIT)) { in qede_set_link_ksettings()523 if (!(current_link.supported_caps & in qede_set_link_ksettings()531 if (!(current_link.supported_caps & in qede_set_link_ksettings()539 if (!(current_link.supported_caps & in qede_set_link_ksettings()547 if (!(current_link.supported_caps & in qede_set_link_ksettings()555 if (!(current_link.supported_caps & in qede_set_link_ksettings()563 if (!(current_link.supported_caps & in qede_set_link_ksettings()926 if (!(current_link.supported_caps & QED_LM_Autoneg_BIT)) { in qede_set_pauseparam()
470 if (link->supported_caps & SUPPORTED_10000baseKR_Full) in qedf_update_link_speed()472 if (link->supported_caps & SUPPORTED_25000baseKR_Full) in qedf_update_link_speed()474 if (link->supported_caps & SUPPORTED_40000baseLR4_Full) in qedf_update_link_speed()476 if (link->supported_caps & SUPPORTED_50000baseKR2_Full) in qedf_update_link_speed()478 if (link->supported_caps & SUPPORTED_100000baseKR4_Full) in qedf_update_link_speed()
710 u32 supported_caps; member