Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/lightnvm/
Dcore.c212 dev->max_rq_size = dev->ops->max_phys_sect * dev->sec_size; in nvm_core_init()
326 if (dev->ops->max_phys_sect > 256) { in nvm_register()
332 if (dev->ops->max_phys_sect > 1) { in nvm_register()
438 blk_queue_max_hw_sectors(tqueue, 8 * dev->ops->max_phys_sect); in nvm_create_target()
/linux-4.4.14/include/linux/
Dlightnvm.h214 unsigned int max_phys_sect; member
/linux-4.4.14/drivers/nvme/host/
Dlightnvm.c563 .max_phys_sect = 64,
/linux-4.4.14/drivers/block/
Dnull_blk.c566 .max_phys_sect = 64,