/include/rdma/ |
D | uverbs_std_types.h | 51 #define uobj_get_read(_type, _id, _attrs) \ argument 52 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 56 #define ufd_get_read(_type, _fdnum, _attrs) \ argument 57 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 67 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 69 uobj_get_read(_type, _id, _attrs))) 71 #define uobj_get_write(_type, _id, _attrs) \ argument 72 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 78 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 79 __uobj_perform_destroy(uobj_get_type(_attrs, _type), \ [all …]
|
D | uverbs_ioctl.h | 484 #define UVERBS_ATTR_TYPE(_type) \ argument 485 .u.ptr.min_len = sizeof(_type), .u.ptr.len = sizeof(_type) 492 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument 494 UVERBS_ATTR_SIZE(((uintptr_t)(&((_type *)0)->_last + 1)), \ 495 sizeof(_type)) 552 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument 556 _type, \ 559 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument 563 _type, \
|
/include/uapi/rdma/ |
D | rvt-abi.h | 14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
|
D | ib_user_ioctl_verbs.h | 41 #define RDMA_UAPI_PTR(_type, _name) __aligned_u64 _name argument
|
/include/linux/ |
D | generic-radix-tree.h | 69 #define GENRADIX(_type) \ argument 72 _type type[0] __aligned(1); \ 75 #define DEFINE_GENRADIX(_name, _type) \ argument 76 GENRADIX(_type) _name = __GENRADIX_INITIALIZER
|
D | moduleparam.h | 28 #define __MODULE_PARM_TYPE(name, _type) \ argument 29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
|
D | genl_magic_func.h | 36 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 41 #define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \ argument
|
D | syscalls.h | 829 asmlinkage long sys_add_key(const char __user *_type, 834 asmlinkage long sys_request_key(const char __user *_type,
|
/include/drm/ |
D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
/include/linux/usb/ |
D | renesas_usbhs.h | 114 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument 115 .type = (_type), \
|
D | gadget.h | 181 #define USB_EP_CAPS(_type, _dir) \ argument 183 .type_control = !!(_type & USB_EP_CAPS_TYPE_CONTROL), \ 184 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \ 185 .type_bulk = !!(_type & USB_EP_CAPS_TYPE_BULK), \ 186 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
|
/include/net/sctp/ |
D | constants.h | 122 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument 124 SCTP_ST_## _name (_type _arg) \
|
/include/linux/iio/adc/ |
D | ad_sigma_delta.h | 133 _storagebits, _shift, _extend_name, _type, _mask_all) \ argument 135 .type = (_type), \
|
/include/net/ |
D | devlink.h | 450 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 454 .type = _type, \ 616 #define DEVLINK_TRAP_GENERIC(_type, _init_action, _id, _group, _metadata_cap) \ argument 618 .type = DEVLINK_TRAP_TYPE_##_type, \ 627 #define DEVLINK_TRAP_DRIVER(_type, _init_action, _id, _name, _group, \ argument 630 .type = DEVLINK_TRAP_TYPE_##_type, \
|
/include/linux/iio/imu/ |
D | adis.h | 206 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 207 .type = (_type), \
|