linux/drivers/nvme/host
Christoph Hellwig 1a7347c7db nvme/scsi: don't rely on BLK_MAX_CDB
The NVMe SCSI emulation doesn't use BLOCK_PC requests, so BLK_MAX_CDB
doesn't have a meaning for it.  Instead opencode the value of 16
and refactor the code a bit so that related checks are next to each
other and we only need to use the value in one place.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-01-30 08:33:51 -07:00
..
core.c nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too 2017-01-11 17:21:35 +01:00
fabrics.c nvme-fabrics: Adjust source code indentation 2016-12-06 10:17:03 +02:00
fabrics.h Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block 2016-10-07 14:42:05 -07:00
fc.c nvme: use blk_rq_payload_bytes 2017-01-13 15:17:04 -07:00
Kconfig nvme-fabrics: Add host support for FC transport 2016-12-06 10:17:56 +02:00
lightnvm.c lightnvm: eliminate nvm_lun abstraction in mm 2016-11-29 12:12:51 -07:00
Makefile nvme-fabrics: Add host support for FC transport 2016-12-06 10:17:56 +02:00
nvme.h nvme: use blk_rq_payload_bytes 2017-01-13 15:17:04 -07:00
pci.c Merge branch 'for-4.11/block' into for-4.11/rq-refactor 2017-01-27 15:08:31 -07:00
rdma.c nvme: use blk_rq_payload_bytes 2017-01-13 15:17:04 -07:00
scsi.c nvme/scsi: don't rely on BLK_MAX_CDB 2017-01-30 08:33:51 -07:00