Searched refs:ic_resp (Results 1 – 1 of 1) sorted by relevance
967 struct nvme_tcp_ic_resp ic_resp; in tcp_connect() local1000 if (!nvmf_tcp_read_ic_resp(na, qp, &ic_resp)) in tcp_connect()1005 ic_resp.dgst.bits.hdgst_enable != 0) || in tcp_connect()1007 ic_resp.dgst.bits.ddgst_enable != 0)) { in tcp_connect()1011 11, &ic_resp, sizeof(ic_resp), sizeof(ic_resp)); in tcp_connect()1020 maxh2cdata = le32toh(ic_resp.maxh2cdata); in tcp_connect()1024 NVME_TCP_TERM_REQ_FES_INVALID_HEADER_FIELD, 12, &ic_resp, in tcp_connect()1025 sizeof(ic_resp), sizeof(ic_resp)); in tcp_connect()1030 qp->txpda = (ic_resp.cpda + 1) * 4; in tcp_connect()1031 qp->header_digests = ic_resp.dgst.bits.hdgst_enable != 0; in tcp_connect()[all …]