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

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

Completed in 53 milliseconds