Searched defs:hardware_scb (Results 1 – 2 of 2) sorted by relevance
511 struct hardware_scb { struct512 /*0*/ union {523 } shared_data;561 /*12*/ uint32_t dataptr;562 /*16*/ uint32_t datacnt; /*567 /*20*/ uint32_t sgptr;569 /*24*/ uint8_t control; /* See SCB_CONTROL in aic7xxx.reg for details */570 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */571 /*26*/ uint8_t lun;572 /*27*/ uint8_t tag; /*[all …]
458 struct hardware_scb { struct459 /*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;[all …]