Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/core/
H A Duverbs_std_types_srq.c45 struct ib_uobject *xrcd_uobj; in UVERBS_HANDLER() local
76 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
78 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
79 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
84 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_std_types_qp.c97 struct ib_uobject *xrcd_uobj = NULL; in UVERBS_HANDLER() local
125 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
127 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
128 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
130 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
273 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_cmd.c1344 if (IS_ERR(xrcd_uobj)) { in create_qp()
1477 uobj_put_read(xrcd_uobj); in create_qp()
1509 if (!IS_ERR(xrcd_uobj)) in create_qp()
1510 uobj_put_read(xrcd_uobj); in create_qp()
1584 struct ib_uobject *xrcd_uobj; in ib_uverbs_open_qp() local
1597 if (IS_ERR(xrcd_uobj)) { in ib_uverbs_open_qp()
1627 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
1635 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
3381 if (IS_ERR(xrcd_uobj)) { in __uverbs_create_xsrq()
3436 uobj_put_read(xrcd_uobj); in __uverbs_create_xsrq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/core/
H A Duverbs_std_types_srq.c45 struct ib_uobject *xrcd_uobj; in UVERBS_HANDLER() local
76 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
78 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
79 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
84 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_std_types_qp.c97 struct ib_uobject *xrcd_uobj = NULL; in UVERBS_HANDLER() local
125 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
127 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
128 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
130 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
273 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_cmd.c1344 if (IS_ERR(xrcd_uobj)) { in create_qp()
1477 uobj_put_read(xrcd_uobj); in create_qp()
1509 if (!IS_ERR(xrcd_uobj)) in create_qp()
1510 uobj_put_read(xrcd_uobj); in create_qp()
1584 struct ib_uobject *xrcd_uobj; in ib_uverbs_open_qp() local
1597 if (IS_ERR(xrcd_uobj)) { in ib_uverbs_open_qp()
1627 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
1635 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
3381 if (IS_ERR(xrcd_uobj)) { in __uverbs_create_xsrq()
3436 uobj_put_read(xrcd_uobj); in __uverbs_create_xsrq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/core/
H A Duverbs_std_types_srq.c45 struct ib_uobject *xrcd_uobj; in UVERBS_HANDLER() local
76 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
78 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
79 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
84 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_std_types_qp.c97 struct ib_uobject *xrcd_uobj = NULL; in UVERBS_HANDLER() local
125 xrcd_uobj = uverbs_attr_get_uobject(attrs, in UVERBS_HANDLER()
127 if (IS_ERR(xrcd_uobj)) in UVERBS_HANDLER()
128 return PTR_ERR(xrcd_uobj); in UVERBS_HANDLER()
130 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
273 obj->uxrcd = container_of(xrcd_uobj, struct ib_uxrcd_object, in UVERBS_HANDLER()
H A Duverbs_cmd.c1344 if (IS_ERR(xrcd_uobj)) { in create_qp()
1477 uobj_put_read(xrcd_uobj); in create_qp()
1509 if (!IS_ERR(xrcd_uobj)) in create_qp()
1510 uobj_put_read(xrcd_uobj); in create_qp()
1584 struct ib_uobject *xrcd_uobj; in ib_uverbs_open_qp() local
1597 if (IS_ERR(xrcd_uobj)) { in ib_uverbs_open_qp()
1627 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
1635 uobj_put_read(xrcd_uobj); in ib_uverbs_open_qp()
3381 if (IS_ERR(xrcd_uobj)) { in __uverbs_create_xsrq()
3436 uobj_put_read(xrcd_uobj); in __uverbs_create_xsrq()
[all …]