Lines Matching defs:_IOCB
3839 typedef struct _IOCB { /* IOCB structure */ struct
3840 union {
3866 } un;
3867 union {
3888 } un1;
3894 uint32_t ulpTimeout:8;
3895 uint32_t ulpXS:1;
3896 uint32_t ulpFCP2Rcvy:1;
3897 uint32_t ulpPU:2;
3898 uint32_t ulpIr:1;
3899 uint32_t ulpClass:3;
3900 uint32_t ulpCommand:8;
3901 uint32_t ulpStatus:4;
3902 uint32_t ulpBdeCount:2;
3903 uint32_t ulpLe:1;
3904 uint32_t ulpOwner:1; /* Low order bit word 7 */
3906 uint32_t ulpOwner:1; /* Low order bit word 7 */
3907 uint32_t ulpLe:1;
3908 uint32_t ulpBdeCount:2;
3909 uint32_t ulpStatus:4;
3910 uint32_t ulpCommand:8;
3911 uint32_t ulpClass:3;
3912 uint32_t ulpIr:1;
3913 uint32_t ulpPU:2;
3914 uint32_t ulpFCP2Rcvy:1;
3915 uint32_t ulpXS:1;
3916 uint32_t ulpTimeout:8;
3919 union {
3929 } unsli3;