Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
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()
495 if (unlikely(wc->byte_len < sizeof(struct sdp_bsdh))) { in sdp_process_rx_wc()
[all …]
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()
Dsdp.h96 #define SDP_HEAD_SIZE (sizeof(struct sdp_bsdh))
191 struct sdp_bsdh { struct
210 struct sdp_bsdh bsdh; argument
221 u8 rsvd3[IB_CM_REQ_PRIVATE_DATA_SIZE - sizeof(struct sdp_bsdh) - 48];
225 struct sdp_bsdh bsdh;
231 u8 rsvd2[IB_CM_REP_PRIVATE_DATA_SIZE - sizeof(struct sdp_bsdh) - 8];
547 struct sdp_bsdh *h; in sdp_alloc_mb()
553 mb->m_pkthdr.len = mb->m_len = sizeof(struct sdp_bsdh); in sdp_alloc_mb()
554 h = mtod(mb, struct sdp_bsdh *); in sdp_alloc_mb()
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()
Dsdp_dbg.h159 struct sdp_bsdh;
162 struct mbuf *mb, const struct sdp_bsdh *h);
Dsdp_cma.c176 ssk->xmit_size_goal = ntohl(h->localrcvsz) - sizeof(struct sdp_bsdh); in sdp_connect_handler()
209 ntohl(h->actrcvsz) - sizeof(struct sdp_bsdh); in sdp_response_handler()
Dsdp_main.c939 mtod(m, struct sdp_bsdh *)->mid = SDP_MID_DATA; in sdp_send()