NVME_TCP_DATA_DIGEST_ENABLE 1180 drivers/nvme/host/tcp.c 		icreq->digest |= NVME_TCP_DATA_DIGEST_ENABLE;
NVME_TCP_DATA_DIGEST_ENABLE 1215 drivers/nvme/host/tcp.c 	ctrl_ddgst = !!(icresp->digest & NVME_TCP_DATA_DIGEST_ENABLE);
NVME_TCP_DATA_DIGEST_ENABLE  784 drivers/nvme/target/tcp.c 	queue->data_digest = !!(icreq->digest & NVME_TCP_DATA_DIGEST_ENABLE);
NVME_TCP_DATA_DIGEST_ENABLE  802 drivers/nvme/target/tcp.c 		icresp->digest |= NVME_TCP_DATA_DIGEST_ENABLE;