Home
last modified time | relevance | path

Searched defs:hba_AdapterAttributes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi.h279 typedef struct hba_AdapterAttributes { struct
280 char Manufacturer[64]; /*Emulex */
281 char SerialNumber[64]; /* A12345 */
282 char Model[256]; /* QLA2200 */
283 char ModelDescription[256]; /* Agilent TachLite */
284 HBA_WWN NodeWWN;
285 char NodeSymbolicName[256]; /* From GS-3 */
286 char HardwareVersion[256]; /* Vendor use */
287 char DriverVersion[256]; /* Vendor use */
289 char FirmwareVersion[256]; /* Vendor use */
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h280 typedef struct hba_AdapterAttributes { struct
281 char Manufacturer[64]; /*Emulex */
282 char SerialNumber[64]; /* A12345 */
283 char Model[256]; /* QLA2200 */
284 char ModelDescription[256]; /* Agilent TachLite */
285 HBA_WWN NodeWWN;
286 char NodeSymbolicName[256]; /* From GS-3 */
287 char HardwareVersion[256]; /* Vendor use */
288 char DriverVersion[256]; /* Vendor use */
290 char FirmwareVersion[256]; /* Vendor use */
[all …]