commit | 73eefc270afa1f27d82c42fdb34562d07a834b40 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Wed Jun 09 18:28:23 2021 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jun 17 15:51:18 2021 +0200 |
tree | 4be349c260b92bfd242e3d3b9d5b25dfbd4cf56a | |
parent | cb1b10e7ac6c1438247ee3c7e4a2f2332a77ba07 [diff] |
nvme: add a helper to check ctrl sgl support For various transports such as fc/tcp/pci it is common to check if NVMe SGLs are supported or not by the controller. In this preparation patch we add a helper to avoid the open coding of such checks in the various transport. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>