Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dosd_protocol.h127 int min_shift, int max_shift);
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c2044 u64 offset, unsigned *padding, int min_shift, int max_shift) in __osd_encode_offset() argument
2054 for (shift = min_shift; shift < max_shift; ++shift) { in __osd_encode_offset()
2060 BUG_ON(shift == max_shift); in __osd_encode_offset()