NVME_TCP_CRC_SEED
queue->snd_crc = NVME_TCP_CRC_SEED;
return cpu_to_le32(~crc32c(NVME_TCP_CRC_SEED, pdu, len));
queue->rcv_crc = NVME_TCP_CRC_SEED;