Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h250 #define BITS_PER_INDEX_STREAM 4 macro
253 #define STREAM_MASK ((1 << BITS_PER_INDEX_STREAM) - 1)
Dmegaraid_sas_fusion.c2571 (i * BITS_PER_INDEX_STREAM)) & in megasas_stream_detect()
2598 (1 << i * BITS_PER_INDEX_STREAM) - 1; in megasas_stream_detect()
2600 << BITS_PER_INDEX_STREAM); in megasas_stream_detect()
2602 STREAM_MASK << i * BITS_PER_INDEX_STREAM; in megasas_stream_detect()
2616 ((MAX_STREAMS_TRACKED - 1) * BITS_PER_INDEX_STREAM)) & in megasas_stream_detect()