Lines Matching defs:_IOCB
4258 typedef struct _IOCB { /* IOCB structure */ struct
4259 union {
4285 } un;
4286 union {
4307 } un1;
4313 uint32_t ulpTimeout:8;
4314 uint32_t ulpXS:1;
4315 uint32_t ulpFCP2Rcvy:1;
4316 uint32_t ulpPU:2;
4317 uint32_t ulpIr:1;
4318 uint32_t ulpClass:3;
4319 uint32_t ulpCommand:8;
4320 uint32_t ulpStatus:4;
4321 uint32_t ulpBdeCount:2;
4322 uint32_t ulpLe:1;
4323 uint32_t ulpOwner:1; /* Low order bit word 7 */
4325 uint32_t ulpOwner:1; /* Low order bit word 7 */
4326 uint32_t ulpLe:1;
4327 uint32_t ulpBdeCount:2;
4328 uint32_t ulpStatus:4;
4329 uint32_t ulpCommand:8;
4330 uint32_t ulpClass:3;
4331 uint32_t ulpIr:1;
4332 uint32_t ulpPU:2;
4333 uint32_t ulpFCP2Rcvy:1;
4334 uint32_t ulpXS:1;
4335 uint32_t ulpTimeout:8;
4338 union {
4348 } unsli3;