Home
last modified time | relevance | path

Searched refs:cmd_set_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dufshci.c601 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_nop()
692 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_lun()
800 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_inquiry()
906 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_capacity16()
1016 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_capacity()
1133 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_io()
1248 ucd->cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_utr_cmd_sync()
1949 my->ucd.cmd.hdr.cmd_set_type = 0; /* SCSI command */ in ufshci_hibernate_io()
H A Dufshcireg.h358 uint8_t cmd_set_type; member