Searched refs:icresp (Results 1 – 3 of 3) sorted by relevance
882 struct nvme_tcp_icresp_pdu *icresp = &queue->pdu.icresp; in nvmet_tcp_handle_icreq() local 907 memset(icresp, 0, sizeof(*icresp)); in nvmet_tcp_handle_icreq() 908 icresp->hdr.type = nvme_tcp_icresp; in nvmet_tcp_handle_icreq() 909 icresp->hdr.hlen = sizeof(*icresp); in nvmet_tcp_handle_icreq() 910 icresp->hdr.pdo = 0; in nvmet_tcp_handle_icreq() 911 icresp->hdr.plen = cpu_to_le32(icresp in nvmet_tcp_handle_icreq() [all...]
1474 struct nvme_tcp_icresp_pdu *icresp; in nvme_tcp_init_connection() 1487 icresp = kzalloc_obj(*icresp); in nvme_tcp_init_connection() 1488 if (!icresp) { in nvme_tcp_init_connection() 1515 iov.iov_base = icresp; in nvme_tcp_init_connection() 1516 iov.iov_len = sizeof(*icresp); in nvme_tcp_init_connection() 1524 if (ret >= 0 && ret < sizeof(*icresp)) in nvme_tcp_init_connection() 1527 pr_warn("queue %d: failed to receive icresp, error %d\n", in nvme_tcp_init_connection() 1542 if (icresp->hdr.type != nvme_tcp_icresp) { in nvme_tcp_init_connection() 1544 nvme_tcp_queue_id(queue), icresp in nvme_tcp_init_connection() 1476 struct nvme_tcp_icresp_pdu *icresp; nvme_tcp_init_connection() local [all...]
192 struct nvme_tcp_icresp_pdu icresp; member