Searched refs:res_uobj (Results 1 – 1 of 1) sorted by relevance
227 struct ib_uobject *res_uobj; in UVERBS_HANDLER() local246 res_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()248 if (IS_ERR(res_uobj)) in UVERBS_HANDLER()249 return PTR_ERR(res_uobj); in UVERBS_HANDLER()250 cq = container_of(res_uobj->object, struct bnxt_re_cq, ib_cq); in UVERBS_HANDLER()262 res_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()264 if (IS_ERR(res_uobj)) in UVERBS_HANDLER()265 return PTR_ERR(res_uobj); in UVERBS_HANDLER()266 srq = container_of(res_uobj->object, struct bnxt_re_srq, ib_srq); in UVERBS_HANDLER()301 res_uobj = xa_load(&uctx->cq_xa, res_id); in UVERBS_HANDLER()[all …]