Lines Matching defs:data_len
507 if (spdk_unlikely(mapped_length < pdu->data_len)) {
508 SPDK_ERRLOG("could not map the whole %u bytes (mapped only %u bytes)\n", pdu->data_len,
550 pdu->data_len > 0) {
582 pdu->data_len % SPDK_NVME_TCP_DIGEST_ALIGNMENT != 0)) {
644 if (pdu->data_len > 0 && g_nvme_tcp_ddgst[pdu->hdr.common.pdu_type] &&
1257 tcp_req->datao += pdu->data_len;
1351 treq->pdu->data_len = pdu->data_len;
1381 pdu->data_len % SPDK_NVME_TCP_DIGEST_ALIGNMENT != 0 ||
1382 pdu->data_len != req->payload_size)) {
1425 tcp_req->expected_datao += pdu->data_len;
1922 uint32_t data_len;
1981 if (!pdu->data_len) {
1985 data_len = pdu->data_len;
1989 data_len += SPDK_NVME_TCP_DIGEST_LEN;
2000 if (pdu->rw_offset < data_len) {
2004 assert(pdu->rw_offset == data_len);