Lines Matching defs:_IOCB
3634 typedef struct _IOCB { /* IOCB structure */ struct
3635 union {
3661 } un;
3662 union {
3683 } un1;
3689 uint32_t ulpTimeout:8;
3690 uint32_t ulpXS:1;
3691 uint32_t ulpFCP2Rcvy:1;
3692 uint32_t ulpPU:2;
3693 uint32_t ulpIr:1;
3694 uint32_t ulpClass:3;
3695 uint32_t ulpCommand:8;
3696 uint32_t ulpStatus:4;
3697 uint32_t ulpBdeCount:2;
3698 uint32_t ulpLe:1;
3699 uint32_t ulpOwner:1; /* Low order bit word 7 */
3701 uint32_t ulpOwner:1; /* Low order bit word 7 */
3702 uint32_t ulpLe:1;
3703 uint32_t ulpBdeCount:2;
3704 uint32_t ulpStatus:4;
3705 uint32_t ulpCommand:8;
3706 uint32_t ulpClass:3;
3707 uint32_t ulpIr:1;
3708 uint32_t ulpPU:2;
3709 uint32_t ulpFCP2Rcvy:1;
3710 uint32_t ulpXS:1;
3711 uint32_t ulpTimeout:8;
3714 union {
3724 } unsli3;