Lines Matching defs:hardware_scb
443 struct hardware_scb { struct
444 /*0*/ union {
449 } shared_data;
490 /*16*/ uint16_t tag; /* Reused by Sequencer. */
491 /*18*/ uint8_t control; /* See SCB_CONTROL in aic79xx.reg for details */
492 /*19*/ uint8_t scsiid; /*
496 /*20*/ uint8_t lun;
497 /*21*/ uint8_t task_attribute;
498 /*22*/ uint8_t cdb_len;
499 /*23*/ uint8_t task_management;
500 /*24*/ uint64_t dataptr;
501 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */
502 /*36*/ uint32_t sgptr;
503 /*40*/ uint32_t hscb_busaddr;
504 /*44*/ uint32_t next_hscb_busaddr;
506 /*48*/ uint8_t pkt_long_lun[8];
508 /*56*/ uint8_t spare[8];