Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_proto_test.c35 struct scsi_stream_status_header h; in test_scsi_proto()
36 u8 arr[sizeof(struct scsi_stream_status_header)]; in test_scsi_proto()
H A Dscsi_debug.c5595 struct scsi_stream_status_header *h = (void *)arr; in resp_get_stream_status()
/linux/include/scsi/
H A Dscsi_proto.h348 struct scsi_stream_status_header { struct
354 static_assert(sizeof(struct scsi_stream_status_header) == 8); argument