Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c83 sizeof(*pbundle->bundle.attrs) * method_elm->key_bitmap_len + in uapi_compute_bundle_size()
424 pbundle->method_elm->key_bitmap_len))) in ib_uverbs_run_method()
475 unsigned int key_bitmap_len = pbundle->method_elm->key_bitmap_len; in bundle_destroy() local
481 while ((i = find_next_bit(pbundle->uobj_finalize, key_bitmap_len, in bundle_destroy()
482 i + 1)) < key_bitmap_len) { in bundle_destroy()
492 while ((i = find_next_bit(pbundle->spec_finalize, key_bitmap_len, in bundle_destroy()
493 i + 1)) < key_bitmap_len) { in bundle_destroy()
567 pbundle->internal_used = ALIGN(pbundle->method_elm->key_bitmap_len * in ib_uverbs_cmd_verbs()
H A Drdma_core.h96 u8 key_bitmap_len; member
H A Dib_uverbs_uapi.c411 method_elm->key_bitmap_len = max_bkey + 1; in uapi_finalize_ioctl_method()
412 WARN_ON(method_elm->key_bitmap_len > UVERBS_API_ATTR_BKEY_LEN); in uapi_finalize_ioctl_method()