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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h180 struct link_config link_config; member in struct:pe_port_t
H A Dpe.c231 (void) t1_link_start(p->phy, mac, &p->link_config);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c305 switch ((uint32_t)pLM->hw_info.link_config[i] &
330 switch ((uint32_t)pLM->hw_info.link_config[i] &
375 switch ((uint32_t)pLM->hw_info.link_config[i] &
414 if (((pLM->hw_info.link_config[i] &
417 ((pLM->hw_info.link_config[i] &
433 if (((pLM->hw_info.link_config[i] &
436 ((pLM->hw_info.link_config[i] &
452 if (((pLM->hw_info.link_config[i] &
455 ((pLM->hw_info.link_config[i] &
471 if (((pLM->hw_info.link_config[
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c525 (tp->link_config.active_speed == SPEED_1000 ?
527 (tp->link_config.active_speed == SPEED_100 ?
529 (tp->link_config.active_duplex == DUPLEX_FULL ?
603 tp->link_config.advertising =
610 tp->link_config.advertising &=
615 if (tp->link_config.advertising & ADVERTISED_10baseT_Half) {
618 if (tp->link_config.advertising & ADVERTISED_10baseT_Full) {
621 if (tp->link_config.advertising & ADVERTISED_100baseT_Half) {
624 if (tp->link_config.advertising & ADVERTISED_100baseT_Full) {
629 if (tp->link_config
[all...]
H A Dtg3.h2082 struct tg3_link_config link_config; member in struct:tg3
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h156 struct link_config { struct
251 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
H A Dch_subr.c164 struct link_config *lc = &adapter->port[port_id].link_config;
822 t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
1338 static void __devinit init_link_config(struct link_config *lc,
1498 init_link_config(&adapter->port[i].link_config, bi);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c101 struct link_config *lc = &pi->link_cfg;
247 * we have in link_config structure to adv_cap_asmpause and
494 struct link_config lc_copy, *lc = &pi->link_cfg;
501 * Save a copy of link_config. This can be used to restore link_config
504 bcopy(lc, &lc_copy, sizeof (struct link_config));
630 /* Restore link_config */
632 sizeof (struct link_config));
658 struct link_config *lc = &pi->link_cfg;
730 struct link_config *l
[all...]
H A Dadapter.h119 struct link_config link_cfg;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h104 u32 link_config; member in struct:bdn_netport_on_port_reset
H A Ddev_info.h1042 u32 link_config; /* Used as HW defaults for the driver */ member in struct:port_feat_cfg
1080 uses the same defines as link_config */
1084 uses the same defines as link_config */
1088 uses the same defines as link_config */
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h284 struct link_config { struct
329 struct link_config *lc);
H A Dt4_hw.c1542 struct link_config *lc)
4815 struct link_config *lc;
4886 init_link_config(struct link_config *lc, unsigned short caps)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1086 DbgMessage(pdev, WARN, "lm_init_phy: pdev->hw_info.link_config[phy_num] = 0x%x\n",pdev->hw_info.link_config[phy_num]);
1087 switch(pdev->hw_info.link_config[phy_num] & PORT_FEATURE_LINK_SPEED_MASK)
H A Dlm_devinfo.c2058 LM_SHMEM_READ(pdev,OFFSETOF(shmem_region_t,dev_info.port_feature_config[port].link_config),&val);
2059 pdev->hw_info.link_config[ELINK_INT_PHY] = val;
2064 pdev->hw_info.link_config[ELINK_EXT_PHY1] = val;
3349 flow_control = (pdev->hw_info.link_config[ELINK_INT_PHY] & PORT_FEATURE_FLOW_CONTROL_MASK);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c12984 dev_info.port_feature_config[port].link_config)) &
13285 u32 link_config; local
13288 link_config = REG_RD(cb, params->shmem_base +
13296 link_config = REG_RD(cb, params->shmem_base +
13298 port_feature_config[params->port].link_config));
13306 phy_index, link_config, phy->speed_cap_mask);
13309 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) {
13334 switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1773 u32_t link_config[ELINK_LINK_CONFIG_SIZE]; member in struct:_lm_hardware_info_t

Completed in 188 milliseconds