Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/osd/
Dosd_initiator.c2041 u64 try_offset = -1, mod, align; in __osd_encode_offset() local
2050 try_offset = offset >> shift; in __osd_encode_offset()
2051 if (try_offset < (1 << OSD_OFFSET_MAX_BITS)) in __osd_encode_offset()
2061 try_offset += 1; in __osd_encode_offset()
2064 try_offset |= ((shift - 8) & 0xf) << 28; in __osd_encode_offset()
2065 be32_offset = cpu_to_be32((u32)try_offset); in __osd_encode_offset()
2068 _LLU(offset), _LLU(try_offset & 0x0FFFFFFF), shift, in __osd_encode_offset()