Lines Matching defs:_IOCB
4067 typedef struct _IOCB { /* IOCB structure */ struct
4068 union {
4094 } un;
4095 union {
4116 } un1;
4122 uint32_t ulpTimeout:8;
4123 uint32_t ulpXS:1;
4124 uint32_t ulpFCP2Rcvy:1;
4125 uint32_t ulpPU:2;
4126 uint32_t ulpIr:1;
4127 uint32_t ulpClass:3;
4128 uint32_t ulpCommand:8;
4129 uint32_t ulpStatus:4;
4130 uint32_t ulpBdeCount:2;
4131 uint32_t ulpLe:1;
4132 uint32_t ulpOwner:1; /* Low order bit word 7 */
4134 uint32_t ulpOwner:1; /* Low order bit word 7 */
4135 uint32_t ulpLe:1;
4136 uint32_t ulpBdeCount:2;
4137 uint32_t ulpStatus:4;
4138 uint32_t ulpCommand:8;
4139 uint32_t ulpClass:3;
4140 uint32_t ulpIr:1;
4141 uint32_t ulpPU:2;
4142 uint32_t ulpFCP2Rcvy:1;
4143 uint32_t ulpXS:1;
4144 uint32_t ulpTimeout:8;
4147 union {
4157 } unsli3;