Lines Matching defs:_IOCB
4260 typedef struct _IOCB { /* IOCB structure */ struct
4261 union {
4287 } un;
4288 union {
4309 } un1;
4315 uint32_t ulpTimeout:8;
4316 uint32_t ulpXS:1;
4317 uint32_t ulpFCP2Rcvy:1;
4318 uint32_t ulpPU:2;
4319 uint32_t ulpIr:1;
4320 uint32_t ulpClass:3;
4321 uint32_t ulpCommand:8;
4322 uint32_t ulpStatus:4;
4323 uint32_t ulpBdeCount:2;
4324 uint32_t ulpLe:1;
4325 uint32_t ulpOwner:1; /* Low order bit word 7 */
4327 uint32_t ulpOwner:1; /* Low order bit word 7 */
4328 uint32_t ulpLe:1;
4329 uint32_t ulpBdeCount:2;
4330 uint32_t ulpStatus:4;
4331 uint32_t ulpCommand:8;
4332 uint32_t ulpClass:3;
4333 uint32_t ulpIr:1;
4334 uint32_t ulpPU:2;
4335 uint32_t ulpFCP2Rcvy:1;
4336 uint32_t ulpXS:1;
4337 uint32_t ulpTimeout:8;
4340 union {
4350 } unsli3;