Lines Matching refs:bsdh
155 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_connect_handler()
178 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_connect_handler()
209 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_response_handler()
210 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_response_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()
327 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk))); in sdp_cma_handler()
338 SDP_DUMP_PACKET(NULL, "TX", NULL, &hh.bsdh); in sdp_cma_handler()
356 hah.bsdh.mid = SDP_MID_HELLO_ACK; in sdp_cma_handler()
357 hah.bsdh.bufs = htons(rx_ring_posted(ssk)); in sdp_cma_handler()
358 hah.bsdh.len = htonl(sizeof(struct sdp_hah)); in sdp_cma_handler()
369 SDP_DUMP_PACKET(sk, "TX", NULL, &hah.bsdh); in sdp_cma_handler()