Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c50 sizeof(*bundle->attrs) * method_elm->key_bitmap_len + in uapi_compute_bundle_size()
426 bundle->method_elm->key_bitmap_len))) in ib_uverbs_run_method()
475 unsigned int key_bitmap_len = pbundle->bundle.method_elm->key_bitmap_len; in bundle_destroy() local
483 while ((i = find_next_bit(pbundle->uobj_finalize, key_bitmap_len, in bundle_destroy()
484 i + 1)) < key_bitmap_len) { in bundle_destroy()
495 while ((i = find_next_bit(pbundle->spec_finalize, key_bitmap_len, in bundle_destroy()
496 i + 1)) < key_bitmap_len) { in bundle_destroy()
573 pbundle->bundle.method_elm->key_bitmap_len * in ib_uverbs_cmd_verbs()
H A Duverbs_uapi.c408 method_elm->key_bitmap_len = max_bkey + 1; in uapi_finalize_ioctl_method()
409 WARN_ON(method_elm->key_bitmap_len > UVERBS_API_ATTR_BKEY_LEN); in uapi_finalize_ioctl_method()