attr_bkey         166 drivers/infiniband/core/uverbs_ioctl.c 				     u32 attr_bkey)
attr_bkey         219 drivers/infiniband/core/uverbs_ioctl.c 	__set_bit(attr_bkey, pbundle->spec_finalize);
attr_bkey         245 drivers/infiniband/core/uverbs_ioctl.c 			       struct ib_uverbs_attr *uattr, u32 attr_bkey)
attr_bkey         248 drivers/infiniband/core/uverbs_ioctl.c 	struct uverbs_attr *e = &pbundle->bundle.attrs[attr_bkey];
attr_bkey         332 drivers/infiniband/core/uverbs_ioctl.c 		__set_bit(attr_bkey, pbundle->uobj_finalize);
attr_bkey         348 drivers/infiniband/core/uverbs_ioctl.c 						 attr_bkey);
attr_bkey         388 drivers/infiniband/core/uverbs_ioctl.c 	u32 attr_bkey = uapi_bkey_attr(attr_key);
attr_bkey         406 drivers/infiniband/core/uverbs_ioctl.c 	if (test_bit(attr_bkey, pbundle->bundle.attr_present))
attr_bkey         409 drivers/infiniband/core/uverbs_ioctl.c 	ret = uverbs_process_attr(pbundle, attr, uattr, attr_bkey);
attr_bkey         413 drivers/infiniband/core/uverbs_ioctl.c 	__set_bit(attr_bkey, pbundle->bundle.attr_present);
attr_bkey         371 drivers/infiniband/core/uverbs_uapi.c 		u32 attr_bkey = uapi_bkey_attr(attr_key);
attr_bkey         379 drivers/infiniband/core/uverbs_uapi.c 			__set_bit(attr_bkey, method_elm->attr_mandatory);
attr_bkey         404 drivers/infiniband/core/uverbs_uapi.c 				method_elm->destroy_bkey = attr_bkey;
attr_bkey         407 drivers/infiniband/core/uverbs_uapi.c 		max_bkey = max(max_bkey, attr_bkey);
attr_bkey         310 include/rdma/uverbs_ioctl.h static inline __attribute_const__ u32 uapi_bkey_to_key_attr(u32 attr_bkey)
attr_bkey         312 include/rdma/uverbs_ioctl.h 	return attr_bkey + 1;