Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.h472 int unal_qdepth; /* qdepth of unaligned IO queue */ member
H A Dmtip32xx.c2899 dd->unal_qdepth = MTIP_MAX_UNALIGNED_SLOTS; in mtip_hw_init()
2901 dd->unal_qdepth = 0; in mtip_hw_init()
2903 atomic_set(&dd->port->cmd_slot_unal, dd->unal_qdepth); in mtip_hw_init()
3429 if (rq_data_dir(rq) == READ || !dd->unal_qdepth) in mtip_check_unal_depth()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.h464 int unal_qdepth; /* qdepth of unaligned IO queue */ member
H A Dmtip32xx.c2740 dd->unal_qdepth = MTIP_MAX_UNALIGNED_SLOTS; in mtip_hw_init()
2742 dd->unal_qdepth = 0; in mtip_hw_init()
2744 atomic_set(&dd->port->cmd_slot_unal, dd->unal_qdepth); in mtip_hw_init()
3255 if (rq_data_dir(rq) == READ || !dd->unal_qdepth) in mtip_check_unal_depth()

Completed in 11 milliseconds