From: Sagi Grimberg Date: Wed, 12 Dec 2018 07:38:55 +0000 (-0800) Subject: nvme-fabrics: add missing nvmf_ctrl_options documentation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fa9a1811e094658e53b0c82b6ce0431c4c54fc1b;p=openwrt%2Fstaging%2Fblogic.git nvme-fabrics: add missing nvmf_ctrl_options documentation Signed-off-by: Sagi Grimberg Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/fabrics.h b/drivers/nvme/host/fabrics.h index 524a02a67817..28dc916ef26b 100644 --- a/drivers/nvme/host/fabrics.h +++ b/drivers/nvme/host/fabrics.h @@ -88,6 +88,9 @@ enum { * @max_reconnects: maximum number of allowed reconnect attempts before removing * the controller, (-1) means reconnect forever, zero means remove * immediately; + * @disable_sqflow: disable controller sq flow control + * @hdr_digest: generate/verify header digest (TCP) + * @data_digest: generate/verify data digest (TCP) */ struct nvmf_ctrl_options { unsigned mask;