Lines Matching refs:portConfiguration
1330 u16 portConfiguration; in ql_phy_start_neg_ex() local
1337 portConfiguration = in ql_phy_start_neg_ex()
1338 qdev->nvram_data.macCfg_port0.portConfiguration; in ql_phy_start_neg_ex()
1340 portConfiguration = in ql_phy_start_neg_ex()
1341 qdev->nvram_data.macCfg_port1.portConfiguration; in ql_phy_start_neg_ex()
1345 if (portConfiguration == 0) in ql_phy_start_neg_ex()
1346 portConfiguration = PORT_CONFIG_DEFAULT; in ql_phy_start_neg_ex()
1353 if (portConfiguration & PORT_CONFIG_1000MB_SPEED) { in ql_phy_start_neg_ex()
1354 if (portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) in ql_phy_start_neg_ex()
1368 if (portConfiguration & PORT_CONFIG_SYM_PAUSE_ENABLED) in ql_phy_start_neg_ex()
1371 if (portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) { in ql_phy_start_neg_ex()
1372 if (portConfiguration & PORT_CONFIG_100MB_SPEED) in ql_phy_start_neg_ex()
1375 if (portConfiguration & PORT_CONFIG_10MB_SPEED) in ql_phy_start_neg_ex()
1379 if (portConfiguration & PORT_CONFIG_HALF_DUPLEX_ENABLED) { in ql_phy_start_neg_ex()
1380 if (portConfiguration & PORT_CONFIG_100MB_SPEED) in ql_phy_start_neg_ex()
1383 if (portConfiguration & PORT_CONFIG_10MB_SPEED) in ql_phy_start_neg_ex()
1387 if (portConfiguration & PORT_CONFIG_1000MB_SPEED) in ql_phy_start_neg_ex()