NVME_TCP_HDR_DIGEST_ENABLE 1178 drivers/nvme/host/tcp.c 		icreq->digest |= NVME_TCP_HDR_DIGEST_ENABLE;
NVME_TCP_HDR_DIGEST_ENABLE 1225 drivers/nvme/host/tcp.c 	ctrl_hdgst = !!(icresp->digest & NVME_TCP_HDR_DIGEST_ENABLE);
NVME_TCP_HDR_DIGEST_ENABLE  783 drivers/nvme/target/tcp.c 	queue->hdr_digest = !!(icreq->digest & NVME_TCP_HDR_DIGEST_ENABLE);
NVME_TCP_HDR_DIGEST_ENABLE  800 drivers/nvme/target/tcp.c 		icresp->digest |= NVME_TCP_HDR_DIGEST_ENABLE;