Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h254 #define BITS_PER_INDEX_STREAM 4 macro
257 #define STREAM_MASK ((1 << BITS_PER_INDEX_STREAM) - 1)
Dmegaraid_sas_fusion.c2387 (i * BITS_PER_INDEX_STREAM)) & in megasas_stream_detect()
2414 (1 << i * BITS_PER_INDEX_STREAM) - 1; in megasas_stream_detect()
2416 << BITS_PER_INDEX_STREAM); in megasas_stream_detect()
2418 STREAM_MASK << i * BITS_PER_INDEX_STREAM; in megasas_stream_detect()
2432 ((MAX_STREAMS_TRACKED - 1) * BITS_PER_INDEX_STREAM)) & in megasas_stream_detect()