Home
last modified time | relevance | path

Searched refs:M88E1000_PSSR_SPEED (Results 1 – 6 of 6) sorted by relevance

/drivers/net/igb/
De1000_defines.h723 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
De1000_phy.c1495 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in igb_get_phy_info_m88()
/drivers/net/e1000e/
Ddefines.h706 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
Dphy.c1570 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in e1000e_get_phy_info_m88()
/drivers/net/e1000/
De1000_hw.c2601 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) in e1000_config_mac_to_phy()
2603 else if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_100MBS) in e1000_config_mac_to_phy()
4290 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in e1000_phy_m88_get_info()
De1000_hw.h2889 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro