Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Duverbs_ioctl.h391 #define UAPI_DEF_OBJ_NEEDS_FN(ibdev_fn) \ argument
396 offsetof(struct ib_device_ops, ibdev_fn) + \
398 ibdev_fn) != \
406 #define UAPI_DEF_METHOD_NEEDS_FN(ibdev_fn) \ argument
411 offsetof(struct ib_device_ops, ibdev_fn) + \
413 ibdev_fn) != \
/linux/drivers/infiniband/core/
H A Duverbs_uapi.c307 void **ibdev_fn = in uapi_merge_def() local
310 if (*ibdev_fn) in uapi_merge_def()