Home
last modified time | relevance | path

Searched refs:is_ud (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ofed/libibverbs/src/
HDcompat-1_0.c345 int is_ud = qp->qp_type == IBV_QPT_UD; in post_send_wrapper_1_0() local
356 if (is_ud) in post_send_wrapper_1_0()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_cmd.c2211 int is_ud; in ib_uverbs_post_send() local
2232 is_ud = qp->qp_type == IB_QPT_UD; in ib_uverbs_post_send()
2268 if (is_ud) { in ib_uverbs_post_send()
2344 if (is_ud && wr->wr.ud.ah) in ib_uverbs_post_send()