Home
last modified time | relevance | path

Searched refs:portConfiguration (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1332 u16 portConfiguration; in ql_phy_start_neg_ex() local
1339 portConfiguration = in ql_phy_start_neg_ex()
1340 qdev->nvram_data.macCfg_port0.portConfiguration; in ql_phy_start_neg_ex()
1342 portConfiguration = in ql_phy_start_neg_ex()
1343 qdev->nvram_data.macCfg_port1.portConfiguration; in ql_phy_start_neg_ex()
1347 if (portConfiguration == 0) in ql_phy_start_neg_ex()
1348 portConfiguration = PORT_CONFIG_DEFAULT; in ql_phy_start_neg_ex()
1355 if (portConfiguration & PORT_CONFIG_1000MB_SPEED) { in ql_phy_start_neg_ex()
1356 if (portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) in ql_phy_start_neg_ex()
1370 if (portConfiguration & PORT_CONFIG_SYM_PAUSE_ENABLED) in ql_phy_start_neg_ex()
[all …]
H A Dqla3xxx.h822 u16 portConfiguration; member