Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 15 of 15) sorted by relevance

/include/rdma/
Duverbs_std_types.h51 #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 …]
Duverbs_ioctl.h484 #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/
Drvt-abi.h14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
Dib_user_ioctl_verbs.h41 #define RDMA_UAPI_PTR(_type, _name) __aligned_u64 _name argument
/include/linux/
Dgeneric-radix-tree.h69 #define GENRADIX(_type) \ argument
72 _type type[0] __aligned(1); \
75 #define DEFINE_GENRADIX(_name, _type) \ argument
76 GENRADIX(_type) _name = __GENRADIX_INITIALIZER
Dmoduleparam.h28 #define __MODULE_PARM_TYPE(name, _type) \ argument
29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
Dgenl_magic_func.h36 #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
Dsyscalls.h829 asmlinkage long sys_add_key(const char __user *_type,
834 asmlinkage long sys_request_key(const char __user *_type,
/include/drm/
Ddrm_hashtab.h40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/include/linux/usb/
Drenesas_usbhs.h114 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument
115 .type = (_type), \
Dgadget.h181 #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/
Dconstants.h122 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument
124 SCTP_ST_## _name (_type _arg) \
/include/linux/iio/adc/
Dad_sigma_delta.h133 _storagebits, _shift, _extend_name, _type, _mask_all) \ argument
135 .type = (_type), \
/include/net/
Ddevlink.h450 #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/
Dadis.h206 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument
207 .type = (_type), \