Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/aic7xxx/
HDaic7xxx.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];
HDaic79xx.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-head/sys/dev/mfi/
HDmfireg.h1872 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member