Searched refs:sgl_threshold (Results 1 – 1 of 1) sorted by relevance
60 static unsigned int sgl_threshold = SZ_32K; variable61 module_param(sgl_threshold, uint, 0644);62 MODULE_PARM_DESC(sgl_threshold,485 if (!sgl_threshold || avg_seg_size < sgl_threshold) in nvme_pci_use_sgls()2032 if ((dev->ctrl.sgls & ((1 << 0) | (1 << 1))) && sgl_threshold) { in nvme_dev_add()