Home
last modified time | relevance | path

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

/linux-6.15/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 Dsd.c3195 struct scsi_stream_status_header h; in sd_is_perm_stream()
H A Dscsi_debug.c5503 struct scsi_stream_status_header *h = (void *)arr; in resp_get_stream_status()
/linux-6.15/include/scsi/
H A Dscsi_proto.h348 struct scsi_stream_status_header { struct
355 static_assert(sizeof(struct scsi_stream_status_header) == 8); argument