Lines Matching defs:_IOCB
3632 typedef struct _IOCB { /* IOCB structure */ struct
3633 union {
3659 } un;
3660 union {
3681 } un1;
3687 uint32_t ulpTimeout:8;
3688 uint32_t ulpXS:1;
3689 uint32_t ulpFCP2Rcvy:1;
3690 uint32_t ulpPU:2;
3691 uint32_t ulpIr:1;
3692 uint32_t ulpClass:3;
3693 uint32_t ulpCommand:8;
3694 uint32_t ulpStatus:4;
3695 uint32_t ulpBdeCount:2;
3696 uint32_t ulpLe:1;
3697 uint32_t ulpOwner:1; /* Low order bit word 7 */
3699 uint32_t ulpOwner:1; /* Low order bit word 7 */
3700 uint32_t ulpLe:1;
3701 uint32_t ulpBdeCount:2;
3702 uint32_t ulpStatus:4;
3703 uint32_t ulpCommand:8;
3704 uint32_t ulpClass:3;
3705 uint32_t ulpIr:1;
3706 uint32_t ulpPU:2;
3707 uint32_t ulpFCP2Rcvy:1;
3708 uint32_t ulpXS:1;
3709 uint32_t ulpTimeout:8;
3712 union {
3722 } unsli3;