Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c409 int is_ud = qp->qp_type == IBV_QPT_UD; in post_send_wrapper_1_0() local
458 if (is_ud) in post_send_wrapper_1_0()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2009 int is_ud; in ib_uverbs_post_send() local
2040 is_ud = qp->qp_type == IB_QPT_UD; in ib_uverbs_post_send()
2055 if (is_ud) { in ib_uverbs_post_send()
2181 if (is_ud && ud_wr(wr)->ah) in ib_uverbs_post_send()