Lines Matching defs:_IOCB
4282 typedef struct _IOCB { /* IOCB structure */ struct
4283 union {
4309 } un;
4310 union {
4331 } un1;
4337 uint32_t ulpTimeout:8;
4338 uint32_t ulpXS:1;
4339 uint32_t ulpFCP2Rcvy:1;
4340 uint32_t ulpPU:2;
4341 uint32_t ulpIr:1;
4342 uint32_t ulpClass:3;
4343 uint32_t ulpCommand:8;
4344 uint32_t ulpStatus:4;
4345 uint32_t ulpBdeCount:2;
4346 uint32_t ulpLe:1;
4347 uint32_t ulpOwner:1; /* Low order bit word 7 */
4349 uint32_t ulpOwner:1; /* Low order bit word 7 */
4350 uint32_t ulpLe:1;
4351 uint32_t ulpBdeCount:2;
4352 uint32_t ulpStatus:4;
4353 uint32_t ulpCommand:8;
4354 uint32_t ulpClass:3;
4355 uint32_t ulpIr:1;
4356 uint32_t ulpPU:2;
4357 uint32_t ulpFCP2Rcvy:1;
4358 uint32_t ulpXS:1;
4359 uint32_t ulpTimeout:8;
4362 union {
4372 } unsli3;