Searched refs:max_hw_sectors (Results 1 – 16 of 16) sorted by relevance
/drivers/nvme/target/ |
D | passthru.c | 86 unsigned int max_hw_sectors; in nvmet_passthru_override_id_ctrl() local 105 max_hw_sectors = min_not_zero(pctrl->max_segments << (PAGE_SHIFT - 9), in nvmet_passthru_override_id_ctrl() 106 pctrl->max_hw_sectors); in nvmet_passthru_override_id_ctrl() 112 max_hw_sectors = min_not_zero(BIO_MAX_VECS << (PAGE_SHIFT - 9), in nvmet_passthru_override_id_ctrl() 113 max_hw_sectors); in nvmet_passthru_override_id_ctrl() 117 id->mdts = ilog2(max_hw_sectors) + 9 - page_shift; in nvmet_passthru_override_id_ctrl()
|
D | loop.c | 375 ctrl->ctrl.max_hw_sectors = in nvme_loop_configure_admin_queue()
|
/drivers/block/rnbd/ |
D | rnbd-proto.h | 138 __le32 max_hw_sectors; member
|
D | README | 73 information: side, max_hw_sectors, etc.
|
D | rnbd-srv.c | 547 rsp->max_hw_sectors = in rnbd_srv_fill_msg_open_rsp()
|
/drivers/nvme/host/ |
D | core.c | 1906 if (ctrl->max_hw_sectors) { in nvme_set_queue_limits() 1908 (ctrl->max_hw_sectors / (NVME_CTRL_PAGE_SIZE >> 9)) + 1; in nvme_set_queue_limits() 1911 blk_queue_max_hw_sectors(q, ctrl->max_hw_sectors); in nvme_set_queue_limits() 2007 is_power_of_2(ctrl->max_hw_sectors)) in nvme_set_chunk_sectors() 2008 iob = ctrl->max_hw_sectors; in nvme_set_chunk_sectors() 3151 ctrl->max_zeroes_sectors = ctrl->max_hw_sectors; in nvme_init_non_mdts_limits() 3185 u32 max_hw_sectors; in nvme_init_identify() local 3246 max_hw_sectors = nvme_mps_to_sectors(ctrl, id->mdts); in nvme_init_identify() 3248 max_hw_sectors = UINT_MAX; in nvme_init_identify() 3249 ctrl->max_hw_sectors = in nvme_init_identify() [all …]
|
D | zns.c | 44 ctrl->max_zone_append = ctrl->max_hw_sectors; in nvme_set_max_append()
|
D | nvme.h | 292 u32 max_hw_sectors; member
|
D | multipath.c | 876 size_t max_transfer_size = ctrl->max_hw_sectors << SECTOR_SHIFT; in nvme_mpath_init_identify()
|
D | apple.c | 1038 anv->ctrl.max_hw_sectors = min_t(u32, NVME_MAX_KB_SZ << 1, in apple_nvme_reset_work()
|
D | rdma.c | 870 ctrl->ctrl.max_hw_sectors = ctrl->max_fr_pages << (ilog2(SZ_4K) - 9); in nvme_rdma_configure_admin_queue()
|
D | fc.c | 3097 ctrl->ctrl.max_hw_sectors = ctrl->ctrl.max_segments << in nvme_fc_create_association()
|
D | pci.c | 2869 dev->ctrl.max_hw_sectors = min_t(u32, in nvme_reset_work()
|
/drivers/block/drbd/ |
D | drbd_nl.c | 1263 unsigned int max_hw_sectors = max_bio_size >> 9; in drbd_setup_queue_param() local 1271 max_hw_sectors = min(queue_max_hw_sectors(b), max_bio_size >> 9); in drbd_setup_queue_param() 1280 blk_queue_max_hw_sectors(q, max_hw_sectors); in drbd_setup_queue_param()
|
/drivers/md/bcache/ |
D | super.c | 952 q->limits.max_hw_sectors = UINT_MAX; in bcache_device_init()
|
/drivers/scsi/ |
D | sd.c | 3340 q->limits.max_sectors > q->limits.max_hw_sectors) in sd_revalidate_disk()
|