Home
last modified time | relevance | path

Searched defs:__field (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00reg.h235 #define SET_FIELD(__reg, __type, __field, __value)\ argument
244 #define GET_FIELD(__reg, __type, __field) \ argument
251 #define rt2x00_set_field32(__reg, __field, __value) \ argument
253 #define rt2x00_get_field32(__reg, __field) \ argument
256 #define rt2x00_set_field16(__reg, __field, __value) \ argument
258 #define rt2x00_get_field16(__reg, __field) \ argument
261 #define rt2x00_set_field8(__reg, __field, __value) \ argument
263 #define rt2x00_get_field8(__reg, __field) \ argument
/linux/include/net/netfilter/
H A Dnf_tables_offload.h79 NFT_OFFLOAD_MATCH_FLAGS(__key,__base,__field,__len,__reg,__flags) global() argument
88 NFT_OFFLOAD_MATCH(__key,__base,__field,__len,__reg) global() argument
91 NFT_OFFLOAD_MATCH_EXACT(__key,__base,__field,__len,__reg) global() argument
/linux/kernel/trace/
H A Dtrace_export.c40 #define __field(type, item) type item; macro
105 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) macro
150 #define __field(type, item) macro
H A Dtrace.h66 #define __field(type, item) type item; macro
/linux/arch/powerpc/perf/req-gen/
H A D_request-begin.h6 #define __field(f_offset, f_bytes, f_name) \ macro
/linux/fs/smb/client/
H A Dsmb1maperror_test.c17 #define DEFINE_CHECK_SEARCH_FUNC(__struct_name, __field, \ argument
H A Dsmb1maperror.c197 #define DEFINE_CHECK_SORT_FUNC(__array, __field) \ argument
/linux/include/linux/
H A Dgenl_magic_func.h37 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ macro
188 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
358 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
383 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
H A Dgenl_magic_struct.h148 #define __field(attr_nr, attr_flag, name, nla_type, type, \ macro
217 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
241 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
260 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ macro
H A Dtrace_remote_event.h26 #define re_field(__type, __field) __type __field; argument
H A Dslab.h494 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h40 #define ELF_GEN_FIELD_GET_SET(__s, __field, __type) \ argument
/linux/include/trace/
H A Ddefine_remote_events.h51 #define re_field(__type, __field) \ argument
/linux/include/trace/stages/
H A Dstage1_struct_define.h6 #define __field(type, item) type item; macro
H A Dstage4_event_fields.h20 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) macro
H A Dstage2_data_offsets.h12 #define __field(type, item) macro
H A Dstage5_get_offsets.h32 #define __field(type, item) \ macro
H A Dstage6_event_callback.h12 #define __field(type, item) macro
/linux/drivers/media/common/
H A Dcx2341x.c1022 #define CMP_FIELD(__old, __new, __field) (__old->__field != __new->__field) argument
/linux/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c271 #define __field(type) __array_offs(type, 1, NULL) macro
/linux/net/netfilter/
H A Dnf_flow_table_offload.c31 NF_FLOW_DISSECTOR(__match,__type,__field) global() argument
/linux/net/bluetooth/
H A Dhci_debugfs.c77 #define DEFINE_INFO_ATTRIBUTE(__name, __field) \ argument
/linux/drivers/firmware/efi/libstub/
H A Defistub.h1239 #define efi_get_smbios_string(__record, __field) ({ \ argument