Home
last modified time | relevance | path

Searched refs:ic_req (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c966 struct nvme_tcp_ic_req ic_req; in tcp_connect() local
982 memset(&ic_req, 0, sizeof(ic_req)); in tcp_connect()
983 ic_req.common.pdu_type = NVME_TCP_PDU_TYPE_IC_REQ; in tcp_connect()
984 ic_req.common.hlen = sizeof(ic_req); in tcp_connect()
985 ic_req.common.plen = htole32(sizeof(ic_req)); in tcp_connect()
986 ic_req.pfv = htole16(0); in tcp_connect()
987 ic_req.hpda = params->tcp.pda; in tcp_connect()
989 ic_req.dgst.bits.hdgst_enable = 1; in tcp_connect()
991 ic_req.dgst.bits.ddgst_enable = 1; in tcp_connect()
992 ic_req.maxr2t = htole32(params->tcp.maxr2t); in tcp_connect()
[all …]