Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c56 static void printPortSpeed(HBA_PORTSPEED portSpeed);
116 printPortSpeed(HBA_PORTSPEED portSpeed) { in printPortSpeed() argument
119 if ((portSpeed & HBA_PORTSPEED_1GBIT) == HBA_PORTSPEED_1GBIT) { in printPortSpeed()
123 if ((portSpeed & HBA_PORTSPEED_2GBIT) == HBA_PORTSPEED_2GBIT) { in printPortSpeed()
127 if ((portSpeed & HBA_PORTSPEED_4GBIT) == HBA_PORTSPEED_4GBIT) { in printPortSpeed()
131 if ((portSpeed & HBA_PORTSPEED_8GBIT) == HBA_PORTSPEED_8GBIT) { in printPortSpeed()
135 if ((portSpeed & HBA_PORTSPEED_10GBIT) == HBA_PORTSPEED_10GBIT) { in printPortSpeed()
139 if ((portSpeed & HBA_PORTSPEED_16GBIT) == HBA_PORTSPEED_16GBIT) { in printPortSpeed()
143 if ((portSpeed & HBA_PORTSPEED_32GBIT) == HBA_PORTSPEED_32GBIT) { in printPortSpeed()
147 if ((portSpeed & HBA_PORTSPEED_NOT_NEGOTIATED) in printPortSpeed()