Lines Matching defs:fd_uobj
1673 struct ib_uobject *fd_uobj;
1698 fd_uobj = uverbs_attr_get_uobject(attrs,
1700 if (IS_ERR(fd_uobj))
1701 return PTR_ERR(fd_uobj);
1703 ev_file = container_of(fd_uobj, struct devx_async_cmd_event_file,
1902 struct ib_uobject *fd_uobj;
1928 fd_uobj = uverbs_attr_get_uobject(attrs,
1930 if (IS_ERR(fd_uobj))
1931 return PTR_ERR(fd_uobj);
1933 ev_file = container_of(fd_uobj, struct devx_async_event_file,