Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dosd_protocol.h127 int min_shift, int max_shift);
/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c2039 u64 offset, unsigned *padding, int min_shift, int max_shift) in __osd_encode_offset() argument
2049 for (shift = min_shift; shift < max_shift; ++shift) { in __osd_encode_offset()
2055 BUG_ON(shift == max_shift); in __osd_encode_offset()