Searched refs:hah (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c267 struct sdp_hah hah; local
349 memset(&hah, 0, sizeof hah);
350 hah.bsdh.mid = SDP_MID_HELLO_ACK;
351 hah.bsdh.bufs = htons(rx_ring_posted(ssk));
352 hah.bsdh.len = htonl(sizeof(struct sdp_hah));
353 hah.majv_minv = SDP_MAJV_MINV;
354 hah.ext_max_adverts = 1; /* Doesn't seem to be mandated by spec,
356 hah.actrcvsz = htonl(ssk->recv_bytes);
358 conn_param.private_data_len = sizeof hah;
[all...]
H A Dsdp_bcopy.c43 struct sdp_hah *hah; local
66 hah = (struct sdp_hah *)h;
68 ntohl(hah->actrcvsz));

Completed in 103 milliseconds