Searched defs:linkspeed (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c61 char *linkspeed[] = { variable
163 linkspeed[speed], nport);
175 linkspeed[speed], nport);
241 linkspeed[speed], MAXREC(max_rec));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c540 uint8_t *linkspeed; local
570 linkspeed = &byte[0];
580 *linkspeed = 0;
583 /* Set linkspeed */
584 if (hba->linkspeed == LA_2GHZ_LINK) {
585 *linkspeed = HBA_PORTSPEED_2GBIT;
586 } else if (hba->linkspeed == LA_4GHZ_LINK) {
587 *linkspeed = HBA_PORTSPEED_4GBIT;
588 } else if (hba->linkspeed == LA_8GHZ_LINK) {
589 *linkspeed
806 uint8_t linkspeed; local
[all...]
H A Demlxs_fcp.c1478 char linkspeed[32]; local
1527 switch (hba->linkspeed) {
1529 (void) strlcpy(linkspeed, "Gb", sizeof (linkspeed));
1534 (void) strlcpy(linkspeed, "1Gb", sizeof (linkspeed));
1538 (void) strlcpy(linkspeed, "2Gb", sizeof (linkspeed));
1542 (void) strlcpy(linkspeed, "4Gb", sizeof (linkspeed));
[all...]
H A Demlxs_mbox.c1603 /* Save the linkspeed */
1604 hba->linkspeed = la.UlnkSpeed;
1608 if ((hba->linkspeed == 0) &&
1610 hba->linkspeed = LA_1GHZ_LINK;
2089 uint32_t linkspeed)
2138 switch (linkspeed) {
2144 linkspeed = 0;
2150 linkspeed = 0;
2156 linkspeed = 0;
2162 linkspeed
2088 emlxs_mb_init_link(emlxs_hba_t *hba, MAILBOXQ *mbq, uint32_t topology, uint32_t linkspeed) argument
[all...]
H A Demlxs_solaris.c1460 char linkspeed[32]; local
1620 switch (hba->linkspeed) {
1622 (void) strlcpy(linkspeed, "Gb", sizeof (linkspeed));
1627 (void) strlcpy(linkspeed, "1Gb", sizeof (linkspeed));
1631 (void) strlcpy(linkspeed, "2Gb", sizeof (linkspeed));
1635 (void) strlcpy(linkspeed, "4Gb", sizeof (linkspeed));
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c314 u32 linkspeed; member in struct:forcedeth_private
461 writel(np->linkspeed, base + NvRegLinkSpeed);
573 if (np->duplex != newdup || np->linkspeed != newls) {
575 np->linkspeed = newls;
675 np->linkspeed = NVREG_LINKSPEED_FORCE | NVREG_LINKSPEED_10;
714 np->linkspeed & NVREG_LINKSPEED_10 ? 10 : 100,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1787 uint8_t linkspeed; member in struct:emlxs_hba

Completed in 109 milliseconds