Home
last modified time | relevance | path

Searched defs:target_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx.h645 struct target_cmd { struct
646 uint8_t scsiid; /* Our ID and the initiator's ID */
647 uint8_t identify; /* Identify message */
648 uint8_t bytes[22]; /*
653 uint8_t cmd_valid; /*
664 uint8_t pad[7];
H A Daic79xx.h697 struct target_cmd { struct
698 uint8_t scsiid; /* Our ID and the initiator's ID */
699 uint8_t identify; /* Identify message */
700 uint8_t bytes[22]; /*
705 uint8_t cmd_valid; /*
716 uint8_t pad[7];
/freebsd-src/sys/dev/mfi/
H A Dmfireg.h1872 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member