Lines Matching refs:link_cfg
166 switch (pi->link_cfg.speed) { in t4vf_os_link_changed()
188 switch (pi->link_cfg.fc) { in t4vf_os_link_changed()
820 pi->link_cfg.link_ok = 0; in cxgb4vf_stop()
1319 p->link_cfg.supported); in cxgb4vf_get_settings()
1321 p->link_cfg.advertising); in cxgb4vf_get_settings()
1323 netif_carrier_ok(dev) ? p->link_cfg.speed : 0); in cxgb4vf_get_settings()
1325 cmd->autoneg = p->link_cfg.autoneg; in cxgb4vf_get_settings()
1473 pauseparam->autoneg = (pi->link_cfg.requested_fc & PAUSE_AUTONEG) != 0; in cxgb4vf_get_pauseparam()
1474 pauseparam->rx_pause = (pi->link_cfg.fc & PAUSE_RX) != 0; in cxgb4vf_get_pauseparam()
1475 pauseparam->tx_pause = (pi->link_cfg.fc & PAUSE_TX) != 0; in cxgb4vf_get_pauseparam()
2429 n10g += is_x_10g_port(&adap2pinfo(adapter, pidx)->link_cfg); in cfg_queues()
2454 pi->nqsets = is_x_10g_port(&pi->link_cfg) ? q10g : 1; in cfg_queues()