Home
last modified time | relevance | path

Searched refs:IBV_XRC_QP_EVENT_FLAG (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/ofed/libibverbs/src/
Ddevice.c194 if (event->event_type & IBV_XRC_QP_EVENT_FLAG) { in __ibv_get_async_event()
/freebsd-9-stable/contrib/ofed/libibverbs/fixes/
DXRC_RCV_QP.patch177 + IBV_XRC_QP_EVENT_FLAG = 0x80000000,
585 + if (event->event_type & IBV_XRC_QP_EVENT_FLAG) {
/freebsd-9-stable/contrib/ofed/libibverbs/include/infiniband/
Dverbs.h218 IBV_XRC_QP_EVENT_FLAG = 0x80000000, enumerator