Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Drdma_sdp.h44 struct sdp_bsdh { struct
54 struct sdp_bsdh bsdh; argument
65 u8 rsvd3[IB_CM_REQ_PRIVATE_DATA_SIZE - sizeof(struct sdp_bsdh) - 48];
69 struct sdp_bsdh bsdh;
75 u8 rsvd2[IB_CM_REP_PRIVATE_DATA_SIZE - sizeof(struct sdp_bsdh) - 8];
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c108 struct sdp_bsdh *h; in sdp_post_recv()
124 h = mtod(mb, struct sdp_bsdh *); in sdp_post_recv()
205 struct sdp_bsdh *h; in sdp_sock_queue_rcv_mb()
207 h = mtod(mb, struct sdp_bsdh *); in sdp_sock_queue_rcv_mb()
327 struct sdp_bsdh *h; in sdp_process_rx_ctl_mb()
333 h = mtod(mb, struct sdp_bsdh *); in sdp_process_rx_ctl_mb()
400 struct sdp_bsdh *h; in sdp_process_rx_mb()
404 h = mtod(mb, struct sdp_bsdh *); in sdp_process_rx_mb()
473 struct sdp_bsdh *h; in sdp_process_rx_wc()
496 if (unlikely(wc->byte_len < sizeof(struct sdp_bsdh))) { in sdp_process_rx_wc()
[all …]
H A Dsdp_bcopy.c42 struct mbuf *mb, const struct sdp_bsdh *h) in _dump_packet()
80 ntohl(h->len) - sizeof(struct sdp_bsdh)); in _dump_packet()
93 ntohl(h->len) - sizeof(struct sdp_bsdh) - in _dump_packet()
110 struct sdp_bsdh *h; in sdp_nagle_off()
112 h = mtod(mb, struct sdp_bsdh *); in sdp_nagle_off()
H A Dsdp_tx.c69 struct sdp_bsdh *h; in sdp_post_send()
88 h = mtod(mb, struct sdp_bsdh *); in sdp_post_send()
201 struct sdp_bsdh *h; in sdp_handle_send_comp()
217 h = mtod(mb, struct sdp_bsdh *); in sdp_handle_send_comp()
H A Dsdp_dbg.h159 struct sdp_bsdh;
162 struct mbuf *mb, const struct sdp_bsdh *h);
H A Dsdp.h97 #define SDP_HEAD_SIZE (sizeof(struct sdp_bsdh))
506 struct sdp_bsdh *h; in sdp_alloc_mb()
512 mb->m_pkthdr.len = mb->m_len = sizeof(struct sdp_bsdh); in sdp_alloc_mb()
513 h = mtod(mb, struct sdp_bsdh *); in sdp_alloc_mb()
H A Dsdp_cma.c181 ssk->xmit_size_goal = ntohl(h->localrcvsz) - sizeof(struct sdp_bsdh); in sdp_connect_handler()
214 ntohl(h->actrcvsz) - sizeof(struct sdp_bsdh); in sdp_response_handler()
H A Dsdp_main.c934 mtod(m, struct sdp_bsdh *)->mid = SDP_MID_DATA; in sdp_send()