Searched refs:bsdh (Results 1 – 2 of 2) sorted by relevance
150 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_connect_handler()173 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_connect_handler()204 SDP_DUMP_PACKET(sk, "RX", NULL, &h->bsdh); in sdp_response_handler()205 ssk->max_bufs = ntohs(h->bsdh.bufs); in sdp_response_handler()316 hh.bsdh.mid = SDP_MID_HELLO; in sdp_cma_handler()317 hh.bsdh.len = htonl(sizeof(struct sdp_hh)); in sdp_cma_handler()322 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk))); in sdp_cma_handler()333 SDP_DUMP_PACKET(NULL, "TX", NULL, &hh.bsdh); in sdp_cma_handler()351 hah.bsdh.mid = SDP_MID_HELLO_ACK; in sdp_cma_handler()352 hah.bsdh.bufs = htons(rx_ring_posted(ssk)); in sdp_cma_handler()[all …]
210 struct sdp_bsdh bsdh; member225 struct sdp_bsdh bsdh; member