Lines Matching defs:sg_header
90575 struct sg_header { struct
90576 int pack_len;
90577 int reply_len;
90578 int pack_id;
90579 int result;
90580 unsigned int twelve_byte: 1;
90581 unsigned int target_status: 5;
90582 unsigned int host_status: 8;
90583 unsigned int driver_status: 8;
90584 unsigned int other_flags: 10;
90585 unsigned char sense_buffer[16];