Lines Matching defs:hardware_scb
458 struct hardware_scb { struct
459 /*0*/ union {
464 } shared_data;
505 /*16*/ uint16_t tag; /* Reused by Sequencer. */
506 /*18*/ uint8_t control; /* See SCB_CONTROL in aic79xx.reg for details */
507 /*19*/ uint8_t scsiid; /*
511 /*20*/ uint8_t lun;
512 /*21*/ uint8_t task_attribute;
513 /*22*/ uint8_t cdb_len;
514 /*23*/ uint8_t task_management;
515 /*24*/ uint64_t dataptr;
516 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */
517 /*36*/ uint32_t sgptr;
518 /*40*/ uint32_t hscb_busaddr;
519 /*44*/ uint32_t next_hscb_busaddr;
521 /*48*/ uint8_t pkt_long_lun[8];
523 /*56*/ uint8_t spare[8];