Lines Matching refs:hh
274 struct sdp_hh hh; in sdp_cma_handler() local
320 memset(&hh, 0, sizeof hh); in sdp_cma_handler()
321 hh.bsdh.mid = SDP_MID_HELLO; in sdp_cma_handler()
322 hh.bsdh.len = htonl(sizeof(struct sdp_hh)); in sdp_cma_handler()
323 hh.max_adverts = 1; in sdp_cma_handler()
324 hh.ipv_cap = 0x40; in sdp_cma_handler()
325 hh.majv_minv = SDP_MAJV_MINV; in sdp_cma_handler()
327 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk))); in sdp_cma_handler()
328 hh.localrcvsz = hh.desremrcvsz = htonl(sdp_sk(sk)->recv_bytes); in sdp_cma_handler()
329 hh.max_adverts = 0x1; in sdp_cma_handler()
333 conn_param.private_data_len = sizeof hh; in sdp_cma_handler()
334 conn_param.private_data = &hh; in sdp_cma_handler()
338 SDP_DUMP_PACKET(NULL, "TX", NULL, &hh.bsdh); in sdp_cma_handler()