Searched refs:link_config (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h98 struct link_config link_config; member in struct:port_info
H A Dcxgb_main.c1722 t3_link_start(&p->phy, mac, &p->link_config);
1843 pi->link_config.link_ok = 0;
2160 int speed = p->link_config.speed;
2168 if (!p->link_config.link_ok)
2230 pi->link_config.link_ok == 0)
2261 !p->link_config.link_ok)
2276 t3_link_start(&p->phy, mac, &p->link_config);
H A Dcxgb_sge.c1646 if (!pi->link_config.link_ok) {
1652 pi->link_config.link_ok) {
1674 pi->link_config.link_ok)
1720 if (!TXQ_RING_EMPTY(qs) && pi->link_config.link_ok &&
1737 ||(!pi->link_config.link_ok)) {
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h430 struct link_config { struct
712 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
H A Dcxgb_t3_hw.c1527 struct link_config *lc = &pi->link_config;
1673 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
4270 static void __devinit init_link_config(struct link_config *lc,
4582 init_link_config(&p->link_config, p->phy.caps);
/freebsd-10-stable/sys/dev/cxgbe/
H A Dadapter.h283 struct link_config link_cfg;
284 struct link_config old_link_cfg;
H A Dt4_main.c1813 struct link_config *lc = &pi->link_cfg;
2010 struct link_config *lc = &pi->link_cfg;
3595 struct link_config *lc;
3625 struct link_config *lc;
3683 struct link_config *lc = &pi->link_cfg;
3729 struct link_config *lc = &pi->link_cfg;
5804 struct link_config *lc = &pi->link_cfg;
5867 struct link_config *lc = &pi->link_cfg;
5931 struct link_config *lc = &pi->link_cfg;
6719 struct link_config *l
[all...]
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h401 struct link_config { struct
549 struct link_config *lc);
H A Dt4_hw.c3675 struct link_config *lc)
7598 * Updates all fields owned by the common code in port_info and link_config
7604 struct link_config *lc = &pi->link_cfg;
7698 struct link_config *lc, *old_lc;
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.c13773 val = SHMEM_RD(sc, dev_info.port_feature_config[port].link_config);
13774 sc->port.link_config[ELINK_INT_PHY] = val;
13776 sc->port.link_config[ELINK_EXT_PHY1] =
14365 BLOGE(sc, "Invalid switch config in link_config=0x%08x\n",
14366 sc->port.link_config[0]);
14425 uint32_t link_config; local
14444 link_config = sc->port.link_config[idx];
14446 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) {
14471 BLOGE(sc, "Invalid NVRAM config link_config
[all...]
H A Dbxe_elink.c13024 dev_info.port_feature_config[port].link_config)) &
13302 uint32_t link_config; local
13305 link_config = REG_RD(sc, params->shmem_base +
13313 link_config = REG_RD(sc, params->shmem_base +
13315 port_feature_config[params->port].link_config));
13323 phy_index, link_config, phy->speed_cap_mask);
13326 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) {
13354 switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) {
H A Dbxe.h1016 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member in struct:bxe_port
H A Decore_hsi.h1106 uint32_t link_config; /* Used as HW defaults for the driver */ member in struct:port_feat_cfg
1142 uses the same defines as link_config */
1146 uses the same defines as link_config */
1150 uses the same defines as link_config */

Completed in 542 milliseconds