Home
last modified time | relevance | path

Searched refs:SSD_DESC_STREAM (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_error.c321 case SSD_DESC_STREAM: { in ctl_sense_to_fixed()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c3977 stream->desc_type = SSD_DESC_STREAM; in scsi_set_sense_data_desc_va()
4422 sense_len, SSD_DESC_STREAM); in scsi_get_stream_info()
4840 {SSD_DESC_STREAM, scsi_sense_stream_sbuf},
4924 case SSD_DESC_STREAM: in scsi_print_desc_func()
H A Dscsi_all.h3524 #define SSD_DESC_STREAM 0x04 macro