Symbol: link_config
sys/dev/al_eth/al_eth.c
1770
adapter->link_config.flow_ctrl_supported = default_flow_ctrl;
sys/dev/al_eth/al_eth.c
1777
uint8_t active = adapter->link_config.flow_ctrl_active;
sys/dev/al_eth/al_eth.c
1810
adapter->link_config.flow_ctrl_active =
sys/dev/al_eth/al_eth.c
1811
adapter->link_config.flow_ctrl_supported;
sys/dev/al_eth/al_eth.c
1820
adapter->link_config.flow_ctrl_active = 0;
sys/dev/al_eth/al_eth.c
1844
adapter->link_config.force_1000_base_x,
sys/dev/al_eth/al_eth.c
1845
adapter->link_config.autoneg,
sys/dev/al_eth/al_eth.c
1846
adapter->link_config.active_speed,
sys/dev/al_eth/al_eth.c
1847
adapter->link_config.active_duplex);
sys/dev/al_eth/al_eth.c
391
adapter->link_config.force_1000_base_x = AL_ETH_DEFAULT_FORCE_1000_BASEX;
sys/dev/al_eth/al_eth.c
866
adapter->link_config.active_duplex = !params.half_duplex;
sys/dev/al_eth/al_eth.c
867
adapter->link_config.autoneg = !params.an_disable;
sys/dev/al_eth/al_eth.c
868
adapter->link_config.force_1000_base_x = params.force_1000_base_x;
sys/dev/al_eth/al_eth.c
879
adapter->link_config.active_speed = 1000;
sys/dev/al_eth/al_eth.c
882
adapter->link_config.active_speed = 100;
sys/dev/al_eth/al_eth.c
885
adapter->link_config.active_speed = 10;
sys/dev/al_eth/al_eth.h
312
struct al_eth_link_config link_config;
sys/dev/bxe/bxe.c
13674
val = SHMEM_RD(sc, dev_info.port_feature_config[port].link_config);
sys/dev/bxe/bxe.c
13675
sc->port.link_config[ELINK_INT_PHY] = val;
sys/dev/bxe/bxe.c
13677
sc->port.link_config[ELINK_EXT_PHY1] =
sys/dev/bxe/bxe.c
14267
sc->port.link_config[0]);
sys/dev/bxe/bxe.c
14326
uint32_t link_config;
sys/dev/bxe/bxe.c
14345
link_config = sc->port.link_config[idx];
sys/dev/bxe/bxe.c
14347
switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) {
sys/dev/bxe/bxe.c
14374
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14390
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14403
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14417
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14430
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14443
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14456
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14468
link_config, sc->link_params.speed_cap_mask[idx]);
sys/dev/bxe/bxe.c
14475
(link_config & PORT_FEATURE_FLOW_CONTROL_MASK);
sys/dev/bxe/bxe.c
14512
sc->port.link_config[0]);
sys/dev/bxe/bxe.h
976
uint32_t link_config[ELINK_LINK_CONFIG_SIZE];
sys/dev/bxe/bxe_elink.c
13024
dev_info.port_feature_config[port].link_config)) &
sys/dev/bxe/bxe_elink.c
13302
uint32_t link_config;
sys/dev/bxe/bxe_elink.c
13305
link_config = REG_RD(sc, params->shmem_base +
sys/dev/bxe/bxe_elink.c
13313
link_config = REG_RD(sc, params->shmem_base +
sys/dev/bxe/bxe_elink.c
13315
port_feature_config[params->port].link_config));
sys/dev/bxe/bxe_elink.c
13323
phy_index, link_config, phy->speed_cap_mask);
sys/dev/bxe/bxe_elink.c
13326
switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) {
sys/dev/bxe/bxe_elink.c
13354
switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) {
sys/dev/bxe/ecore_hsi.h
1106
uint32_t link_config; /* Used as HW defaults for the driver */
sys/dev/cxgb/common/cxgb_common.h
711
int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
sys/dev/cxgb/common/cxgb_t3_hw.c
1525
struct link_config *lc = &pi->link_config;
sys/dev/cxgb/common/cxgb_t3_hw.c
1671
int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
sys/dev/cxgb/common/cxgb_t3_hw.c
4268
static void __devinit init_link_config(struct link_config *lc,
sys/dev/cxgb/common/cxgb_t3_hw.c
4580
init_link_config(&p->link_config, p->phy.caps);
sys/dev/cxgb/cxgb_adapter.h
98
struct link_config link_config;
sys/dev/cxgb/cxgb_main.c
1676
t3_link_start(&p->phy, mac, &p->link_config);
sys/dev/cxgb/cxgb_main.c
1796
pi->link_config.link_ok = 0;
sys/dev/cxgb/cxgb_main.c
2115
int speed = p->link_config.speed;
sys/dev/cxgb/cxgb_main.c
2123
if (!p->link_config.link_ok)
sys/dev/cxgb/cxgb_main.c
2250
pi->link_config.link_ok == 0)
sys/dev/cxgb/cxgb_main.c
2281
!p->link_config.link_ok)
sys/dev/cxgb/cxgb_main.c
2296
t3_link_start(&p->phy, mac, &p->link_config);
sys/dev/cxgb/cxgb_sge.c
1656
if (!pi->link_config.link_ok) {
sys/dev/cxgb/cxgb_sge.c
1662
pi->link_config.link_ok) {
sys/dev/cxgb/cxgb_sge.c
1684
pi->link_config.link_ok)
sys/dev/cxgb/cxgb_sge.c
1730
if (!TXQ_RING_EMPTY(qs) && pi->link_config.link_ok &&
sys/dev/cxgb/cxgb_sge.c
1747
||(!pi->link_config.link_ok)) {
sys/dev/cxgbe/adapter.h
340
struct link_config link_cfg;
sys/dev/cxgbe/common/common.h
694
struct link_config *lc);
sys/dev/cxgbe/common/t4_hw.c
10743
struct link_config old_lc, *lc = &pi->link_cfg;
sys/dev/cxgbe/common/t4_hw.c
4623
struct link_config *lc)
sys/dev/cxgbe/t4_main.c
10398
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
13195
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
3563
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
3780
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
6214
struct link_config *lc;
sys/dev/cxgbe/t4_main.c
6272
struct link_config *lc;
sys/dev/cxgbe/t4_main.c
6324
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
6368
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
6430
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
8932
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
8995
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
9017
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
9095
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
9147
struct link_config *lc = &pi->link_cfg;
sys/dev/cxgbe/t4_main.c
9191
struct link_config *lc = &pi->link_cfg;