Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/core/
Duverbs.h275 struct ib_uobject *async_ev_file_uobj; in ib_uverbs_get_async_event() local
278 async_ev_file_uobj = uverbs_attr_get_uobject(attrs, id); in ib_uverbs_get_async_event()
279 if (IS_ERR(async_ev_file_uobj)) in ib_uverbs_get_async_event()
282 async_ev_file = container_of(async_ev_file_uobj, in ib_uverbs_get_async_event()