Searched refs:linkspeed (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_event.c | 540 uint8_t *linkspeed; in emlxs_log_link_event() local 570 linkspeed = &byte[0]; in emlxs_log_link_event() 580 *linkspeed = 0; in emlxs_log_link_event() 584 if (hba->linkspeed == LA_2GHZ_LINK) { in emlxs_log_link_event() 585 *linkspeed = HBA_PORTSPEED_2GBIT; in emlxs_log_link_event() 586 } else if (hba->linkspeed == LA_4GHZ_LINK) { in emlxs_log_link_event() 587 *linkspeed = HBA_PORTSPEED_4GBIT; in emlxs_log_link_event() 588 } else if (hba->linkspeed == LA_8GHZ_LINK) { in emlxs_log_link_event() 589 *linkspeed = HBA_PORTSPEED_8GBIT; in emlxs_log_link_event() 590 } else if (hba->linkspeed == LA_10GHZ_LINK) { in emlxs_log_link_event() [all …]
|
H A D | emlxs_fcp.c | 1478 char linkspeed[32]; in emlxs_port_online() local 1527 switch (hba->linkspeed) { in emlxs_port_online() 1529 (void) strlcpy(linkspeed, "Gb", sizeof (linkspeed)); in emlxs_port_online() 1534 (void) strlcpy(linkspeed, "1Gb", sizeof (linkspeed)); in emlxs_port_online() 1538 (void) strlcpy(linkspeed, "2Gb", sizeof (linkspeed)); in emlxs_port_online() 1542 (void) strlcpy(linkspeed, "4Gb", sizeof (linkspeed)); in emlxs_port_online() 1546 (void) strlcpy(linkspeed, "8Gb", sizeof (linkspeed)); in emlxs_port_online() 1550 (void) strlcpy(linkspeed, "10Gb", sizeof (linkspeed)); in emlxs_port_online() 1554 (void) strlcpy(linkspeed, "16Gb", sizeof (linkspeed)); in emlxs_port_online() 1558 (void) snprintf(linkspeed, sizeof (linkspeed), "unknown(0x%x)", in emlxs_port_online() [all …]
|
H A D | emlxs_mbox.c | 1604 hba->linkspeed = la.UlnkSpeed; in emlxs_read_la_mbcmpl() 1608 if ((hba->linkspeed == 0) && in emlxs_read_la_mbcmpl() 1610 hba->linkspeed = LA_1GHZ_LINK; in emlxs_read_la_mbcmpl() 2089 uint32_t linkspeed) in emlxs_mb_init_link() argument 2138 switch (linkspeed) { in emlxs_mb_init_link() 2144 linkspeed = 0; in emlxs_mb_init_link() 2150 linkspeed = 0; in emlxs_mb_init_link() 2156 linkspeed = 0; in emlxs_mb_init_link() 2162 linkspeed = 0; in emlxs_mb_init_link() 2168 linkspeed = 0; in emlxs_mb_init_link() [all …]
|
H A D | emlxs_solaris.c | 1460 char linkspeed[32]; in emlxs_fca_bind_port() local 1620 switch (hba->linkspeed) { in emlxs_fca_bind_port() 1622 (void) strlcpy(linkspeed, "Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1627 (void) strlcpy(linkspeed, "1Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1631 (void) strlcpy(linkspeed, "2Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1635 (void) strlcpy(linkspeed, "4Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1639 (void) strlcpy(linkspeed, "8Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1643 (void) strlcpy(linkspeed, "10Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1647 (void) strlcpy(linkspeed, "16Gb", sizeof (linkspeed)); in emlxs_fca_bind_port() 1651 (void) snprintf(linkspeed, sizeof (linkspeed), in emlxs_fca_bind_port() [all …]
|
H A D | emlxs_dfc.c | 1421 switch (hba->linkspeed) { in emlxs_fcio_get_adapter_port_attrs() 1567 switch (hba->linkspeed) { in emlxs_fcio_get_adapter_port_attrs() 2200 switch (hba->linkspeed) { in emlxs_fcio_get_disc_port_attrs() 2240 switch (hba->linkspeed) { in emlxs_fcio_get_disc_port_attrs() 2332 switch (hba->linkspeed) { in emlxs_fcio_get_disc_port_attrs() 2372 switch (hba->linkspeed) { in emlxs_fcio_get_disc_port_attrs() 2494 switch (hba->linkspeed) { in emlxs_fcio_get_port_attrs() 2534 switch (hba->linkspeed) { in emlxs_fcio_get_port_attrs() 2633 switch (hba->linkspeed) { in emlxs_fcio_get_port_attrs() 2673 switch (hba->linkspeed) { in emlxs_fcio_get_port_attrs() [all …]
|
H A D | emlxs_sli4.c | 2360 hba->linkspeed = 0; in emlxs_sli4_hba_reset() 9049 hba->linkspeed = LA_1GHZ_LINK; in emlxs_sli4_handle_fcoe_link_event() 9052 hba->linkspeed = LA_10GHZ_LINK; in emlxs_sli4_handle_fcoe_link_event() 9058 hba->linkspeed = 0; in emlxs_sli4_handle_fcoe_link_event() 9099 hba->linkspeed = LA_1GHZ_LINK; in emlxs_sli4_handle_fc_link_att() 9102 hba->linkspeed = LA_2GHZ_LINK; in emlxs_sli4_handle_fc_link_att() 9105 hba->linkspeed = LA_4GHZ_LINK; in emlxs_sli4_handle_fc_link_att() 9108 hba->linkspeed = LA_8GHZ_LINK; in emlxs_sli4_handle_fc_link_att() 9111 hba->linkspeed = LA_10GHZ_LINK; in emlxs_sli4_handle_fc_link_att() 9114 hba->linkspeed = LA_16GHZ_LINK; in emlxs_sli4_handle_fc_link_att() [all …]
|
H A D | emlxs_fct.c | 1990 switch (hba->linkspeed) {
|
H A D | emlxs_sli3.c | 2208 hba->linkspeed = 0; in emlxs_sli3_hba_reset()
|
H A D | emlxs_fcf.c | 3056 hba->linkspeed = mb4->un.varReadLA.UlnkSpeed; in emlxs_fc_fcftab_topo_mbcmpl()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | forcedeth.c | 314 u32 linkspeed; member 461 writel(np->linkspeed, base + NvRegLinkSpeed); in start_rx() 573 if (np->duplex != newdup || np->linkspeed != newls) { in update_linkspeed() 575 np->linkspeed = newls; in update_linkspeed() 675 np->linkspeed = NVREG_LINKSPEED_FORCE | NVREG_LINKSPEED_10; in forcedeth_reset() 714 np->linkspeed & NVREG_LINKSPEED_10 ? 10 : 100, in forcedeth_reset()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 430 uint32_t linkspeed);
|
H A D | emlxs_fc.h | 1787 uint8_t linkspeed; member
|