Lines Matching refs:port_config

710 		if (ahw->port_config & QLC_83XX_10G_CAPABLE) {  in qlcnic_83xx_get_port_info()
712 } else if (ahw->port_config & QLC_83XX_10_CAPABLE || in qlcnic_83xx_get_port_info()
713 ahw->port_config & QLC_83XX_100_CAPABLE || in qlcnic_83xx_get_port_info()
714 ahw->port_config & QLC_83XX_1G_CAPABLE) { in qlcnic_83xx_get_port_info()
720 if (QLC_83XX_AUTONEG(ahw->port_config)) in qlcnic_83xx_get_port_info()
1667 cmd.req.arg[1] = adapter->ahw->port_config; in qlcnic_83xx_set_port_config()
1688 adapter->ahw->port_config = cmd.rsp.arg[1]; in qlcnic_83xx_get_port_config()
1857 config = ahw->port_config; in qlcnic_83xx_set_lb_mode()
1870 ahw->port_config |= QLC_83XX_CFG_LOOPBACK_HSS; in qlcnic_83xx_set_lb_mode()
1872 ahw->port_config |= QLC_83XX_CFG_LOOPBACK_EXT; in qlcnic_83xx_set_lb_mode()
1878 ahw->port_config); in qlcnic_83xx_set_lb_mode()
1879 ahw->port_config = config; in qlcnic_83xx_set_lb_mode()
1916 u32 config = ahw->port_config, max_wait_count; in qlcnic_83xx_clear_lb_mode()
1924 ahw->port_config &= ~QLC_83XX_CFG_LOOPBACK_HSS; in qlcnic_83xx_clear_lb_mode()
1926 ahw->port_config &= ~QLC_83XX_CFG_LOOPBACK_EXT; in qlcnic_83xx_clear_lb_mode()
1932 ahw->port_config); in qlcnic_83xx_clear_lb_mode()
1933 ahw->port_config = config; in qlcnic_83xx_clear_lb_mode()
3339 if (ahw->port_config & QLC_83XX_10_CAPABLE) in qlcnic_83xx_get_link_ksettings()
3341 if (ahw->port_config & QLC_83XX_100_CAPABLE) in qlcnic_83xx_get_link_ksettings()
3343 if (ahw->port_config & QLC_83XX_1G_CAPABLE) in qlcnic_83xx_get_link_ksettings()
3345 if (ahw->port_config & QLC_83XX_10G_CAPABLE) in qlcnic_83xx_get_link_ksettings()
3347 if (ahw->port_config & QLC_83XX_AUTONEG_ENABLE) in qlcnic_83xx_get_link_ksettings()
3405 u32 config = adapter->ahw->port_config; in qlcnic_83xx_set_link_ksettings()
3416 ahw->port_config |= QLC_83XX_AUTONEG_ENABLE; in qlcnic_83xx_set_link_ksettings()
3417 ahw->port_config |= (QLC_83XX_100_CAPABLE | in qlcnic_83xx_set_link_ksettings()
3421 ahw->port_config &= ~QLC_83XX_AUTONEG_ENABLE; in qlcnic_83xx_set_link_ksettings()
3424 ahw->port_config &= ~(QLC_83XX_100_CAPABLE | in qlcnic_83xx_set_link_ksettings()
3427 ahw->port_config |= QLC_83XX_10_CAPABLE; in qlcnic_83xx_set_link_ksettings()
3430 ahw->port_config &= ~(QLC_83XX_10_CAPABLE | in qlcnic_83xx_set_link_ksettings()
3433 ahw->port_config |= QLC_83XX_100_CAPABLE; in qlcnic_83xx_set_link_ksettings()
3436 ahw->port_config &= ~(QLC_83XX_10_CAPABLE | in qlcnic_83xx_set_link_ksettings()
3439 ahw->port_config |= QLC_83XX_1G_CAPABLE; in qlcnic_83xx_set_link_ksettings()
3442 ahw->port_config &= ~(QLC_83XX_10_CAPABLE | in qlcnic_83xx_set_link_ksettings()
3445 ahw->port_config |= QLC_83XX_10G_CAPABLE; in qlcnic_83xx_set_link_ksettings()
3455 ahw->port_config = config; in qlcnic_83xx_set_link_ksettings()
3715 config = ahw->port_config; in qlcnic_83xx_get_pauseparam()
3751 config = ahw->port_config; in qlcnic_83xx_set_pauseparam()
3755 ahw->port_config |= QLC_83XX_ENABLE_AUTONEG; in qlcnic_83xx_set_pauseparam()
3757 ahw->port_config &= ~QLC_83XX_ENABLE_AUTONEG; in qlcnic_83xx_set_pauseparam()
3763 ahw->port_config |= QLC_83XX_CFG_STD_PAUSE; in qlcnic_83xx_set_pauseparam()
3766 ahw->port_config |= QLC_83XX_CFG_STD_TX_RX_PAUSE; in qlcnic_83xx_set_pauseparam()
3768 ahw->port_config &= ~QLC_83XX_CFG_STD_TX_PAUSE; in qlcnic_83xx_set_pauseparam()
3769 ahw->port_config |= QLC_83XX_CFG_STD_RX_PAUSE; in qlcnic_83xx_set_pauseparam()
3771 ahw->port_config &= ~QLC_83XX_CFG_STD_RX_PAUSE; in qlcnic_83xx_set_pauseparam()
3772 ahw->port_config |= QLC_83XX_CFG_STD_TX_PAUSE; in qlcnic_83xx_set_pauseparam()
3774 ahw->port_config &= ~(QLC_83XX_CFG_STD_TX_RX_PAUSE | in qlcnic_83xx_set_pauseparam()
3781 ahw->port_config = config; in qlcnic_83xx_set_pauseparam()