Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.h65 llist_head_t event_handler_list; member
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c276 llist_add_tail(&handler->list, &handler->hca->event_handler_list); in sol_uverbs_ib_register_event_handler()
H A Dsol_uverbs_event.c791 list_for_each(entry, &hca->event_handler_list) { in uverbs_async_event_handler()
H A Dsol_uverbs.c284 llist_head_init(&mod_ctxt->hcas[hca_ndx].event_handler_list, in sol_uverbs_hca_open()