Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvme-tcp.h39 NVME_TCP_DATA_DIGEST_ENABLE = (1 << 1), enumerator
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c892 queue->data_digest = !!(icreq->digest & NVME_TCP_DATA_DIGEST_ENABLE); in nvmet_tcp_handle_icreq()
910 icresp->digest |= NVME_TCP_DATA_DIGEST_ENABLE; in nvmet_tcp_handle_icreq()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c1379 icreq->digest |= NVME_TCP_DATA_DIGEST_ENABLE; in nvme_tcp_init_connection()
1414 ctrl_ddgst = !!(icresp->digest & NVME_TCP_DATA_DIGEST_ENABLE); in nvme_tcp_init_connection()