Home
last modified time | relevance | path

Searched refs:sdp_hah (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Drdma_sdp.h68 struct sdp_hah { struct
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c193 const struct sdp_hah *h; in sdp_response_handler()
273 struct sdp_hah hah; in sdp_cma_handler()
358 hah.bsdh.len = htonl(sizeof(struct sdp_hah)); in sdp_cma_handler()
H A Dsdp_bcopy.c45 struct sdp_hah *hah; in _dump_packet()
68 hah = (struct sdp_hah *)h; in _dump_packet()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1947 static int sdp_verify_rep(const struct sdp_hah *data) in sdp_verify_rep()