Searched refs:SD_MAX_XFER_BLOCKS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/ | ||
H A D | sd.h | 49 SD_MAX_XFER_BLOCKS = 0xffffffff, enumerator |
H A D | sd.c | 3514 dev_max = sdp->use_16_for_rw ? SD_MAX_XFER_BLOCKS : SD_DEF_XFER_BLOCKS; in sd_revalidate_disk() |