Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/
Dqla3xxx.c1334 u16 portConfiguration; in ql_phy_start_neg_ex() local
1341 portConfiguration = in ql_phy_start_neg_ex()
1342 qdev->nvram_data.macCfg_port0.portConfiguration; in ql_phy_start_neg_ex()
1344 portConfiguration = in ql_phy_start_neg_ex()
1345 qdev->nvram_data.macCfg_port1.portConfiguration; in ql_phy_start_neg_ex()
1349 if (portConfiguration == 0) in ql_phy_start_neg_ex()
1350 portConfiguration = PORT_CONFIG_DEFAULT; in ql_phy_start_neg_ex()
1357 if (portConfiguration & PORT_CONFIG_1000MB_SPEED) { in ql_phy_start_neg_ex()
1358 if (portConfiguration & PORT_CONFIG_FULL_DUPLEX_ENABLED) in ql_phy_start_neg_ex()
1372 if (portConfiguration & PORT_CONFIG_SYM_PAUSE_ENABLED) in ql_phy_start_neg_ex()
[all …]
Dqla3xxx.h823 u16 portConfiguration; member