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

/linux-master/include/linux/
H A Dnvme-tcp.h14 #define NVME_TCP_DIGEST_LENGTH 4 macro
/linux-master/drivers/nvme/host/
H A Dtcp.c235 return queue->hdr_digest ? NVME_TCP_DIGEST_LENGTH : 0;
240 return queue->data_digest ? NVME_TCP_DIGEST_LENGTH : 0;
857 queue->ddgst_remaining = NVME_TCP_DIGEST_LENGTH;
877 off_t off = NVME_TCP_DIGEST_LENGTH - queue->ddgst_remaining;
1172 .iov_len = NVME_TCP_DIGEST_LENGTH - req->offset
1184 if (offset + ret == NVME_TCP_DIGEST_LENGTH) {
/linux-master/drivers/nvme/target/
H A Dtcp.c290 return queue->hdr_digest ? NVME_TCP_DIGEST_LENGTH : 0;
295 return queue->data_digest ? NVME_TCP_DIGEST_LENGTH : 0;
745 int left = NVME_TCP_DIGEST_LENGTH - cmd->offset;
1244 queue->left = NVME_TCP_DIGEST_LENGTH;

Completed in 263 milliseconds