Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/Linux-v4.19/drivers/scsi/aic7xxx/
Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
189 #define STAILQ_FOREACH(var, head, field) \ argument
199 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
205 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
211 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
/Linux-v4.19/include/net/
Dsnmp.h126 #define __SNMP_INC_STATS(mib, field) \ argument
129 #define SNMP_INC_STATS_ATOMIC_LONG(mib, field) \ argument
132 #define SNMP_INC_STATS(mib, field) \ argument
135 #define SNMP_DEC_STATS(mib, field) \ argument
138 #define __SNMP_ADD_STATS(mib, field, addend) \ argument
141 #define SNMP_ADD_STATS(mib, field, addend) \ argument
159 #define __SNMP_ADD_STATS64(mib, field, addend) \ argument
167 #define SNMP_ADD_STATS64(mib, field, addend) \ argument
174 #define __SNMP_INC_STATS64(mib, field) SNMP_ADD_STATS64(mib, field, 1) argument
175 #define SNMP_INC_STATS64(mib, field) SNMP_ADD_STATS64(mib, field, 1) argument
[all …]
Dicmp.h32 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field) argument
33 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field) argument
34 #define ICMPMSGOUT_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, … argument
35 #define ICMPMSGIN_INC_STATS(net, field) SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, … argument
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu_helper.h112 #define PHM_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
113 #define PHM_FIELD_MASK(reg, field) reg##__##field##_MASK argument
115 #define PHM_SET_FIELD(origval, reg, field, fieldval) \ argument
119 #define PHM_GET_FIELD(value, reg, field) \ argument
126 #define PHM_READ_FIELD(device, reg, field) \ argument
129 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \ argument
133 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \ argument
137 #define PHM_WRITE_FIELD(device, reg, field, fieldval) \ argument
141 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
146 #define PHM_WRITE_VFPF_INDIRECT_FIELD(device, port, reg, field, fieldval) \ argument
[all …]
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c422 #define sas_phy_show_simple(field, name, format_string, cast) \ argument
432 #define sas_phy_simple_attr(field, name, format_string, type) \ argument
436 #define sas_phy_show_protocol(field, name) \ argument
448 #define sas_phy_protocol_attr(field, name) \ argument
452 #define sas_phy_show_linkspeed(field) \ argument
463 #define sas_phy_store_linkspeed(field) \ argument
485 #define sas_phy_linkspeed_rw_attr(field) \ argument
491 #define sas_phy_linkspeed_attr(field) \ argument
496 #define sas_phy_show_linkerror(field) \ argument
512 #define sas_phy_linkerror_attr(field) \ argument
[all …]
Dscsi_transport_fc.c703 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
719 #define fc_rport_store_function(field) \ argument
741 #define fc_rport_rd_attr(field, format_string, sz) \ argument
746 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
751 #define fc_rport_rw_attr(field, format_string, sz) \ argument
759 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
768 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
773 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
795 #define SETUP_RPORT_ATTRIBUTE_RD(field) \ argument
803 #define SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(field) \ argument
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h33 #define PNX833X_BIT(val, reg, field) ((val) & PNX833X_##reg##_##field) argument
34 #define PNX833X_REGBIT(reg, field) PNX833X_BIT(PNX833X_##reg, reg, field) argument
37 #define PNX_FIELD(cpu, val, reg, field) \ argument
40 #define PNX833X_FIELD(val, reg, field) PNX_FIELD(833X, val, reg, field) argument
41 #define PNX8330_FIELD(val, reg, field) PNX_FIELD(8330, val, reg, field) argument
42 #define PNX8335_FIELD(val, reg, field) PNX_FIELD(8335, val, reg, field) argument
45 #define PNX833X_REGFIELD(reg, field) PNX833X_FIELD(PNX833X_##reg, reg, field) argument
46 #define PNX8330_REGFIELD(reg, field) PNX8330_FIELD(PNX8330_##reg, reg, field) argument
47 #define PNX8335_REGFIELD(reg, field) PNX8335_FIELD(PNX8335_##reg, reg, field) argument
50 #define PNX_WRITEFIELD(cpu, val, reg, field) \ argument
[all …]
/Linux-v4.19/drivers/xen/xen-pciback/
Dconf_space.c45 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
73 const struct config_field *field = entry->field; in conf_space_write() local
151 const struct config_field *field; in xen_pcibk_config_read() local
211 const struct config_field *field; in xen_pcibk_config_write() local
293 const struct config_field *field; in xen_pcibk_config_free_dyn_fields() local
319 const struct config_field *field; in xen_pcibk_config_reset_dev() local
337 const struct config_field *field; in xen_pcibk_config_free_dev() local
356 const struct config_field *field, in xen_pcibk_config_add_field_offset()
/Linux-v4.19/drivers/clk/st/
Dclkgen.h22 struct clkgen_field *field) in clkgen_read()
28 static inline void clkgen_write(void __iomem *base, struct clkgen_field *field, in clkgen_write()
44 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument
47 #define CLKGEN_WRITE(pll, field, val) clkgen_write(pll->regs_base, \ argument
/Linux-v4.19/include/trace/
Dperf.h11 #define __get_dynamic_array(field) \ argument
15 #define __get_dynamic_array_len(field) \ argument
19 #define __get_str(field) ((char *)__get_dynamic_array(field)) argument
22 #define __get_bitmask(field) (char *)__get_dynamic_array(field) argument
Dbpf_probe.h11 #define __get_dynamic_array(field) \ argument
15 #define __get_dynamic_array_len(field) \ argument
19 #define __get_str(field) ((char *)__get_dynamic_array(field)) argument
22 #define __get_bitmask(field) (char *)__get_dynamic_array(field) argument
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dexp_rcv.h60 #define EXP_TID_GET(tid, field) \ argument
63 #define EXP_TID_SET(field, value) \ argument
66 #define EXP_TID_CLEAR(tid, field) ({ \ argument
70 #define EXP_TID_RESET(tid, field, value) do { \ argument
100 #define KDETH_GET(val, field) \ argument
102 #define KDETH_SET(dw, field, val) do { \ argument
110 #define KDETH_RESET(dw, field, val) ({ dw = 0; KDETH_SET(dw, field, val); }) argument
/Linux-v4.19/lib/
Dtest_bitfield.c12 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ argument
27 #define CHECK_ENC_GET_LE(tp, v, field, res) do { \ argument
43 #define CHECK_ENC_GET_BE(tp, v, field, res) do { \ argument
59 #define CHECK_ENC_GET(tp, v, field, res) do { \ argument
/Linux-v4.19/kernel/trace/
Dtrace_output.c29 struct bputs_entry *field; in trace_print_bputs_msg_only() local
42 struct bprint_entry *field; in trace_print_bprintk_msg_only() local
55 struct print_entry *field; in trace_print_printk_msg_only() local
844 struct ftrace_entry *field; in trace_fn_trace() local
864 struct ftrace_entry *field; in trace_fn_raw() local
878 struct ftrace_entry *field; in trace_fn_hex() local
892 struct ftrace_entry *field; in trace_fn_bin() local
919 struct ctx_switch_entry *field; in trace_ctxwake_print() local
956 struct ctx_switch_entry *field; in trace_ctxwake_raw() local
991 struct ctx_switch_entry *field; in trace_ctxwake_hex() local
[all …]
/Linux-v4.19/drivers/ata/
Dlibata-transport.c204 #define ata_port_show_simple(field, name, format_string, cast) \ argument
214 #define ata_port_simple_attr(field, name, format_string, type) \ argument
330 #define ata_link_show_linkspeed(field, format) \ argument
340 #define ata_link_linkspeed_attr(field, format) \ argument
455 #define ata_dev_show_class(title, field) \ argument
465 #define ata_dev_attr(title, field) \ argument
475 #define ata_dev_show_simple(field, format_string, cast) \ argument
485 #define ata_dev_simple_attr(field, format_string, type) \ argument
691 #define SETUP_TEMPLATE(attrb, field, perm, test) \ argument
698 #define SETUP_LINK_ATTRIBUTE(field) \ argument
[all …]
/Linux-v4.19/tools/lib/traceevent/
Dplugin_sched_switch.c47 static void write_and_save_comm(struct format_field *field, in write_and_save_comm()
71 struct format_field *field; in sched_wakeup_handler() local
100 struct format_field *field; in sched_switch_handler() local
/Linux-v4.19/drivers/hid/
Dhid-icade.c167 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event()
192 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping()
215 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
Dhid-microsoft.c134 static int ms_surface_dial_quirk(struct hid_input *hi, struct hid_field *field, in ms_surface_dial_quirk()
159 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping()
185 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped()
196 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event()
/Linux-v4.19/arch/mips/include/uapi/asm/
Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
22 #define __BITFIELD_FIELD(field, more) \ argument
/Linux-v4.19/net/mac80211/
Ddebugfs_netdev.c70 #define IEEE80211_IF_FMT(name, field, format_string) \ argument
77 #define IEEE80211_IF_FMT_DEC(name, field) \ argument
79 #define IEEE80211_IF_FMT_HEX(name, field) \ argument
81 #define IEEE80211_IF_FMT_LHEX(name, field) \ argument
83 #define IEEE80211_IF_FMT_SIZE(name, field) \ argument
86 #define IEEE80211_IF_FMT_HEXARRAY(name, field) \ argument
101 #define IEEE80211_IF_FMT_ATOMIC(name, field) \ argument
109 #define IEEE80211_IF_FMT_MAC(name, field) \ argument
117 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, field) \ argument
167 #define IEEE80211_IF_FILE(name, field, format) \ argument
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dcgs_common.h121 #define CGS_REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT argument
122 #define CGS_REG_FIELD_MASK(reg, field) reg##__##field##_MASK argument
124 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument
128 #define CGS_REG_GET_FIELD(value, reg, field) \ argument
131 #define CGS_WREG32_FIELD(device, reg, field, val) \ argument
134 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument
/Linux-v4.19/drivers/hwspinlock/
Dqcom_hwspinlock.c25 struct regmap_field *field = lock->priv; in qcom_hwspinlock_trylock() local
42 struct regmap_field *field = lock->priv; in qcom_hwspinlock_unlock() local
78 struct reg_field field; in qcom_hwspinlock_probe() local
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/
Dmac.h87 #define SET_REG_BITS(var, field, val) \ argument
90 #define SET_REG_BIT(var, field, val) \ argument
93 #define GET_REG_BITS(var, field) \ argument
96 #define GET_REG_BIT(var, field) ((var) & (field)) argument
/Linux-v4.19/drivers/net/ethernet/sfc/
Dbitfield.h48 #define EFX_VAL(field, attribute) field ## _ ## attribute argument
50 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN) argument
52 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH) argument
54 #define EFX_HIGH_BIT(field) (EFX_LOW_BIT(field) + EFX_WIDTH(field) - 1) argument
171 #define EFX_OWORD_FIELD64(oword, field) \ argument
175 #define EFX_QWORD_FIELD64(qword, field) \ argument
179 #define EFX_OWORD_FIELD32(oword, field) \ argument
183 #define EFX_QWORD_FIELD32(qword, field) \ argument
187 #define EFX_DWORD_FIELD(dword, field) \ argument
268 #define EFX_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dbitfield.h48 #define EF4_VAL(field, attribute) field ## _ ## attribute argument
50 #define EF4_LOW_BIT(field) EF4_VAL(field, LBN) argument
52 #define EF4_WIDTH(field) EF4_VAL(field, WIDTH) argument
54 #define EF4_HIGH_BIT(field) (EF4_LOW_BIT(field) + EF4_WIDTH(field) - 1) argument
171 #define EF4_OWORD_FIELD64(oword, field) \ argument
175 #define EF4_QWORD_FIELD64(qword, field) \ argument
179 #define EF4_OWORD_FIELD32(oword, field) \ argument
183 #define EF4_QWORD_FIELD32(qword, field) \ argument
187 #define EF4_DWORD_FIELD(dword, field) \ argument
268 #define EF4_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
[all …]

12345678910>>...22