Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fcinfo/
H A DprintAttrs.c55 static void printPortSpeed(HBA_PORTSPEED portSpeed);
115 printPortSpeed(HBA_PORTSPEED portSpeed) { in printPortSpeed() argument
118 if ((portSpeed & HBA_PORTSPEED_1GBIT) == HBA_PORTSPEED_1GBIT) { in printPortSpeed()
122 if ((portSpeed & HBA_PORTSPEED_2GBIT) == HBA_PORTSPEED_2GBIT) { in printPortSpeed()
126 if ((portSpeed & HBA_PORTSPEED_4GBIT) == HBA_PORTSPEED_4GBIT) { in printPortSpeed()
130 if ((portSpeed & HBA_PORTSPEED_8GBIT) == HBA_PORTSPEED_8GBIT) { in printPortSpeed()
134 if ((portSpeed & HBA_PORTSPEED_10GBIT) == HBA_PORTSPEED_10GBIT) { in printPortSpeed()
138 if ((portSpeed & HBA_PORTSPEED_16GBIT) == HBA_PORTSPEED_16GBIT) { in printPortSpeed()
142 if ((portSpeed & HBA_PORTSPEED_NOT_NEGOTIATED) in printPortSpeed()