Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx.h420 struct hardware_scb { struct
421 /*0*/ union {
432 } shared_data;
470 /*12*/ uint32_t dataptr;
471 /*16*/ uint32_t datacnt; /*
476 /*20*/ uint32_t sgptr;
478 /*24*/ uint8_t control; /* See SCB_CONTROL in aic7xxx.reg for details */
479 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */
480 /*26*/ uint8_t lun;
481 /*27*/ uint8_t tag; /*
[all …]
H A Daic79xx.h456 struct hardware_scb { struct
457 /*0*/ union {
462 } shared_data;
503 /*16*/ uint16_t tag; /* Reused by Sequencer. */
504 /*18*/ uint8_t control; /* See SCB_CONTROL in aic79xx.reg for details */
505 /*19*/ uint8_t scsiid; /*
509 /*20*/ uint8_t lun;
510 /*21*/ uint8_t task_attribute;
511 /*22*/ uint8_t cdb_len;
512 /*23*/ uint8_t task_management;
[all …]