Home
last modified time | relevance | path

Searched refs:ibdev_fn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Duverbs_ioctl.h387 * Object is only supported if the function pointer named ibdev_fn in struct
390 #define UAPI_DEF_OBJ_NEEDS_FN(ibdev_fn) \
395 offsetof(struct ib_device_ops, ibdev_fn) + \
397 ibdev_fn) != \
402 * Method is only supported if the function pointer named ibdev_fn in struct
405 #define UAPI_DEF_METHOD_NEEDS_FN(ibdev_fn) \
410 offsetof(struct ib_device_ops, ibdev_fn) + \
412 ibdev_fn) != \
/kernel/linux/linux-6.6/include/rdma/
H A Duverbs_ioctl.h388 * Object is only supported if the function pointer named ibdev_fn in struct
391 #define UAPI_DEF_OBJ_NEEDS_FN(ibdev_fn) \
396 offsetof(struct ib_device_ops, ibdev_fn) + \
398 ibdev_fn) != \
403 * Method is only supported if the function pointer named ibdev_fn in struct
406 #define UAPI_DEF_METHOD_NEEDS_FN(ibdev_fn) \
411 offsetof(struct ib_device_ops, ibdev_fn) + \
413 ibdev_fn) != \
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_uapi.c310 void **ibdev_fn = in uapi_merge_def() local
313 if (*ibdev_fn) in uapi_merge_def()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_uapi.c307 void **ibdev_fn = in uapi_merge_def() local
310 if (*ibdev_fn) in uapi_merge_def()

Completed in 6 milliseconds