Searched refs:NVME_TCP_DATA_DIGEST_ENABLE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnvme-tcp.h39 NVME_TCP_DATA_DIGEST_ENABLE = (1 << 1), enumerator in enum:nvme_tcp_digest_option
/linux-master/drivers/nvme/host/
H A Dtcp.c1410 icreq->digest |= NVME_TCP_DATA_DIGEST_ENABLE;
1464 ctrl_ddgst = !!(icresp->digest & NVME_TCP_DATA_DIGEST_ENABLE);
/linux-master/drivers/nvme/target/
H A Dtcp.c916 queue->data_digest = !!(icreq->digest & NVME_TCP_DATA_DIGEST_ENABLE);
934 icresp->digest |= NVME_TCP_DATA_DIGEST_ENABLE;

Completed in 226 milliseconds