Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Denum_strs.c90 [IBV_EVENT_GID_CHANGE] = "GID table change" in ibv_event_type_str()
93 if (event < IBV_EVENT_CQ_ERR || event > IBV_EVENT_GID_CHANGE) in ibv_event_type_str()
H A Dverbs.h368 IBV_EVENT_GID_CHANGE, enumerator
/freebsd/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c59 case IBV_EVENT_GID_CHANGE: in event_name_str()