Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnvme-tcp.h14 #define NVME_TCP_DIGEST_LENGTH 4 macro
/linux/drivers/nvme/host/
A Dtcp.c163 return queue->hdr_digest ? NVME_TCP_DIGEST_LENGTH : 0; in nvme_tcp_hdgst_len()
168 return queue->data_digest ? NVME_TCP_DIGEST_LENGTH : 0; in nvme_tcp_ddgst_len()
764 queue->ddgst_remaining = NVME_TCP_DIGEST_LENGTH; in nvme_tcp_recv_data()
784 off_t off = NVME_TCP_DIGEST_LENGTH - queue->ddgst_remaining; in nvme_tcp_recv_ddgst()
1051 .iov_len = NVME_TCP_DIGEST_LENGTH - req->offset in nvme_tcp_try_send_ddgst()
1063 if (offset + ret == NVME_TCP_DIGEST_LENGTH) { in nvme_tcp_try_send_ddgst()
/linux/drivers/nvme/target/
A Dtcp.c241 return queue->hdr_digest ? NVME_TCP_DIGEST_LENGTH : 0; in nvmet_tcp_hdgst_len()
246 return queue->data_digest ? NVME_TCP_DIGEST_LENGTH : 0; in nvmet_tcp_ddgst_len()
714 int left = NVME_TCP_DIGEST_LENGTH - cmd->offset; in nvmet_try_send_ddgst()
1142 queue->left = NVME_TCP_DIGEST_LENGTH; in nvmet_tcp_prep_recv_ddgst()

Completed in 12 milliseconds