Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dscsi.h9 struct scsi_cmd { struct
10 unsigned char cmd[16]; /* command */
12 unsigned char sense_buf[64]
14 unsigned char status; /* SCSI Status */
15 unsigned char target; /* Target ID */
16 unsigned char lun; /* Target LUN */
17 unsigned char cmdlen; /* command len */
18 unsigned long datalen; /* Total data length */
19 unsigned char * pdata; /* pointer to data */
20 unsigned char msgout[12]; /* Messge out buffer (NOT USED) */
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c937 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma) in ahci_atapi_command_create()