Home
last modified time | relevance | path

Searched defs:hardware_scb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h404 struct hardware_scb { struct
405 /*0*/ union {
416 } shared_data;
454 /*12*/ uint32_t dataptr;
455 /*16*/ uint32_t datacnt; /*
460 /*20*/ uint32_t sgptr;
462 /*24*/ uint8_t control; /* See SCB_CONTROL in aic7xxx.reg for details */
463 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */
464 /*26*/ uint8_t lun;
465 /*27*/ uint8_t tag; /*
[all …]
H A Daic79xx.h443 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;
[all …]