Home
last modified time | relevance | path

Searched refs:link_config (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/sys/dev/cxgb/
Dcxgb_adapter.h98 struct link_config link_config; member
Dcxgb_main.c1722 t3_link_start(&p->phy, mac, &p->link_config); in cxgb_init_locked()
1843 pi->link_config.link_ok = 0; in cxgb_uninit_synchronized()
2160 int speed = p->link_config.speed; in cxgb_media_status()
2168 if (!p->link_config.link_ok) in cxgb_media_status()
2230 pi->link_config.link_ok == 0) in check_link_status()
2261 !p->link_config.link_ok) in check_t3b2_mac()
2276 t3_link_start(&p->phy, mac, &p->link_config); in check_t3b2_mac()
Dcxgb_sge.c1646 if (!pi->link_config.link_ok) { in cxgb_start_locked()
1652 pi->link_config.link_ok) { in cxgb_start_locked()
1674 pi->link_config.link_ok) in cxgb_start_locked()
1720 if (!TXQ_RING_EMPTY(qs) && pi->link_config.link_ok && in cxgb_transmit_locked()
1737 ||(!pi->link_config.link_ok)) { in cxgb_transmit()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dcommon.h306 struct link_config { struct
434 struct link_config *lc);
Dt4_hw.c1879 struct link_config *lc) in t4_link_start()
5378 struct link_config *lc; in t4_handle_fw_rpl()
5460 static void __devinit init_link_config(struct link_config *lc, in init_link_config()
/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_common.h430 struct link_config { struct
712 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
Dcxgb_t3_hw.c1527 struct link_config *lc = &pi->link_config; in t3_link_changed()
1673 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t3_link_start()
4270 static void __devinit init_link_config(struct link_config *lc, in init_link_config()
4582 init_link_config(&p->link_config, p->phy.caps); in t3_prep_adapter()
/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h227 struct link_config link_cfg;
/freebsd-9-stable/sys/dev/bxe/
Dbxe.c13776 val = SHMEM_RD(sc, dev_info.port_feature_config[port].link_config); in bxe_get_shmem_info()
13777 sc->port.link_config[ELINK_INT_PHY] = val; in bxe_get_shmem_info()
13779 sc->port.link_config[ELINK_EXT_PHY1] = in bxe_get_shmem_info()
14369 sc->port.link_config[0]); in bxe_link_settings_supported()
14428 uint32_t link_config; in bxe_link_settings_requested() local
14447 link_config = sc->port.link_config[idx]; in bxe_link_settings_requested()
14449 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) { in bxe_link_settings_requested()
14476 link_config, sc->link_params.speed_cap_mask[idx]); in bxe_link_settings_requested()
14492 link_config, sc->link_params.speed_cap_mask[idx]); in bxe_link_settings_requested()
14505 link_config, sc->link_params.speed_cap_mask[idx]); in bxe_link_settings_requested()
[all …]
Dbxe_elink.c13024 dev_info.port_feature_config[port].link_config)) & in elink_populate_int_phy()
13302 uint32_t link_config; in elink_phy_def_cfg() local
13305 link_config = REG_RD(sc, params->shmem_base + in elink_phy_def_cfg()
13313 link_config = REG_RD(sc, params->shmem_base + in elink_phy_def_cfg()
13315 port_feature_config[params->port].link_config)); in elink_phy_def_cfg()
13323 phy_index, link_config, phy->speed_cap_mask); in elink_phy_def_cfg()
13326 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) { in elink_phy_def_cfg()
13354 switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) { in elink_phy_def_cfg()
Dbxe.h1015 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member
Decore_hsi.h1106 uint32_t link_config; /* Used as HW defaults for the driver */ member