action           1425 arch/arm/common/sa1111.c static int sa1111_notifier_call(struct notifier_block *n, unsigned long action,
action           1430 arch/arm/common/sa1111.c 	switch (action) {
action           1026 arch/arm/kernel/hw_breakpoint.c static int dbg_cpu_pm_notify(struct notifier_block *self, unsigned long action,
action           1029 arch/arm/kernel/hw_breakpoint.c 	if (action == CPU_PM_EXIT)
action            363 arch/arm/mach-mvebu/pmsu.c 				    unsigned long action, void *hcpu)
action            365 arch/arm/mach-mvebu/pmsu.c 	if (action == CPU_PM_ENTER) {
action            368 arch/arm/mach-mvebu/pmsu.c 	} else if (action == CPU_PM_EXIT) {
action             74 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c 				  unsigned long action, void *data)
action             87 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c 	dev_dbg(dev, "%s: %ld, IRQC_MONITOR = 0x%x\n", __func__, action, mon);
action             91 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c 	if (action != BUS_NOTIFY_ADD_DEVICE || dev->type == &i2c_adapter_type)
action             98 arch/arm/mach-zynq/slcr.c 			     unsigned long action, void *data)
action            158 arch/arm/mm/cache-b15-rac.c 				   unsigned long action,
action            165 arch/arm/mm/cache-b15-rac.c 	if (action == SYS_RESTART) {
action            343 arch/arm/probes/decode.c 		int action, probes_opcode_t insn,
action            355 arch/arm/probes/decode.c 		probes_check_t *checker_func = (*p)[action].checker;
action            472 arch/arm/probes/decode.c 			int action = d->decoder.action;
action            474 arch/arm/probes/decode.c 			err = run_checkers(checkers, action, origin_insn, asi, h);
action            477 arch/arm/probes/decode.c 			return actions[action].decoder(insn, asi, h);
action            483 arch/arm/probes/decode.c 			int action = d->handler.action;
action            485 arch/arm/probes/decode.c 			err = run_checkers(checkers, action, origin_insn, asi, h);
action            488 arch/arm/probes/decode.c 			asi->insn_handler = actions[action].handler;
action            495 arch/arm/probes/decode.c 			int action = d->handler.action;
action            497 arch/arm/probes/decode.c 			err = run_checkers(checkers, action, origin_insn, asi, h);
action            502 arch/arm/probes/decode.c 				return actions[action].decoder(insn, asi, h);
action            504 arch/arm/probes/decode.c 			asi->insn_handler = actions[action].handler;
action            297 arch/arm/probes/decode.h 	int			action;
action            351 arch/arm/probes/decode.h 	{.action = (_decoder)}
action            361 arch/arm/probes/decode.h 	{.action = (_handler)}
action            374 arch/arm/probes/decode.h 	{.action = (_handler)}
action            126 arch/ia64/include/asm/hw_irq.h extern void ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action);
action            610 arch/ia64/kernel/irq_ia64.c ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action)
action            618 arch/ia64/kernel/irq_ia64.c 	if (action)
action            619 arch/ia64/kernel/irq_ia64.c 		setup_irq(irq, action);
action             23 arch/mips/cavium-octeon/cpu.c static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action,
action             29 arch/mips/cavium-octeon/cpu.c 	switch (action) {
action             56 arch/mips/cavium-octeon/smp.c 	u64 action;
action             71 arch/mips/cavium-octeon/smp.c 	action = cvmx_read_csr(mbox_clrx);
action             74 arch/mips/cavium-octeon/smp.c 		action &= 0xff;
action             76 arch/mips/cavium-octeon/smp.c 		action &= 0xffff;
action             79 arch/mips/cavium-octeon/smp.c 	cvmx_write_csr(mbox_clrx, action);
action             81 arch/mips/cavium-octeon/smp.c 	for (i = 0; i < ARRAY_SIZE(octeon_message_functions) && action;) {
action             82 arch/mips/cavium-octeon/smp.c 		if (action & 1) {
action             88 arch/mips/cavium-octeon/smp.c 		action >>= 1;
action             99 arch/mips/cavium-octeon/smp.c void octeon_send_ipi_single(int cpu, unsigned int action)
action            106 arch/mips/cavium-octeon/smp.c 	cvmx_write_csr(CVMX_CIU_MBOX_SETX(coreid), action);
action            110 arch/mips/cavium-octeon/smp.c 					unsigned int action)
action            115 arch/mips/cavium-octeon/smp.c 		octeon_send_ipi_single(i, action);
action            476 arch/mips/cavium-octeon/smp.c static void octeon_78xx_send_ipi_single(int cpu, unsigned int action)
action            481 arch/mips/cavium-octeon/smp.c 		if (action & 1)
action            483 arch/mips/cavium-octeon/smp.c 		action >>= 1;
action            488 arch/mips/cavium-octeon/smp.c 				      unsigned int action)
action            493 arch/mips/cavium-octeon/smp.c 		octeon_78xx_send_ipi_single(cpu, action);
action             63 arch/mips/dec/ecc-berr.c 	int action = MIPS_BE_FATAL;
action             74 arch/mips/dec/ecc-berr.c 		return action;
action             97 arch/mips/dec/ecc-berr.c 		action = MIPS_BE_FIXUP;
action            150 arch/mips/dec/ecc-berr.c 				action = MIPS_BE_DISCARD;
action            183 arch/mips/dec/ecc-berr.c 	if (action != MIPS_BE_FIXUP)
action            187 arch/mips/dec/ecc-berr.c 	if (action != MIPS_BE_FIXUP && erraddr & KN0X_EAR_ECCERR)
action            190 arch/mips/dec/ecc-berr.c 	return action;
action            202 arch/mips/dec/ecc-berr.c 	int action = dec_ecc_be_backend(regs, 0, 1);
action            204 arch/mips/dec/ecc-berr.c 	if (action == MIPS_BE_DISCARD)
action             85 arch/mips/dec/kn01-berr.c 	int action = MIPS_BE_FATAL;
action            134 arch/mips/dec/kn01-berr.c 		action = MIPS_BE_FIXUP;
action            136 arch/mips/dec/kn01-berr.c 	if (action != MIPS_BE_FIXUP)
action            140 arch/mips/dec/kn01-berr.c 	return action;
action            152 arch/mips/dec/kn01-berr.c 	int action;
action            157 arch/mips/dec/kn01-berr.c 	action = dec_kn01_be_backend(regs, 0, 1);
action            159 arch/mips/dec/kn01-berr.c 	if (action == MIPS_BE_DISCARD)
action             58 arch/mips/dec/kn02xa-berr.c 	int action = MIPS_BE_FATAL;
action             80 arch/mips/dec/kn02xa-berr.c 		action = MIPS_BE_FIXUP;
action             82 arch/mips/dec/kn02xa-berr.c 	if (action != MIPS_BE_FIXUP)
action             86 arch/mips/dec/kn02xa-berr.c 	if (action != MIPS_BE_FIXUP && address < 0x10000000)
action             95 arch/mips/dec/kn02xa-berr.c 	return action;
action            106 arch/mips/dec/kn02xa-berr.c 	int action = dec_kn02xa_be_backend(regs, 0, 1);
action            108 arch/mips/dec/kn02xa-berr.c 	if (action == MIPS_BE_DISCARD)
action             17 arch/mips/include/asm/cmp.h extern void cmp_send_ipi(int cpu, unsigned int action);
action             25 arch/mips/include/asm/smp-ops.h 	void (*send_ipi_single)(int cpu, unsigned int action);
action             26 arch/mips/include/asm/smp-ops.h 	void (*send_ipi_mask)(const struct cpumask *mask, unsigned int action);
action             51 arch/mips/include/asm/smp-ops.h extern void mips_smp_send_ipi_single(int cpu, unsigned int action);
action             53 arch/mips/include/asm/smp-ops.h 				      unsigned int action);
action            137 arch/mips/jazz/irq.c 	struct irqaction *action = &r4030_timer_irqaction;
action            144 arch/mips/jazz/irq.c 	action->dev_id = cd;
action            145 arch/mips/jazz/irq.c 	setup_irq(JAZZ_TIMER_IRQ, action);
action            101 arch/mips/kernel/cevt-bcm1480.c 	struct irqaction *action = &per_cpu(sibyte_hpt_irqaction, cpu);
action            136 arch/mips/kernel/cevt-bcm1480.c 	action->handler = sibyte_counter_handler;
action            137 arch/mips/kernel/cevt-bcm1480.c 	action->flags	= IRQF_PERCPU | IRQF_TIMER;
action            138 arch/mips/kernel/cevt-bcm1480.c 	action->name	= name;
action            139 arch/mips/kernel/cevt-bcm1480.c 	action->dev_id	= cd;
action            142 arch/mips/kernel/cevt-bcm1480.c 	setup_irq(irq, action);
action            100 arch/mips/kernel/cevt-sb1250.c 	struct irqaction *action = &per_cpu(sibyte_hpt_irqaction, cpu);
action            136 arch/mips/kernel/cevt-sb1250.c 	action->handler = sibyte_counter_handler;
action            137 arch/mips/kernel/cevt-sb1250.c 	action->flags	= IRQF_PERCPU | IRQF_TIMER;
action            138 arch/mips/kernel/cevt-sb1250.c 	action->name	= name;
action            139 arch/mips/kernel/cevt-sb1250.c 	action->dev_id	= cd;
action            142 arch/mips/kernel/cevt-sb1250.c 	setup_irq(irq, action);
action             62 arch/mips/kernel/smp-bmips.c static void bmips43xx_send_ipi_single(int cpu, unsigned int action);
action             63 arch/mips/kernel/smp-bmips.c static void bmips5000_send_ipi_single(int cpu, unsigned int action);
action            279 arch/mips/kernel/smp-bmips.c static void bmips5000_send_ipi_single(int cpu, unsigned int action)
action            281 arch/mips/kernel/smp-bmips.c 	write_c0_brcm_action(ACTION_SET_IPI(cpu, action == SMP_CALL_FUNCTION));
action            286 arch/mips/kernel/smp-bmips.c 	int action = irq - IPI0_IRQ;
action            288 arch/mips/kernel/smp-bmips.c 	write_c0_brcm_action(ACTION_CLR_IPI(smp_processor_id(), action));
action            290 arch/mips/kernel/smp-bmips.c 	if (action == 0)
action            299 arch/mips/kernel/smp-bmips.c 	unsigned int action)
action            304 arch/mips/kernel/smp-bmips.c 		bmips5000_send_ipi_single(i, action);
action            320 arch/mips/kernel/smp-bmips.c static void bmips43xx_send_ipi_single(int cpu, unsigned int action)
action            326 arch/mips/kernel/smp-bmips.c 	per_cpu(ipi_action_mask, cpu) |= action;
action            334 arch/mips/kernel/smp-bmips.c 	int action, cpu = irq - IPI0_IRQ;
action            337 arch/mips/kernel/smp-bmips.c 	action = __this_cpu_read(ipi_action_mask);
action            342 arch/mips/kernel/smp-bmips.c 	if (action & SMP_RESCHEDULE_YOURSELF)
action            344 arch/mips/kernel/smp-bmips.c 	if (action & SMP_CALL_FUNCTION)
action            351 arch/mips/kernel/smp-bmips.c 	unsigned int action)
action            356 arch/mips/kernel/smp-bmips.c 		bmips43xx_send_ipi_single(i, action);
action             16 arch/mips/kernel/smp-up.c static void up_send_ipi_single(int cpu, unsigned int action)
action             22 arch/mips/kernel/smp-up.c 				    unsigned int action)
action            149 arch/mips/kernel/smp.c void mips_smp_send_ipi_single(int cpu, unsigned int action)
action            151 arch/mips/kernel/smp.c 	mips_smp_send_ipi_mask(cpumask_of(cpu), action);
action            154 arch/mips/kernel/smp.c void mips_smp_send_ipi_mask(const struct cpumask *mask, unsigned int action)
action            162 arch/mips/kernel/smp.c 	switch (action) {
action            223 arch/mips/kernel/smp.c 				    struct irqaction *action)
action            228 arch/mips/kernel/smp.c 	ret = setup_irq(virq, action);
action            445 arch/mips/kernel/traps.c 	int action = MIPS_BE_FATAL;
action            454 arch/mips/kernel/traps.c 		action = MIPS_BE_FIXUP;
action            457 arch/mips/kernel/traps.c 		action = board_be_handler(regs, fixup != NULL);
action            461 arch/mips/kernel/traps.c 	switch (action) {
action           1216 arch/mips/kernel/traps.c static int default_cu2_call(struct notifier_block *nfb, unsigned long action,
action             23 arch/mips/loongson64/loongson-3/cop2-ex.c static int loongson_cu2_call(struct notifier_block *nfb, unsigned long action,
action             29 arch/mips/loongson64/loongson-3/cop2-ex.c 	switch (action) {
action             39 arch/mips/loongson64/loongson-3/smp.c #define loongson3_ipi_write32(action, addr)	\
action             41 arch/mips/loongson64/loongson-3/smp.c 		writel(action, addr);		\
action             45 arch/mips/loongson64/loongson-3/smp.c #define loongson3_ipi_write64(action, addr)	\
action             47 arch/mips/loongson64/loongson-3/smp.c 		writeq(action, addr);		\
action            234 arch/mips/loongson64/loongson-3/smp.c static void loongson3_send_ipi_single(int cpu, unsigned int action)
action            236 arch/mips/loongson64/loongson-3/smp.c 	loongson3_ipi_write32((u32)action, ipi_set0_regs[cpu_logical_map(cpu)]);
action            240 arch/mips/loongson64/loongson-3/smp.c loongson3_send_ipi_mask(const struct cpumask *mask, unsigned int action)
action            245 arch/mips/loongson64/loongson-3/smp.c 		loongson3_ipi_write32((u32)action, ipi_set0_regs[cpu_logical_map(i)]);
action            258 arch/mips/loongson64/loongson-3/smp.c 	unsigned int action, c0count, irqs;
action            261 arch/mips/loongson64/loongson-3/smp.c 	action = loongson3_ipi_read32(ipi_status0_regs[cpu_logical_map(cpu)]);
action            262 arch/mips/loongson64/loongson-3/smp.c 	irqs = action >> IPI_IRQ_OFFSET;
action            265 arch/mips/loongson64/loongson-3/smp.c 	loongson3_ipi_write32((u32)action, ipi_clear0_regs[cpu_logical_map(cpu)]);
action            267 arch/mips/loongson64/loongson-3/smp.c 	if (action & SMP_RESCHEDULE_YOURSELF)
action            270 arch/mips/loongson64/loongson-3/smp.c 	if (action & SMP_CALL_FUNCTION) {
action            276 arch/mips/loongson64/loongson-3/smp.c 	if (action & SMP_ASK_C0COUNT) {
action             67 arch/mips/mm/c-octeon.c 	extern void octeon_send_ipi_single(int cpu, unsigned int action);
action             61 arch/mips/netlogic/common/smp.c void nlm_send_ipi_single(int logical_cpu, unsigned int action)
action             70 arch/mips/netlogic/common/smp.c 	if (action & SMP_CALL_FUNCTION)
action             72 arch/mips/netlogic/common/smp.c 	if (action & SMP_RESCHEDULE_YOURSELF)
action             76 arch/mips/netlogic/common/smp.c void nlm_send_ipi_mask(const struct cpumask *mask, unsigned int action)
action             81 arch/mips/netlogic/common/smp.c 		nlm_send_ipi_single(cpu, action);
action             92 arch/mips/netlogic/xlp/cop2-ex.c static int nlm_cu2_call(struct notifier_block *nfb, unsigned long action,
action             98 arch/mips/netlogic/xlp/cop2-ex.c 	switch (action) {
action             58 arch/mips/netlogic/xlr/fmn.c 	void (*action)(int, int, int, int, struct nlm_fmn_msg *, void *);
action             96 arch/mips/netlogic/xlr/fmn.c 			if (hndlr->action == NULL)
action            101 arch/mips/netlogic/xlr/fmn.c 				hndlr->action(bucket, src_stnid, size, code,
action            179 arch/mips/netlogic/xlr/fmn.c 	void (*action)(int, int, int, int, struct nlm_fmn_msg *, void *),
action            187 arch/mips/netlogic/xlr/fmn.c 		msg_handlers[sstnid].action = action;
action             70 arch/mips/paravirt/paravirt-smp.c static void paravirt_send_ipi_single(int cpu, unsigned int action)
action             72 arch/mips/paravirt/paravirt-smp.c 	irq_mbox_ipi(cpu, action);
action             75 arch/mips/paravirt/paravirt-smp.c static void paravirt_send_ipi_mask(const struct cpumask *mask, unsigned int action)
action             80 arch/mips/paravirt/paravirt-smp.c 		paravirt_send_ipi_single(cpu, action);
action             53 arch/mips/pmcs-msp71xx/msp_smp.c void __init arch_init_ipiirq(int irq, struct irqaction *action)
action             55 arch/mips/pmcs-msp71xx/msp_smp.c 	setup_irq(irq, action);
action            147 arch/mips/sgi-ip27/ip27-smp.c static void ip27_send_ipi_single(int destid, unsigned int action)
action            151 arch/mips/sgi-ip27/ip27-smp.c 	switch (action) {
action            172 arch/mips/sgi-ip27/ip27-smp.c static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action)
action            177 arch/mips/sgi-ip27/ip27-smp.c 		ip27_send_ipi_single(i, action);
action             67 arch/mips/sibyte/bcm1480/smp.c static void bcm1480_send_ipi_single(int cpu, unsigned int action)
action             69 arch/mips/sibyte/bcm1480/smp.c 	__raw_writeq((((u64)action)<< 48), mailbox_0_set_regs[cpu]);
action             73 arch/mips/sibyte/bcm1480/smp.c 				  unsigned int action)
action             78 arch/mips/sibyte/bcm1480/smp.c 		bcm1480_send_ipi_single(i, action);
action            162 arch/mips/sibyte/bcm1480/smp.c 	unsigned int action;
action            166 arch/mips/sibyte/bcm1480/smp.c 	action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
action            169 arch/mips/sibyte/bcm1480/smp.c 	__raw_writeq(((u64)action)<<48, mailbox_0_clear_regs[cpu]);
action            171 arch/mips/sibyte/bcm1480/smp.c 	if (action & SMP_RESCHEDULE_YOURSELF)
action            174 arch/mips/sibyte/bcm1480/smp.c 	if (action & SMP_CALL_FUNCTION) {
action             56 arch/mips/sibyte/sb1250/smp.c static void sb1250_send_ipi_single(int cpu, unsigned int action)
action             58 arch/mips/sibyte/sb1250/smp.c 	__raw_writeq((((u64)action) << 48), mailbox_set_regs[cpu]);
action             62 arch/mips/sibyte/sb1250/smp.c 					unsigned int action)
action             67 arch/mips/sibyte/sb1250/smp.c 		sb1250_send_ipi_single(i, action);
action            151 arch/mips/sibyte/sb1250/smp.c 	unsigned int action;
action            155 arch/mips/sibyte/sb1250/smp.c 	action = (____raw_readq(mailbox_regs[cpu]) >> 48) & 0xffff;
action            158 arch/mips/sibyte/sb1250/smp.c 	____raw_writeq(((u64)action) << 48, mailbox_clear_regs[cpu]);
action            160 arch/mips/sibyte/sb1250/smp.c 	if (action & SMP_RESCHEDULE_YOURSELF)
action            163 arch/mips/sibyte/sb1250/smp.c 	if (action & SMP_CALL_FUNCTION) {
action             71 arch/mips/sni/time.c 	struct irqaction *action = &a20r_irqaction;
action             76 arch/mips/sni/time.c 	action->dev_id = cd;
action            212 arch/parisc/kernel/irq.c 		struct irqaction *action;
action            215 arch/parisc/kernel/irq.c 		action = desc->action;
action            216 arch/parisc/kernel/irq.c 		if (!action)
action            228 arch/parisc/kernel/irq.c 		seq_printf(p, "  %s", action->name);
action            230 arch/parisc/kernel/irq.c 		while ((action = action->next))
action            231 arch/parisc/kernel/irq.c 			seq_printf(p, ", %s", action->name);
action            233 arch/parisc/kernel/irq.c 		for ( ;action; action = action->next) {
action            236 arch/parisc/kernel/irq.c 			min = max = action->cr16_hist[0];
action            239 arch/parisc/kernel/irq.c 				int hist = action->cr16_hist[k];
action            251 arch/parisc/kernel/irq.c 			seq_printf(p, " %s[%d/%d/%d]", action->name,
action             54 arch/powerpc/include/asm/book3s/64/tlbflush-hash.h extern void hash__tlbiel_all(unsigned int action);
action             15 arch/powerpc/include/asm/book3s/64/tlbflush-radix.h extern void radix__tlbiel_all(unsigned int action);
action             23 arch/powerpc/include/asm/book3s/64/tlbflush-radix.h static inline void radix__tlbiel_all(unsigned int action) { WARN_ON(1); };
action            315 arch/powerpc/include/asm/rtas.h 	u8	action;
action           1051 arch/powerpc/kernel/eeh.c 			       unsigned long action, void *unused)
action            121 arch/powerpc/kernel/iommu.c 				 unsigned long action, void *data)
action            125 arch/powerpc/kernel/iommu.c 	if (action == BUS_NOTIFY_ADD_DEVICE) {
action            129 arch/powerpc/kernel/iommu.c 	} else if (action == BUS_NOTIFY_DEL_DEVICE) {
action            306 arch/powerpc/kernel/isa-bridge.c static int isa_bridge_notify(struct notifier_block *nb, unsigned long action,
action            313 arch/powerpc/kernel/isa-bridge.c 	switch(action) {
action             82 arch/powerpc/kvm/book3s_hv_rm_xics.c 		struct kvmppc_host_rm_core *rm_core, int max, int action)
action             95 arch/powerpc/kvm/book3s_hv_rm_xics.c 		new.rm_action = action;
action            114 arch/powerpc/kvm/book3s_hv_rm_xics.c static inline int find_available_hostcore(int action)
action            120 arch/powerpc/kvm/book3s_hv_rm_xics.c 	core = grab_next_hostcore(my_core, rm_core, cpu_nr_cores(), action);
action            122 arch/powerpc/kvm/book3s_hv_rm_xics.c 		core = grab_next_hostcore(core, rm_core, my_core, action);
action            904 arch/powerpc/kvm/book3s_hv_rm_xics.c static void rm_host_ipi_action(int action, void *data)
action            906 arch/powerpc/kvm/book3s_hv_rm_xics.c 	switch (action) {
action            911 arch/powerpc/kvm/book3s_hv_rm_xics.c 		WARN(1, "Unexpected rm_action=%d data=%p\n", action, data);
action            118 arch/powerpc/mm/book3s64/hash_native.c void hash__tlbiel_all(unsigned int action)
action            122 arch/powerpc/mm/book3s64/hash_native.c 	switch (action) {
action             70 arch/powerpc/mm/book3s64/radix_tlb.c void radix__tlbiel_all(unsigned int action)
action             74 arch/powerpc/mm/book3s64/radix_tlb.c 	switch (action) {
action           1478 arch/powerpc/mm/numa.c 				unsigned long action, void *data)
action           1483 arch/powerpc/mm/numa.c 	switch (action) {
action            579 arch/powerpc/platforms/cell/iommu.c static int cell_of_bus_notify(struct notifier_block *nb, unsigned long action,
action            585 arch/powerpc/platforms/cell/iommu.c 	if (action != BUS_NOTIFY_ADD_DEVICE)
action            980 arch/powerpc/platforms/powernv/pci.c 		unsigned long action, void *data)
action            989 arch/powerpc/platforms/powernv/pci.c 	switch (action) {
action            473 arch/powerpc/platforms/pseries/cmm.c 			       unsigned long action, void *unused)
action            475 arch/powerpc/platforms/pseries/cmm.c 	if (action == SYS_RESTART) {
action            528 arch/powerpc/platforms/pseries/cmm.c 				 unsigned long action, void *arg)
action            532 arch/powerpc/platforms/pseries/cmm.c 	if (action == MEM_ISOLATE_COUNT)
action            635 arch/powerpc/platforms/pseries/cmm.c 			unsigned long action, void *arg)
action            639 arch/powerpc/platforms/pseries/cmm.c 	switch (action) {
action            433 arch/powerpc/platforms/pseries/dlpar.c 		hp_elog->action = PSERIES_HP_ELOG_ACTION_ADD;
action            435 arch/powerpc/platforms/pseries/dlpar.c 		hp_elog->action = PSERIES_HP_ELOG_ACTION_REMOVE;
action            830 arch/powerpc/platforms/pseries/hotplug-cpu.c 	switch (hp_elog->action) {
action            848 arch/powerpc/platforms/pseries/hotplug-cpu.c 		pr_err("Invalid action (%d) specified\n", hp_elog->action);
action            898 arch/powerpc/platforms/pseries/hotplug-cpu.c 				unsigned long action, void *data)
action            903 arch/powerpc/platforms/pseries/hotplug-cpu.c 	switch (action) {
action            883 arch/powerpc/platforms/pseries/hotplug-memory.c 	switch (hp_elog->action) {
action            931 arch/powerpc/platforms/pseries/hotplug-memory.c 		pr_err("Invalid action (%d) specified\n", hp_elog->action);
action           1031 arch/powerpc/platforms/pseries/hotplug-memory.c 				   unsigned long action, void *data)
action           1036 arch/powerpc/platforms/pseries/hotplug-memory.c 	switch (action) {
action           1233 arch/powerpc/platforms/pseries/iommu.c static int iommu_mem_notifier(struct notifier_block *nb, unsigned long action,
action           1240 arch/powerpc/platforms/pseries/iommu.c 	switch (action) {
action           1263 arch/powerpc/platforms/pseries/iommu.c 	if (ret && action != MEM_CANCEL_ONLINE)
action           1273 arch/powerpc/platforms/pseries/iommu.c static int iommu_reconfig_notifier(struct notifier_block *nb, unsigned long action, void *data)
action           1281 arch/powerpc/platforms/pseries/iommu.c 	switch (action) {
action           1354 arch/powerpc/platforms/pseries/iommu.c 		unsigned long action, void *data)
action           1358 arch/powerpc/platforms/pseries/iommu.c 	switch (action) {
action            263 arch/powerpc/platforms/pseries/mobility.c 	hp_elog.action = PSERIES_HP_ELOG_ACTION_READD;
action            293 arch/powerpc/platforms/pseries/mobility.c 			u32 action = be32_to_cpu(*data) & NODE_ACTION_MASK;
action            302 arch/powerpc/platforms/pseries/mobility.c 				switch (action) {
action            130 arch/powerpc/platforms/pseries/pmem.c 	if (hp_elog->action == PSERIES_HP_ELOG_ACTION_ADD) {
action            132 arch/powerpc/platforms/pseries/pmem.c 	} else if (hp_elog->action == PSERIES_HP_ELOG_ACTION_REMOVE) {
action            135 arch/powerpc/platforms/pseries/pmem.c 		pr_err("Unsupported hotplug action (%d)\n", hp_elog->action);
action            242 arch/powerpc/platforms/pseries/setup.c static int pci_dn_reconfig_notifier(struct notifier_block *nb, unsigned long action, void *data)
action            249 arch/powerpc/platforms/pseries/setup.c 	switch (action) {
action            207 arch/powerpc/sysdev/xics/xics-common.c 		if (!desc->action)
action            100 arch/s390/include/asm/sclp.h 	u8 action;	/* Action qualifier byte
action             65 arch/s390/kernel/ipl.c 	struct shutdown_action *action;
action           1394 arch/s390/kernel/ipl.c 				trigger->action = shutdown_actions_list[i];
action           1410 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", on_reboot_trigger.action->name);
action           1424 arch/s390/kernel/ipl.c 	on_reboot_trigger.action->fn(&on_reboot_trigger);
action           1436 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", on_panic_trigger.action->name);
action           1450 arch/s390/kernel/ipl.c 	on_panic_trigger.action->fn(&on_panic_trigger);
action           1462 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", on_restart_trigger.action->name);
action           1480 arch/s390/kernel/ipl.c 	on_restart_trigger.action->fn(&on_restart_trigger);
action           1499 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", on_halt_trigger.action->name);
action           1513 arch/s390/kernel/ipl.c 	on_halt_trigger.action->fn(&on_halt_trigger);
action           1525 arch/s390/kernel/ipl.c 	return sprintf(page, "%s\n", on_poff_trigger.action->name);
action           1539 arch/s390/kernel/ipl.c 	on_poff_trigger.action->fn(&on_poff_trigger);
action           1627 arch/s390/kernel/ipl.c 	on_reboot_trigger.action = &vmcmd_action;
action           1638 arch/s390/kernel/ipl.c 	on_panic_trigger.action = &vmcmd_action;
action           1649 arch/s390/kernel/ipl.c 	on_halt_trigger.action = &vmcmd_action;
action           1660 arch/s390/kernel/ipl.c 	on_poff_trigger.action = &vmcmd_action;
action            140 arch/s390/kernel/irq.c 	if (desc->action)
action            141 arch/s390/kernel/irq.c 		seq_printf(p, "  %s", desc->action->name);
action             44 arch/s390/kernel/machine_kexec.c static int machine_kdump_pm_cb(struct notifier_block *nb, unsigned long action,
action             47 arch/s390/kernel/machine_kexec.c 	switch (action) {
action            613 arch/s390/kernel/setup.c 			      unsigned long action, void *data)
action            617 arch/s390/kernel/setup.c 	if (action != MEM_GOING_OFFLINE)
action            175 arch/s390/kernel/suspend.c static int suspend_pm_cb(struct notifier_block *nb, unsigned long action,
action            178 arch/s390/kernel/suspend.c 	switch (action) {
action            243 arch/s390/mm/init.c 				 unsigned long action, void *data)
action            252 arch/s390/mm/init.c 	if (action == MEM_GOING_OFFLINE)
action             70 arch/sh/mm/alignment.c 	unsigned int action = se_usermode;
action             73 arch/sh/mm/alignment.c 		action &= ~UM_FIXUP;
action             74 arch/sh/mm/alignment.c 		action |= UM_SIGNAL;
action             78 arch/sh/mm/alignment.c 		action &= ~UM_WARN;
action             80 arch/sh/mm/alignment.c 	return action;
action             25 arch/sparc/include/uapi/asm/oradax.h 	__u16 action;		/* action taken to kill ccb */
action            886 arch/sparc/kernel/irq_64.c 		if (desc->action && !irqd_is_per_cpu(data)) {
action           1155 arch/sparc/kernel/irq_64.c 	irq_to_desc(0)->action = &timer_irq_action;
action             51 arch/um/os-Linux/main.c 	struct sigaction action;
action             54 arch/um/os-Linux/main.c 	sigemptyset(&action.sa_mask);
action             62 arch/um/os-Linux/main.c 	action.sa_flags = SA_RESETHAND | SA_NODEFER;
action             63 arch/um/os-Linux/main.c 	action.sa_restorer = NULL;
action             64 arch/um/os-Linux/main.c 	action.sa_handler = last_ditch_exit;
action             65 arch/um/os-Linux/main.c 	if (sigaction(sig, &action, NULL) < 0) {
action            196 arch/um/os-Linux/signal.c 	struct sigaction action;
action            200 arch/um/os-Linux/signal.c 	action.sa_sigaction = hard_handler;
action            203 arch/um/os-Linux/signal.c 	sigemptyset(&action.sa_mask);
action            204 arch/um/os-Linux/signal.c 	sigaddset(&action.sa_mask, SIGIO);
action            205 arch/um/os-Linux/signal.c 	sigaddset(&action.sa_mask, SIGWINCH);
action            206 arch/um/os-Linux/signal.c 	sigaddset(&action.sa_mask, SIGALRM);
action            211 arch/um/os-Linux/signal.c 	if (sigismember(&action.sa_mask, sig))
action            214 arch/um/os-Linux/signal.c 	action.sa_flags = flags;
action            215 arch/um/os-Linux/signal.c 	action.sa_restorer = NULL;
action            216 arch/um/os-Linux/signal.c 	if (sigaction(sig, &action, NULL) < 0)
action           1280 arch/x86/events/intel/pt.c 		    filter->action == PERF_ADDR_FILTER_ACTION_START)
action           1321 arch/x86/events/intel/pt.c 		if (filter->action == PERF_ADDR_FILTER_ACTION_FILTER)
action             34 arch/x86/include/asm/cpu.h extern int _debug_hotplug_cpu(int cpu, int action);
action            438 arch/x86/include/uapi/asm/kvm.h 	__u32 action;
action            107 arch/x86/kernel/nmi.c static void nmi_check_duration(struct nmiaction *action, u64 duration)
action            109 arch/x86/kernel/nmi.c 	u64 whole_msecs = READ_ONCE(action->max_duration);
action            112 arch/x86/kernel/nmi.c 	if (duration < nmi_longest_ns || duration < action->max_duration)
action            115 arch/x86/kernel/nmi.c 	action->max_duration = duration;
action            122 arch/x86/kernel/nmi.c 		action->handler, whole_msecs, decimal_msecs);
action            159 arch/x86/kernel/nmi.c int __register_nmi_handler(unsigned int type, struct nmiaction *action)
action            164 arch/x86/kernel/nmi.c 	if (!action->handler)
action            180 arch/x86/kernel/nmi.c 	if (action->flags & NMI_FLAG_FIRST)
action            181 arch/x86/kernel/nmi.c 		list_add_rcu(&action->list, &desc->head);
action            183 arch/x86/kernel/nmi.c 		list_add_tail_rcu(&action->list, &desc->head);
action             60 arch/x86/kernel/topology.c int _debug_hotplug_cpu(int cpu, int action)
action             70 arch/x86/kernel/topology.c 	switch (action) {
action            168 arch/x86/kvm/pmu.c 		if (filter->action == KVM_PMU_EVENT_ALLOW &&
action            171 arch/x86/kvm/pmu.c 		if (filter->action == KVM_PMU_EVENT_DENY &&
action            219 arch/x86/kvm/pmu.c 		if (filter->action == KVM_PMU_EVENT_DENY &&
action            222 arch/x86/kvm/pmu.c 		if (filter->action == KVM_PMU_EVENT_ALLOW &&
action            396 arch/x86/kvm/pmu.c 	if (tmp.action != KVM_PMU_EVENT_ALLOW &&
action            397 arch/x86/kvm/pmu.c 	    tmp.action != KVM_PMU_EVENT_DENY)
action            166 arch/x86/platform/uv/uv_nmi.c 	char	*action;
action            198 arch/x86/platform/uv/uv_nmi.c 		if (!strcmp(arg, valid_acts[i].action))
action            210 arch/x86/platform/uv/uv_nmi.c 			valid_acts[i].action, valid_acts[i].desc);
action            220 arch/x86/platform/uv/uv_nmi.c module_param_named(action, uv_nmi_action, action, 0644);
action            222 arch/x86/platform/uv/uv_nmi.c static inline bool uv_nmi_action_is(const char *action)
action            224 arch/x86/platform/uv/uv_nmi.c 	return (strncmp(uv_nmi_action, action, strlen(action)) == 0);
action            331 arch/x86/power/cpu.c static int bsp_pm_callback(struct notifier_block *nb, unsigned long action,
action            336 arch/x86/power/cpu.c 	switch (action) {
action            265 drivers/acpi/ac.c 				  unsigned long action, void *data)
action           1265 drivers/acpi/acpi_lpss.c 				     unsigned long action, void *data)
action           1289 drivers/acpi/acpi_lpss.c 	switch (action) {
action             82 drivers/acpi/acpica/achware.h acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action);
action           1260 drivers/acpi/acpica/aclocal.h 	char *action;
action            272 drivers/acpi/acpica/acutils.h acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action);
action            458 drivers/acpi/acpica/acutils.h acpi_status acpi_ut_update_interfaces(u8 action);
action            501 drivers/acpi/acpica/acutils.h 						      *object, u16 action);
action            509 drivers/acpi/acpica/acutils.h 				     u16 action,
action            199 drivers/acpi/acpica/evxfgpe.c acpi_status acpi_set_gpe(acpi_handle gpe_device, u32 gpe_number, u8 action)
action            219 drivers/acpi/acpica/evxfgpe.c 	switch (action) {
action            492 drivers/acpi/acpica/evxfgpe.c acpi_set_gpe_wake_mask(acpi_handle gpe_device, u32 gpe_number, u8 action)
action            529 drivers/acpi/acpica/evxfgpe.c 	switch (action) {
action            544 drivers/acpi/acpica/evxfgpe.c 		ACPI_ERROR((AE_INFO, "%u, Invalid action", action));
action             64 drivers/acpi/acpica/hwgpe.c acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action)
action             90 drivers/acpi/acpica/hwgpe.c 	switch (action) {
action            113 drivers/acpi/acpica/hwgpe.c 		ACPI_ERROR((AE_INFO, "Invalid GPE Action, %u", action));
action             23 drivers/acpi/acpica/psxface.c acpi_ps_update_parameter_list(struct acpi_evaluate_info *info, u16 action);
action            324 drivers/acpi/acpica/psxface.c acpi_ps_update_parameter_list(struct acpi_evaluate_info *info, u16 action)
action            338 drivers/acpi/acpica/psxface.c 							      action);
action             21 drivers/acpi/acpica/utdelete.c acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
action            357 drivers/acpi/acpica/utdelete.c acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action)
action            379 drivers/acpi/acpica/utdelete.c 	switch (action) {
action            436 drivers/acpi/acpica/utdelete.c 			    action));
action            473 drivers/acpi/acpica/utdelete.c acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action)
action            514 drivers/acpi/acpica/utdelete.c 								 action);
action            545 drivers/acpi/acpica/utdelete.c 								 action);
action            555 drivers/acpi/acpica/utdelete.c 					    (next_object, action, &state_list);
action            583 drivers/acpi/acpica/utdelete.c 								 action,
action            597 drivers/acpi/acpica/utdelete.c 								 action,
action            627 drivers/acpi/acpica/utdelete.c 		acpi_ut_update_ref_count(object, action);
action            159 drivers/acpi/acpica/utmisc.c 				     u16 action,
action            172 drivers/acpi/acpica/utmisc.c 	state = acpi_ut_create_update_state(object, action);
action            301 drivers/acpi/acpica/utosi.c acpi_status acpi_ut_update_interfaces(u8 action)
action            308 drivers/acpi/acpica/utosi.c 		     (action & ACPI_FEATURE_STRINGS)) ||
action            310 drivers/acpi/acpica/utosi.c 		     (action & ACPI_VENDOR_STRINGS))) {
action            311 drivers/acpi/acpica/utosi.c 			if (action & ACPI_DISABLE_INTERFACES) {
action            157 drivers/acpi/acpica/utstate.c 						      *object, u16 action)
action            174 drivers/acpi/acpica/utstate.c 	state->update.value = action;
action            382 drivers/acpi/acpica/utxface.c acpi_status acpi_update_interfaces(u8 action)
action            391 drivers/acpi/acpica/utxface.c 	status = acpi_ut_update_interfaces(action);
action            148 drivers/acpi/apei/apei-base.c int __apei_exec_run(struct apei_exec_context *ctx, u8 action,
action            168 drivers/acpi/apei/apei-base.c 		if (entry->action != action)
action             55 drivers/acpi/apei/apei-internal.h int __apei_exec_run(struct apei_exec_context *ctx, u8 action, bool optional);
action             57 drivers/acpi/apei/apei-internal.h static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action)
action             59 drivers/acpi/apei/apei-internal.h 	return __apei_exec_run(ctx, action, 0);
action             63 drivers/acpi/apei/apei-internal.h static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action)
action             65 drivers/acpi/apei/apei-internal.h 	return __apei_exec_run(ctx, action, 1);
action            212 drivers/acpi/apei/einj.c 		if (entry->action == ACPI_EINJ_SET_ERROR_TYPE &&
action            217 drivers/acpi/apei/einj.c 		if (entry->action == ACPI_EINJ_SET_ERROR_TYPE_WITH_ADDRESS &&
action            275 drivers/acpi/apei/einj.c 		if (entry->action == ACPI_EINJ_TRIGGER_ERROR &&
action           1959 drivers/acpi/ec.c void acpi_ec_set_gpe_wake_mask(u8 action)
action           1962 drivers/acpi/ec.c 		acpi_set_gpe_wake_mask(NULL, first_ec->gpe, action);
action            363 drivers/acpi/glue.c int acpi_platform_notify(struct device *dev, enum kobject_action action)
action            365 drivers/acpi/glue.c 	switch (action) {
action            649 drivers/acpi/hmat/hmat.c 			 unsigned long action, void *arg)
action            655 drivers/acpi/hmat/hmat.c 	if (nid == NUMA_NO_NODE || action != MEM_ONLINE)
action           1753 drivers/ata/libahci.c 		active_ehi->action |= ATA_EH_RESET;
action           1761 drivers/ata/libahci.c 		active_ehi->action |= ATA_EH_RESET;
action           1767 drivers/ata/libahci.c 		host_ehi->action |= ATA_EH_RESET;
action           1776 drivers/ata/libahci.c 			host_ehi->action |= ATA_EH_RESET;
action           1879 drivers/ata/libahci.c 		ehi->action |= ATA_EH_RESET;
action           4010 drivers/ata/libata-core.c 	if (ehc->i.action & ATA_EH_HARDRESET)
action           4025 drivers/ata/libata-core.c 		ehc->i.action &= ~ATA_EH_SOFTRESET;
action           5464 drivers/ata/libata-core.c 		link->eh_info.action |= ATA_EH_RESET;
action           5690 drivers/ata/libata-core.c 				unsigned int action, unsigned int ehi_flags,
action           5710 drivers/ata/libata-core.c 		link->eh_info.action |= action;
action           6462 drivers/ata/libata-core.c 	ehi->action |= ATA_EH_RESET;
action            422 drivers/ata/libata-eh.c 	return ehc->i.action | ehc->i.dev_action[dev->devno];
action            426 drivers/ata/libata-eh.c 				struct ata_eh_info *ehi, unsigned int action)
action            431 drivers/ata/libata-eh.c 		ehi->action &= ~action;
action            433 drivers/ata/libata-eh.c 			ehi->dev_action[tdev->devno] &= ~action;
action            436 drivers/ata/libata-eh.c 		WARN_ON(!(action & ATA_EH_PERDEV_MASK));
action            439 drivers/ata/libata-eh.c 		if (ehi->action & action) {
action            442 drivers/ata/libata-eh.c 					ehi->action & action;
action            443 drivers/ata/libata-eh.c 			ehi->action &= ~action;
action            447 drivers/ata/libata-eh.c 		ehi->dev_action[dev->devno] &= ~action;
action           1343 drivers/ata/libata-eh.c 			unsigned int action)
action           1352 drivers/ata/libata-eh.c 	ata_eh_clear_action(link, dev, ehi, action);
action           1376 drivers/ata/libata-eh.c 		 unsigned int action)
action           1380 drivers/ata/libata-eh.c 	ata_eh_clear_action(link, dev, &ehc->i, action);
action           1626 drivers/ata/libata-eh.c 	unsigned int err_mask = 0, action = 0;
action           1631 drivers/ata/libata-eh.c 		action |= ATA_EH_RESET;
action           1635 drivers/ata/libata-eh.c 		action |= ATA_EH_RESET;
action           1639 drivers/ata/libata-eh.c 		action |= ATA_EH_RESET;
action           1658 drivers/ata/libata-eh.c 	ehc->i.action |= action;
action           1753 drivers/ata/libata-eh.c 	unsigned int tmp, action = 0;
action           1818 drivers/ata/libata-eh.c 		action |= ATA_EH_RESET;
action           1820 drivers/ata/libata-eh.c 	return action;
action           1995 drivers/ata/libata-eh.c 	unsigned int action = 0;
action           2018 drivers/ata/libata-eh.c 			action |= ATA_EH_RESET;
action           2038 drivers/ata/libata-eh.c 				action |= ATA_EH_RESET;
action           2052 drivers/ata/libata-eh.c 			action |= ATA_EH_RESET;
action           2062 drivers/ata/libata-eh.c 	return action;
action           2135 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_RESET;
action           2157 drivers/ata/libata-eh.c 		ehc->i.action |= ata_eh_analyze_tf(qc, &qc->result_tf);
action           2200 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_RESET;
action           2203 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_REVALIDATE;
action           2210 drivers/ata/libata-eh.c 			ehc->i.action & ATA_EH_PERDEV_MASK;
action           2211 drivers/ata/libata-eh.c 		ehc->i.action &= ~ATA_EH_PERDEV_MASK;
action           2227 drivers/ata/libata-eh.c 		ehc->i.action |= ata_eh_speed_down(dev, eflags, all_err_mask);
action           2228 drivers/ata/libata-eh.c 		trace_ata_eh_link_autopsy(dev, ehc->i.action, all_err_mask);
action           2266 drivers/ata/libata-eh.c 		mehc->i.action		|= sehc->i.action;
action           2453 drivers/ata/libata-eh.c 			    ehc->i.action, frozen, tries_buf);
action           2460 drivers/ata/libata-eh.c 			     ehc->i.action, frozen, tries_buf);
action           2710 drivers/ata/libata-eh.c 	ehc->i.action &= ~ATA_EH_RESET;
action           2713 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_HARDRESET;
action           2716 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_SOFTRESET;
action           2724 drivers/ata/libata-eh.c 			sehc->i.action &= ~ATA_EH_RESET;
action           2725 drivers/ata/libata-eh.c 			sehc->i.action |= ehc->i.action;
action           2741 drivers/ata/libata-eh.c 			ehc->i.action |= sehc->i.action;
action           2747 drivers/ata/libata-eh.c 				ehc->i.action &= ~ATA_EH_RESET;
action           2763 drivers/ata/libata-eh.c 		if (reset && !(ehc->i.action & ATA_EH_RESET)) {
action           2960 drivers/ata/libata-eh.c 	ehc->i.action |= ATA_EH_REVALIDATE;
action           3121 drivers/ata/libata-eh.c 		unsigned int action = ata_eh_dev_action(dev);
action           3127 drivers/ata/libata-eh.c 		if ((action & ATA_EH_REVALIDATE) && ata_dev_enabled(dev)) {
action           3582 drivers/ata/libata-eh.c 	if ((ehc->i.action & ATA_EH_RESET) &&
action           3623 drivers/ata/libata-eh.c 	ehc->i.action |= ATA_EH_RESET;
action           3706 drivers/ata/libata-eh.c 		ehc->i.action |= ATA_EH_RESET;
action           3750 drivers/ata/libata-eh.c 		if (ehc->i.action & ATA_EH_ENABLE_LINK) {
action           3765 drivers/ata/libata-eh.c 			ehc->i.action |= ehc->i.dev_action[dev->devno] &
action           3792 drivers/ata/libata-eh.c 			ehc->i.action = 0;
action           3802 drivers/ata/libata-eh.c 		if (!(ehc->i.action & ATA_EH_RESET))
action           3881 drivers/ata/libata-eh.c 			ehc->i.action = 0;
action            366 drivers/ata/libata-pmp.c 		ehc->i.action |= ATA_EH_RESET;
action            773 drivers/ata/libata-pmp.c 	if (ehc->i.action & ATA_EH_RESET) {
action            789 drivers/ata/libata-pmp.c 			ehc->i.action |= ATA_EH_RESET;
action            796 drivers/ata/libata-pmp.c 	if (ehc->i.action & ATA_EH_REVALIDATE)
action            818 drivers/ata/libata-pmp.c 			ehc->i.action |= ATA_EH_RESET;
action            903 drivers/ata/libata-pmp.c 	link->eh_context.i.action = 0;
action           1065 drivers/ata/libata-pmp.c 		pmp_ehc->i.action |= ATA_EH_RESET;
action           1081 drivers/ata/libata-pmp.c 		pmp_ehc->i.action |= ATA_EH_RESET;
action            314 drivers/ata/libata-scsi.c 	dev->link->eh_info.action |= ATA_EH_REVALIDATE;
action            523 drivers/ata/libata-scsi.c 		dev->link->eh_info.action |= ATA_EH_RESET;
action           4857 drivers/ata/libata-scsi.c 			ehi->action |= ATA_EH_RESET;
action           4865 drivers/ata/libata-scsi.c 			ehi->action |= ATA_EH_RESET;
action           1731 drivers/ata/libata-sff.c 	if (ehc->i.action & ATA_EH_HARDRESET)
action           1741 drivers/ata/libata-sff.c 			ehc->i.action |= ATA_EH_HARDRESET;
action            146 drivers/ata/libata.h 			       unsigned int action);
action            148 drivers/ata/libata.h 			unsigned int action);
action            457 drivers/ata/sata_dwc_460ex.c 	unsigned int err_mask = 0, action = 0;
action            481 drivers/ata/sata_dwc_460ex.c 	action |= ATA_EH_RESET;
action            485 drivers/ata/sata_dwc_460ex.c 	ehi->action |= action;
action           1081 drivers/ata/sata_fsl.c 	unsigned int err_mask = 0, action = 0;
action           1109 drivers/ata/sata_fsl.c 		ehi->action |= ATA_EH_SOFTRESET;
action           1166 drivers/ata/sata_fsl.c 				action |= ATA_EH_HARDRESET;
action           1189 drivers/ata/sata_fsl.c 	ehi->action |= action;
action           2483 drivers/ata/sata_mv.c 			ehi->action |= ATA_EH_RESET;
action           2619 drivers/ata/sata_mv.c 	ehi->action   |= ATA_EH_RESET;
action           2641 drivers/ata/sata_mv.c 	unsigned int action = 0, err_mask = 0;
action           2691 drivers/ata/sata_mv.c 		action |= ATA_EH_RESET;
action           2698 drivers/ata/sata_mv.c 		action |= ATA_EH_RESET;
action           2705 drivers/ata/sata_mv.c 		action |= ATA_EH_RESET;
action           2727 drivers/ata/sata_mv.c 			action |= ATA_EH_RESET;
action           2733 drivers/ata/sata_mv.c 		action |= ATA_EH_RESET;
action           2737 drivers/ata/sata_mv.c 	ehi->action |= action;
action           2973 drivers/ata/sata_mv.c 			ehi->action = ATA_EH_RESET;
action           1807 drivers/ata/sata_nv.c 		ehc->i.action |= ATA_EH_RESET;
action           2085 drivers/ata/sata_nv.c 		ehi->action |= ATA_EH_RESET;
action           2216 drivers/ata/sata_nv.c 		ehi->action |= ATA_EH_RESET;
action           2247 drivers/ata/sata_nv.c 			ehi->action |= ATA_EH_RESET;
action            262 drivers/ata/sata_sil24.c 	unsigned int err_mask, action;
action            587 drivers/ata/sata_sil24.c 		ap->link.eh_context.i.action |= ATA_EH_RESET;
action           1004 drivers/ata/sata_sil24.c 		ehi->action |= ATA_EH_RESET;
action           1012 drivers/ata/sata_sil24.c 		unsigned int err_mask = 0, action = 0;
action           1025 drivers/ata/sata_sil24.c 			ehi->action |= ATA_EH_RESET;
action           1046 drivers/ata/sata_sil24.c 				action |= ATA_EH_RESET;
action           1059 drivers/ata/sata_sil24.c 			action |= ci->action;
action           1060 drivers/ata/sata_sil24.c 			if (action & ATA_EH_RESET)
action           1065 drivers/ata/sata_sil24.c 			action |= ATA_EH_RESET;
action           1077 drivers/ata/sata_sil24.c 		ehi->action |= action;
action           1125 drivers/ata/sata_sil24.c 		ehi->action |= ATA_EH_RESET;
action            369 drivers/ata/sata_via.c 		ehc->i.action &= ~ATA_EH_RESET;
action            915 drivers/base/core.c device_platform_notify(struct device *dev, enum kobject_action action)
action            919 drivers/base/core.c 	ret = acpi_platform_notify(dev, action);
action            923 drivers/base/core.c 	ret = software_node_notify(dev, action);
action            927 drivers/base/core.c 	if (platform_notify && action == KOBJ_ADD)
action            929 drivers/base/core.c 	else if (platform_notify_remove && action == KOBJ_REMOVE)
action            695 drivers/base/devres.c 	void (*action)(void *);
action            703 drivers/base/devres.c 	return devres->action == target->action &&
action            711 drivers/base/devres.c 	devres->action(devres->data);
action            723 drivers/base/devres.c int devm_add_action(struct device *dev, void (*action)(void *), void *data)
action            733 drivers/base/devres.c 	devres->action = action;
action            749 drivers/base/devres.c void devm_remove_action(struct device *dev, void (*action)(void *), void *data)
action            753 drivers/base/devres.c 		.action = action,
action            771 drivers/base/devres.c void devm_release_action(struct device *dev, void (*action)(void *), void *data)
action            775 drivers/base/devres.c 		.action = action,
action            213 drivers/base/memory.c memory_block_action(unsigned long start_section_nr, unsigned long action,
action            222 drivers/base/memory.c 	switch (action) {
action            234 drivers/base/memory.c 		     "%ld\n", __func__, start_section_nr, action, action);
action            866 drivers/base/node.c 				unsigned long action, void *arg)
action            871 drivers/base/node.c 	switch (action) {
action            898 drivers/base/node.c 				unsigned long action, void *arg)
action            465 drivers/base/power/clock_ops.c 				 unsigned long action, void *data)
action            472 drivers/base/power/clock_ops.c 	dev_dbg(dev, "%s() %ld\n", __func__, action);
action            476 drivers/base/power/clock_ops.c 	switch (action) {
action            593 drivers/base/power/clock_ops.c 				 unsigned long action, void *data)
action            599 drivers/base/power/clock_ops.c 	dev_dbg(dev, "%s() %ld\n", __func__, action);
action            603 drivers/base/power/clock_ops.c 	switch (action) {
action            141 drivers/base/power/qos.c 			    enum pm_qos_req_action action, s32 value)
action            148 drivers/base/power/qos.c 		if (WARN_ON(action != PM_QOS_REMOVE_REQ && value < 0))
action            152 drivers/base/power/qos.c 					   &req->data.pnode, action, value);
action            156 drivers/base/power/qos.c 					   &req->data.pnode, action, value);
action            164 drivers/base/power/qos.c 					  action, value);
action            858 drivers/base/swnode.c int software_node_notify(struct device *dev, unsigned long action)
action            874 drivers/base/swnode.c 	switch (action) {
action            247 drivers/block/paride/pd.c 	enum action (*func)(struct pd_unit *disk);
action            363 drivers/block/paride/pd.c static enum action (*phase)(void);
action            384 drivers/block/paride/pd.c static enum action do_pd_io_start(void);
action            385 drivers/block/paride/pd.c static enum action pd_special(void);
action            386 drivers/block/paride/pd.c static enum action do_pd_read_start(void);
action            387 drivers/block/paride/pd.c static enum action do_pd_write_start(void);
action            388 drivers/block/paride/pd.c static enum action do_pd_read_drq(void);
action            389 drivers/block/paride/pd.c static enum action do_pd_write_done(void);
action            429 drivers/block/paride/pd.c 		enum action res;
action            485 drivers/block/paride/pd.c static enum action do_pd_io_start(void)
action            508 drivers/block/paride/pd.c static enum action pd_special(void)
action            543 drivers/block/paride/pd.c static enum action do_pd_read_start(void)
action            558 drivers/block/paride/pd.c static enum action do_pd_write_start(void)
action            590 drivers/block/paride/pd.c static enum action do_pd_read_drq(void)
action            611 drivers/block/paride/pd.c static enum action do_pd_write_done(void)
action            644 drivers/block/paride/pd.c static enum action pd_door_lock(struct pd_unit *disk)
action            653 drivers/block/paride/pd.c static enum action pd_door_unlock(struct pd_unit *disk)
action            662 drivers/block/paride/pd.c static enum action pd_eject(struct pd_unit *disk)
action            673 drivers/block/paride/pd.c static enum action pd_media_check(struct pd_unit *disk)
action            698 drivers/block/paride/pd.c static enum action pd_identify(struct pd_unit *disk)
action            773 drivers/block/paride/pd.c 		      enum action (*func)(struct pd_unit *disk))
action           1314 drivers/block/skd_main.c 	enum skd_check_status_action action;
action           1390 drivers/block/skd_main.c 		if (sns->action == SKD_CHECK_STATUS_REPORT_SMART_ALERT) {
action           1395 drivers/block/skd_main.c 		return sns->action;
action            277 drivers/block/swim.c static inline void swim_action(struct swim __iomem *base, int action)
action            283 drivers/block/swim.c 	swim_select(base, action);
action            319 drivers/block/swim.c 			      enum motor_action action)
action            321 drivers/block/swim.c 	if (action == ON) {
action            333 drivers/block/swim.c 	} else if (action == OFF) {
action            285 drivers/block/swim3.c static void swim3_action(struct floppy_state *fs, int action)
action            289 drivers/block/swim3.c 	swim3_select(fs, action);
action            143 drivers/char/ipmi/ipmi_watchdog.c static char action[16] = "reset";
action            283 drivers/char/ipmi/ipmi_watchdog.c module_param_cb(action, &param_ops_str, action_op, 0644);
action            284 drivers/char/ipmi/ipmi_watchdog.c MODULE_PARM_DESC(action, "Timeout action. One of: "
action           1189 drivers/char/ipmi/ipmi_watchdog.c 		strcpy(outval, action);
action           1204 drivers/char/ipmi/ipmi_watchdog.c 	strcpy(action, inval);
action           1285 drivers/char/ipmi/ipmi_watchdog.c 	if (action_op(action, NULL)) {
action           1287 drivers/char/ipmi/ipmi_watchdog.c 		pr_info("Unknown action '%s', defaulting to reset\n", action);
action            772 drivers/char/pcmcia/synclink_cs.c 	int action;
action            781 drivers/char/pcmcia/synclink_cs.c 	while((action = bh_action(info)) != 0) {
action            786 drivers/char/pcmcia/synclink_cs.c 				__FILE__,__LINE__,action);
action            788 drivers/char/pcmcia/synclink_cs.c 		switch (action) {
action            801 drivers/char/pcmcia/synclink_cs.c 			printk("Unknown work item ID=%08X!\n", action);
action            135 drivers/clk/microchip/clk-pic32mzda.c 			  unsigned long action, void *data)
action            160 drivers/clk/qcom/clk-alpha-pll.c 			const char *action)
action            183 drivers/clk/qcom/clk-alpha-pll.c 	WARN(1, "%s failed to %s!\n", name, action);
action           1737 drivers/clk/qcom/gcc-ipq4019.c 				unsigned long action, void *data)
action           1741 drivers/clk/qcom/gcc-ipq4019.c 	if (action == PRE_RATE_CHANGE)
action            181 drivers/clk/renesas/clk-div6.c 					unsigned long action, void *data)
action            185 drivers/clk/renesas/clk-div6.c 	switch (action) {
action             56 drivers/clk/renesas/rcar-gen3-cpg.c 				    unsigned long action, void *data)
action             61 drivers/clk/renesas/rcar-gen3-cpg.c 	switch (action) {
action           1024 drivers/clocksource/arm_arch_timer.c 				    unsigned long action, void *hcpu)
action           1026 drivers/clocksource/arm_arch_timer.c 	if (action == CPU_PM_ENTER) {
action           1030 drivers/clocksource/arm_arch_timer.c 	} else if (action == CPU_PM_ENTER_FAILED || action == CPU_PM_EXIT) {
action            112 drivers/clocksource/mips-gic-timer.c static int gic_clk_notifier(struct notifier_block *nb, unsigned long action,
action            117 drivers/clocksource/mips-gic-timer.c 	if (action == POST_RATE_CHANGE)
action            177 drivers/clocksource/timer-atlas7.c 	struct irqaction *action;
action            180 drivers/clocksource/timer-atlas7.c 		action = &sirfsoc_timer_irq;
action            182 drivers/clocksource/timer-atlas7.c 		action = &sirfsoc_timer1_irq;
action            184 drivers/clocksource/timer-atlas7.c 	ce->irq = action->irq;
action            199 drivers/clocksource/timer-atlas7.c 	action->dev_id = ce;
action            200 drivers/clocksource/timer-atlas7.c 	BUG_ON(setup_irq(ce->irq, action));
action            201 drivers/clocksource/timer-atlas7.c 	irq_force_affinity(action->irq, cpumask_of(cpu));
action            852 drivers/counter/104-quad-8.c 	size_t *action)
action            863 drivers/counter/104-quad-8.c 			*action = QUAD8_SYNAPSE_ACTION_RISING_EDGE;
action            865 drivers/counter/104-quad-8.c 			*action = QUAD8_SYNAPSE_ACTION_NONE;
action            875 drivers/counter/104-quad-8.c 	*action = QUAD8_SYNAPSE_ACTION_NONE;
action            881 drivers/counter/104-quad-8.c 			*action = QUAD8_SYNAPSE_ACTION_RISING_EDGE;
action            888 drivers/counter/104-quad-8.c 				*action = QUAD8_SYNAPSE_ACTION_RISING_EDGE;
action            890 drivers/counter/104-quad-8.c 				*action = QUAD8_SYNAPSE_ACTION_FALLING_EDGE;
action            895 drivers/counter/104-quad-8.c 			*action = QUAD8_SYNAPSE_ACTION_BOTH_EDGES;
action            898 drivers/counter/104-quad-8.c 		*action = QUAD8_SYNAPSE_ACTION_BOTH_EDGES;
action            629 drivers/counter/counter.c 	enum counter_synapse_action action;
action            635 drivers/counter/counter.c 	synapse->action = action_index;
action            637 drivers/counter/counter.c 	action = synapse->actions_list[action_index];
action            638 drivers/counter/counter.c 	return sprintf(buf, "%s\n", counter_synapse_action_str[action]);
action            650 drivers/counter/counter.c 	enum counter_synapse_action action;
action            657 drivers/counter/counter.c 		action = synapse->actions_list[action_index];
action            658 drivers/counter/counter.c 		if (sysfs_streq(buf, counter_synapse_action_str[action]))
action            669 drivers/counter/counter.c 	synapse->action = action_index;
action            685 drivers/counter/counter.c 	enum counter_synapse_action action;
action            689 drivers/counter/counter.c 		action = component->actions_list[i];
action            691 drivers/counter/counter.c 			       counter_synapse_action_str[action]);
action            227 drivers/counter/ftm-quaddec.c 				  size_t *action)
action            229 drivers/counter/ftm-quaddec.c 	*action = FTM_QUADDEC_SYNAPSE_ACTION_BOTH_EDGES;
action            517 drivers/counter/stm32-lptimer-cnt.c 				      size_t *action)
action            531 drivers/counter/stm32-lptimer-cnt.c 			*action = priv->polarity;
action            533 drivers/counter/stm32-lptimer-cnt.c 			*action = STM32_LPTIM_SYNAPSE_ACTION_NONE;
action            536 drivers/counter/stm32-lptimer-cnt.c 		*action = priv->polarity;
action            546 drivers/counter/stm32-lptimer-cnt.c 				      size_t action)
action            562 drivers/counter/stm32-lptimer-cnt.c 		switch (action) {
action            566 drivers/counter/stm32-lptimer-cnt.c 			priv->polarity = action;
action            267 drivers/counter/stm32-timer-cnt.c 			    size_t *action)
action            273 drivers/counter/stm32-timer-cnt.c 	*action = STM32_SYNAPSE_ACTION_NONE;
action            283 drivers/counter/stm32-timer-cnt.c 			*action = STM32_SYNAPSE_ACTION_BOTH_EDGES;
action            288 drivers/counter/stm32-timer-cnt.c 			*action = STM32_SYNAPSE_ACTION_BOTH_EDGES;
action            292 drivers/counter/stm32-timer-cnt.c 		*action = STM32_SYNAPSE_ACTION_BOTH_EDGES;
action            549 drivers/cpufreq/arm_big_little.c 					unsigned long action, void *_arg)
action            551 drivers/cpufreq/arm_big_little.c 	pr_debug("%s: action: %ld\n", __func__, action);
action            553 drivers/cpufreq/arm_big_little.c 	switch (action) {
action             34 drivers/cpufreq/highbank-cpufreq.c 				unsigned long action, void *hclk)
action             39 drivers/cpufreq/highbank-cpufreq.c 	if (action == PRE_RATE_CHANGE) {
action             44 drivers/cpufreq/highbank-cpufreq.c 	} else if (action == POST_RATE_CHANGE) {
action            884 drivers/cpufreq/powernv-cpufreq.c 				unsigned long action, void *unused)
action            161 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	rctx->cmd.u.aes.action = CCP_AES_ACTION_ENCRYPT;
action            123 drivers/crypto/ccp/ccp-crypto-aes-galois.c 	rctx->cmd.u.aes.action = encrypt;
action            172 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	rctx->cmd.u.xts.action = (encrypt) ? CCP_AES_ACTION_ENCRYPT
action             98 drivers/crypto/ccp/ccp-crypto-aes.c 	rctx->cmd.u.aes.action =
action             92 drivers/crypto/ccp/ccp-crypto-des3.c 	rctx->cmd.u.des3.action = (encrypt)
action            156 drivers/crypto/ccp/ccp-dev-v3.c 		| (op->u.aes.action << REQ1_AES_ACTION_SHIFT)
action            185 drivers/crypto/ccp/ccp-dev-v3.c 		| (op->u.xts.action << REQ1_AES_ACTION_SHIFT)
action            297 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_AES_ENCRYPT(&function) = op->u.aes.action;
action            343 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_XTS_ENCRYPT(&function) = op->u.xts.action;
action            426 drivers/crypto/ccp/ccp-dev-v5.c 	CCP_DES3_ENCRYPT(&function) = op->u.des3.action;
action            495 drivers/crypto/ccp/ccp-dev.h 	enum ccp_aes_action action;
action            501 drivers/crypto/ccp/ccp-dev.h 	enum ccp_aes_action action;
action            508 drivers/crypto/ccp/ccp-dev.h 	enum ccp_des3_action action;
action            500 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.action = aes->action;
action            669 drivers/crypto/ccp/ccp-ops.c 	if (aes->action == CCP_AES_ACTION_ENCRYPT) {
action            738 drivers/crypto/ccp/ccp-ops.c 		op.u.aes.action = CCP_AES_GHASHAAD;
action            755 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.action = aes->action;
action            840 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.action = CCP_AES_GHASHFINAL;
action            853 drivers/crypto/ccp/ccp-ops.c 	if (aes->action == CCP_AES_ACTION_ENCRYPT) {
action            939 drivers/crypto/ccp/ccp-ops.c 	op.u.aes.action = aes->action;
action           1133 drivers/crypto/ccp/ccp-ops.c 	op.u.xts.action = xts->action;
action           1323 drivers/crypto/ccp/ccp-ops.c 	op.u.des3.action = des3->action;
action            823 drivers/crypto/nx/nx-842-pseries.c static int nx842_OF_notifier(struct notifier_block *np, unsigned long action,
action            836 drivers/crypto/nx/nx-842-pseries.c 			action == OF_RECONFIG_UPDATE_PROPERTY &&
action             66 drivers/dax/bus.c 		size_t count, enum id_action action)
action             85 drivers/dax/bus.c 		if (action == ID_ADD) {
action             94 drivers/dax/bus.c 	} else if (action == ID_REMOVE) {
action            103 drivers/dax/bus.c 	if (action == ID_ADD)
action            358 drivers/devfreq/tegra30-devfreq.c 				       unsigned long action, void *ptr)
action            365 drivers/devfreq/tegra30-devfreq.c 	if (action != POST_RATE_CHANGE)
action            752 drivers/firmware/arm_sdei.c static int sdei_pm_notifier(struct notifier_block *nb, unsigned long action,
action            757 drivers/firmware/arm_sdei.c 	switch (action) {
action            856 drivers/firmware/arm_sdei.c static int sdei_reboot_notifier(struct notifier_block *nb, unsigned long action,
action            345 drivers/fpga/of-fpga-region.c 				 unsigned long action, void *arg)
action            351 drivers/fpga/of-fpga-region.c 	switch (action) {
action            373 drivers/fpga/of-fpga-region.c 	switch (action) {
action            108 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 	enum amdgpu_clk_action action;
action             73 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 				 enum amdgpu_unmap_queues_action action,
action            294 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 				      int action, int dp_clock,
action            303 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 	args.ucAction = action;
action            319 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c amdgpu_atombios_encoder_setup_dac(struct drm_encoder *encoder, int action)
action            340 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	args.ucAction = action;
action            382 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c amdgpu_atombios_encoder_setup_dvo(struct drm_encoder *encoder, int action)
action            401 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.ext_tmds.sXTmdsEncoder.ucEnable = action;
action            410 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.dvo.sDVOEncoder.ucAction = action;
action            420 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.dvo_v3.ucAction = action;
action            426 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.dvo_v4.ucAction = action;
action            573 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				   int action, int panel_mode)
action            610 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v1.ucAction = action;
action            612 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action            645 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v3.ucAction = action;
action            647 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action            665 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v4.ucAction = action;
action            667 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action            697 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			switch (action) {
action            699 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				args.v5.asDPPanelModeParam.ucAction = action;
action            704 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				args.v5.asStreamParam.ucAction = action;
action            729 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				args.v5.asCmdParam.ucAction = action;
action            733 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				DRM_ERROR("Unsupported action 0x%x\n", action);
action            761 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c amdgpu_atombios_encoder_setup_dig_transmitter(struct drm_encoder *encoder, int action,
action            781 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action            838 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v1.ucAction = action;
action            839 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action            841 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action            895 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v2.ucAction = action;
action            896 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action            898 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action            937 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v3.ucAction = action;
action            938 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action            940 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action            996 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v4.ucAction = action;
action            997 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action            999 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action           1058 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v5.ucAction = action;
action           1115 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v6.ucAction = action;
action           1151 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH)
action           1177 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				     int action)
action           1189 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if ((action != ATOM_TRANSMITTER_ACTION_POWER_ON) &&
action           1190 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	    (action != ATOM_TRANSMITTER_ACTION_POWER_OFF))
action           1198 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	args.v1.ucAction = action;
action           1203 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if (action == ATOM_TRANSMITTER_ACTION_POWER_ON) {
action           1225 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 					int action)
action           1240 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if (action == EXTERNAL_ENCODER_ACTION_V3_ENCODER_INIT)
action           1269 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v1.sDigEncoder.ucAction = action;
action           1284 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			args.v3.sExtEncoder.ucAction = action;
action           1285 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			if (action == EXTERNAL_ENCODER_ACTION_V3_ENCODER_INIT)
action           1328 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c amdgpu_atombios_encoder_setup_dig(struct drm_encoder *encoder, int action)
action           1342 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if (action == ATOM_ENABLE) {
action             48 drivers/gpu/drm/amd/amdgpu/atombios_encoders.h 				   int action, int panel_mode);
action             50 drivers/gpu/drm/amd/amdgpu/atombios_encoders.h amdgpu_atombios_encoder_setup_dig_transmitter(struct drm_encoder *encoder, int action,
action             54 drivers/gpu/drm/amd/amdgpu/atombios_encoders.h 				     int action);
action            299 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 				   enum amdgpu_unmap_queues_action action,
action            306 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			  PACKET3_UNMAP_QUEUES_ACTION(action) |
action            313 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (action == PREEMPT_QUEUES_NO_UNMAP) {
action            239 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 		packet->bitfields2.action =
action            242 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v10.c 		packet->bitfields2.action =
action            282 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 		packet->bitfields2.action =
action            285 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_v9.c 		packet->bitfields2.action =
action            270 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 		packet->bitfields2.action =
action            273 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c 		packet->bitfields2.action =
action            403 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h 			enum mes_unmap_queues_action_enum action:2;
action            356 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_vi.h 			enum mes_unmap_queues_action_enum action:2;
action            843 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 	enum bp_pipe_control_action action)
action            851 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c 		action);
action           1093 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 	enum bp_pipe_control_action action)
action           1101 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 		action);
action            240 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = bp->cmd_helper->encoder_action_to_atom(cntl->action);
action            269 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = bp->cmd_helper->encoder_action_to_atom(cntl->action);
action            291 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = bp->cmd_helper->encoder_action_to_atom(cntl->action);
action            420 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	switch (cntl->action) {
action            508 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = (uint8_t)cntl->action;
action            548 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	switch (cntl->action) {
action            642 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = (uint8_t)cntl->action;
action            679 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	switch (cntl->action) {
action            765 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = (uint8_t)(cntl->action);
action            783 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = (uint8_t)cntl->action;
action            844 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	params.ucAction = (uint8_t)cntl->action;
action            846 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	if (cntl->action == TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS)
action           2172 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	switch (cntl->action) {
action           2220 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	cntl_params->ucAction = (uint8_t)cntl->action;
action           2239 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	enum bp_pipe_control_action action);
action           2260 drivers/gpu/drm/amd/display/dc/bios/command_table.c 	enum bp_pipe_control_action action)
action           2273 drivers/gpu/drm/amd/display/dc/bios/command_table.c 			bp->cmd_helper->disp_power_gating_action_to_atom(action);
action             91 drivers/gpu/drm/amd/display/dc/bios/command_table.h 		enum bp_pipe_control_action action);
action            114 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	params.action = bp->cmd_helper->encoder_action_to_atom(cntl->action);
action            203 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	ps.param.action = (uint8_t)cntl->action;
action            205 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	if (cntl->action == TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS)
action            218 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	if (cntl->action == TRANSMITTER_CONTROL_ENABLE ||
action            219 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 		cntl->action == TRANSMITTER_CONTROL_ACTIAVATE ||
action            220 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 		cntl->action == TRANSMITTER_CONTROL_DEACTIVATE) {
action            570 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	enum bp_pipe_control_action action);
action            591 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 	enum bp_pipe_control_action action)
action            605 drivers/gpu/drm/amd/display/dc/bios/command_table2.c 		bp->cmd_helper->disp_power_gating_action_to_atom(action);
action             91 drivers/gpu/drm/amd/display/dc/bios/command_table2.h 		enum bp_pipe_control_action action);
action            200 drivers/gpu/drm/amd/display/dc/bios/command_table_helper.c 	ctrl_param->ucAction = h->encoder_action_to_atom(control->action);
action             37 drivers/gpu/drm/amd/display/dc/bios/command_table_helper_struct.h 			enum bp_encoder_control_action action);
action             60 drivers/gpu/drm/amd/display/dc/bios/command_table_helper_struct.h 			enum bp_pipe_control_action action);
action            255 drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action)
action            259 drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c 	switch (action) {
action            281 drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c 	enum bp_pipe_control_action action)
action            285 drivers/gpu/drm/amd/display/dc/bios/dce110/command_table_helper_dce110.c 	switch (action) {
action            257 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action)
action            261 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c 	switch (action) {
action            283 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c 	enum bp_pipe_control_action action)
action            287 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c 	switch (action) {
action            257 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action)
action            261 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c 	switch (action) {
action            283 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c 	enum bp_pipe_control_action action)
action            287 drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper_dce112.c 	switch (action) {
action             36 drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action)
action             40 drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c 	switch (action) {
action            307 drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c 	enum bp_pipe_control_action action)
action            311 drivers/gpu/drm/amd/display/dc/bios/dce80/command_table_helper_dce80.c 	switch (action) {
action            127 drivers/gpu/drm/amd/display/dc/dc_bios_types.h 		enum bp_pipe_control_action action);
action             58 drivers/gpu/drm/amd/display/dc/dc_ddc_types.h 	enum i2caux_transaction_action action;
action            172 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		 (request->action == I2CAUX_TRANSACTION_ACTION_DP_WRITE)) ||
action            174 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		((request->action == I2CAUX_TRANSACTION_ACTION_I2C_WRITE) ||
action            175 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		 (request->action == I2CAUX_TRANSACTION_ACTION_I2C_WRITE_MOT)));
action            225 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 			AUX_SW_DATA, COMPOSE_AUX_SW_DATA_16_20(request->action, request->address));
action            257 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 					request->action, request->address, request->length, request->data);
action            475 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 	aux_req.action = i2caux_action_from_payload(payload);
action            191 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 			(request->action == DCE_I2C_TRANSACTION_ACTION_I2C_WRITE) ||
action            192 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 			(request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ));
action            200 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 				 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
action            208 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 				 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
action            216 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 				 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
action            224 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 				 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
action            254 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 	if (!(request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ)) {
action            533 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 		request.action = middle_of_transaction ?
action            537 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 		request.action = middle_of_transaction ?
action            256 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.h 	enum dce_i2c_transaction_action action;
action            439 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c 		switch (req->action) {
action            459 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c 		(req->action == DCE_I2C_TRANSACTION_ACTION_I2C_WRITE) ||
action            460 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c 		(req->action == DCE_I2C_TRANSACTION_ACTION_I2C_READ))
action            476 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c 		request.action = middle_of_transaction ?
action            480 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c 		request.action = middle_of_transaction ?
action            833 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_INIT;
action            854 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 		cntl.action = TRANSMITTER_CONTROL_BACKLIGHT_BRIGHTNESS;
action            928 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action            964 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action           1002 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action           1041 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action           1088 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_DISABLE;
action           1122 drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS;
action            560 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	cntl.action = ENCODER_CONTROL_SETUP;
action            673 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	cntl.action = ENCODER_CONTROL_SETUP;
action            698 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	cntl.action = ENCODER_CONTROL_SETUP;
action            852 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		cntl.action = power_up ?
action            911 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	cntl.action = enable ?
action            935 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (cntl.action == TRANSMITTER_CONTROL_BACKLIGHT_ON)
action            939 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (cntl.action == TRANSMITTER_CONTROL_BACKLIGHT_OFF)
action            826 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_INIT;
action            847 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 		cntl.action = TRANSMITTER_CONTROL_BACKLIGHT_BRIGHTNESS;
action            922 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action            964 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action           1003 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_ENABLE;
action           1054 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_DISABLE;
action           1088 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.c 	cntl.action = TRANSMITTER_CONTROL_SET_VOLTAGE_AND_PREEMPASIS;
action            501 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	cntl.action = ENCODER_CONTROL_SETUP;
action            607 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	cntl.action = ENCODER_CONTROL_SETUP;
action             34 drivers/gpu/drm/amd/display/dc/dm_event_log.h #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
action            105 drivers/gpu/drm/amd/display/include/bios_parser_types.h 	enum bp_encoder_control_action action;
action            116 drivers/gpu/drm/amd/display/include/bios_parser_types.h 	enum bp_external_encoder_control_action action;
action            140 drivers/gpu/drm/amd/display/include/bios_parser_types.h 	enum bp_transmitter_control_action action;
action           2944 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t action;           // =  ATOM_ENOCODER_CMD_STREAM_SETUP
action           2956 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t action;          // =  ATOM_ENOCODER_CMD_LINK_SETUP              
action           2968 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t action;             // = ATOM_ENCODER_CMD_DPLINK_SETUP
action           2977 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t action;          // = rest of generic encoder command which does not carry any parameters
action           2998 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t action;          // define as ATOM_TRANSMITER_ACTION_xxx
action           3087 drivers/gpu/drm/amd/include/atomfirmware.h   uint8_t  action;            // 
action            144 drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.h 	enum smu10_pstate_previous_action action;
action            858 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		if (pnew_state->action == FORCE_HIGH)
action            860 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		else if (pnew_state->action == CANCEL_FORCE_HIGH)
action           1064 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	smu8_ps->action = smu8_current_ps->action;
action           1070 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	else if (!force_high && (smu8_ps->action == FORCE_HIGH))
action           1071 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		smu8_ps->action = CANCEL_FORCE_HIGH;
action           1072 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 	else if (force_high && (smu8_ps->action != FORCE_HIGH))
action           1073 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		smu8_ps->action = FORCE_HIGH;
action           1075 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c 		smu8_ps->action = DO_NOTHING;
action            158 drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h 	enum smu8_pstate_previous_action action;
action             85 drivers/gpu/drm/i915/gem/i915_gem_pm.c 		       unsigned long action,
action             91 drivers/gpu/drm/i915/gem/i915_gem_pm.c 	switch (action) {
action             34 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	enum intel_engine_hangcheck_action action;
action            168 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	hc->action = hangcheck_get_action(engine, hc);
action            185 drivers/gpu/drm/i915/gt/intel_hangcheck.c 	switch (hc->action) {
action            213 drivers/gpu/drm/i915/gt/intel_hangcheck.c 		MISSING_CASE(hc->action);
action            294 drivers/gpu/drm/i915/gt/intel_hangcheck.c 			if (hc.action != ENGINE_DEAD)
action            330 drivers/gpu/drm/i915/gt/uc/intel_guc.c int intel_guc_send_nop(struct intel_guc *guc, const u32 *action, u32 len,
action            333 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	WARN(1, "Unexpected send: action=%#x\n", *action);
action            345 drivers/gpu/drm/i915/gt/uc/intel_guc.c int intel_guc_send_mmio(struct intel_guc *guc, const u32 *action, u32 len,
action            357 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	GEM_BUG_ON(*action & ~INTEL_GUC_MSG_CODE_MASK);
action            360 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	GEM_BUG_ON(*action != INTEL_GUC_ACTION_REGISTER_COMMAND_TRANSPORT_BUFFER &&
action            361 drivers/gpu/drm/i915/gt/uc/intel_guc.c 		   *action != INTEL_GUC_ACTION_DEREGISTER_COMMAND_TRANSPORT_BUFFER);
action            367 drivers/gpu/drm/i915/gt/uc/intel_guc.c 		intel_uncore_write(uncore, guc_send_reg(guc, i), action[i]);
action            389 drivers/gpu/drm/i915/gt/uc/intel_guc.c 			  action[0], ret, status);
action            432 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	u32 action[2];
action            434 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	action[0] = INTEL_GUC_ACTION_SAMPLE_FORCEWAKE;
action            437 drivers/gpu/drm/i915/gt/uc/intel_guc.c 		action[1] = 0;
action            440 drivers/gpu/drm/i915/gt/uc/intel_guc.c 		action[1] = GUC_FORCEWAKE_RENDER | GUC_FORCEWAKE_MEDIA;
action            442 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action            458 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	u32 action[] = {
action            463 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action            475 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	u32 action[] = {
action            493 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	ret = intel_guc_send(guc, action, ARRAY_SIZE(action));
action            506 drivers/gpu/drm/i915/gt/uc/intel_guc.c 			  action[0], status);
action            542 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	u32 action[] = {
action            547 drivers/gpu/drm/i915/gt/uc/intel_guc.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action             87 drivers/gpu/drm/i915/gt/uc/intel_guc.h inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len)
action             89 drivers/gpu/drm/i915/gt/uc/intel_guc.h 	return guc->send(guc, action, len, NULL, 0);
action             93 drivers/gpu/drm/i915/gt/uc/intel_guc.h intel_guc_send_and_receive(struct intel_guc *guc, const u32 *action, u32 len,
action             96 drivers/gpu/drm/i915/gt/uc/intel_guc.h 	return guc->send(guc, action, len, response_buf, response_buf_size);
action            141 drivers/gpu/drm/i915/gt/uc/intel_guc.h int intel_guc_send_nop(struct intel_guc *guc, const u32 *action, u32 len,
action            143 drivers/gpu/drm/i915/gt/uc/intel_guc.h int intel_guc_send_mmio(struct intel_guc *guc, const u32 *action, u32 len,
action             90 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	u32 action[] = {
action             99 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	err = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0);
action            110 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	u32 action[] = {
action            118 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	err = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0);
action            292 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		     const u32 *action,
action            333 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		 (action[0] << GUC_CT_MSG_ACTION_SHIFT);
action            337 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			4 * (len - 1), &action[1]);
action            346 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		cmds[tail] = action[i];
action            445 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 		     const u32 *action,
action            473 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	err = ctb_write(ctb, action, len, fence, !!response_buf);
action            514 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c int intel_guc_send_ct(struct intel_guc *guc, const u32 *action, u32 len,
action            524 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	ret = ctch_send(ct, ctch, action, len, response_buf, response_buf_size,
action            528 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			  action[0], ret, status);
action            531 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 				action[0], ret, ret);
action            683 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			       u32 action, u32 len, const u32 *payload)
action            688 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	CT_DEBUG_DRIVER("CT: request %x %*ph\n", action, 4 * len, payload);
action            690 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 	switch (action) {
action            700 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c 			  action, 4 * len, payload);
action             89 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h int intel_guc_send_ct(struct intel_guc *guc, const u32 *action, u32 len,
action             26 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	u32 action[] = {
action             30 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action             35 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	u32 action[] = {
action             40 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action             46 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	u32 action[] = {
action             55 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action            140 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	u32 action[] = {
action            145 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action            150 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	u32 action[] = {
action            155 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	return intel_guc_send(guc, action, ARRAY_SIZE(action));
action            697 drivers/gpu/drm/i915/gvt/kvmgt.c 				     unsigned long action, void *data)
action            703 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) {
action            728 drivers/gpu/drm/i915/gvt/kvmgt.c 				     unsigned long action, void *data)
action            735 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (action == VFIO_GROUP_NOTIFY_SET_KVM) {
action            227 drivers/gpu/drm/i915/gvt/scheduler.c 		unsigned long action, void *data)
action            239 drivers/gpu/drm/i915/gvt/scheduler.c 		if (action == INTEL_CONTEXT_SCHEDULE_IN &&
action            255 drivers/gpu/drm/i915/gvt/scheduler.c 	switch (action) {
action            135 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, char *action, void *spt, int before, int after),
action            137 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, action, spt, before, after),
action            146 drivers/gpu/drm/i915/gvt/trace.h 				id, action, spt, before, after);
action            153 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int id, char *action, void *spt, unsigned long gfn,
action            156 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(id, action, spt, gfn, type),
action            165 drivers/gpu/drm/i915/gvt/trace.h 				id, action, spt, gfn, type);
action            347 drivers/gpu/drm/i915/gvt/trace.h 	TP_PROTO(int old_id, int new_id, char *action, unsigned int reg,
action            350 drivers/gpu/drm/i915/gvt/trace.h 	TP_ARGS(old_id, new_id, action, reg, old_val, new_val),
action            364 drivers/gpu/drm/i915/gvt/trace.h 		snprintf(__entry->buf, GVT_TEMP_STR_LEN, "%s", action);
action           1568 drivers/gpu/drm/i915/intel_uncore.c 					 unsigned long action, void *data)
action           1573 drivers/gpu/drm/i915/intel_uncore.c 	switch (action) {
action            181 drivers/gpu/drm/nouveau/nvkm/core/object.c 	const char *action = suspend ? "suspend" : "fini";
action            186 drivers/gpu/drm/nouveau/nvkm/core/object.c 	nvif_debug(object, "%s children...\n", action);
action            194 drivers/gpu/drm/nouveau/nvkm/core/object.c 	nvif_debug(object, "%s running...\n", action);
action            198 drivers/gpu/drm/nouveau/nvkm/core/object.c 			nvif_error(object, "%s failed with %d\n", action, ret);
action            205 drivers/gpu/drm/nouveau/nvkm/core/object.c 	nvif_debug(object, "%s completed in %lldus\n", action, time);
action            113 drivers/gpu/drm/nouveau/nvkm/core/subdev.c 	const char *action = suspend ? "suspend" : "fini";
action            116 drivers/gpu/drm/nouveau/nvkm/core/subdev.c 	nvkm_trace(subdev, "%s running...\n", action);
action            122 drivers/gpu/drm/nouveau/nvkm/core/subdev.c 			nvkm_error(subdev, "%s failed, %d\n", action, ret);
action            131 drivers/gpu/drm/nouveau/nvkm/core/subdev.c 	nvkm_trace(subdev, "%s completed in %lldus\n", action, time);
action           2729 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	const char *action = suspend ? "suspend" : "fini";
action           2734 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	nvdev_trace(device, "%s running...\n", action);
action           2753 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	nvdev_trace(device, "%s completed in %lldus...\n", action, time);
action           2765 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	nvdev_trace(device, "%s failed with %d\n", action, ret);
action            276 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 		mxm->action |= MXM_SANITISE_DCB;
action            215 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.c 	if (mxm->action & MXM_SANITISE_DCB)
action             11 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/priv.h 	u32 action;
action            343 drivers/gpu/drm/radeon/atombios_dp.c 				    int action, int dp_clock,
action            352 drivers/gpu/drm/radeon/atombios_dp.c 	args.ucAction = action;
action            352 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dac_setup(struct drm_encoder *encoder, int action)
action            374 drivers/gpu/drm/radeon/atombios_encoders.c 	args.ucAction = action;
action            404 drivers/gpu/drm/radeon/atombios_encoders.c atombios_tv_setup(struct drm_encoder *encoder, int action)
action            417 drivers/gpu/drm/radeon/atombios_encoders.c 	args.sTVEncoder.ucAction = action;
action            493 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dvo_setup(struct drm_encoder *encoder, int action)
action            516 drivers/gpu/drm/radeon/atombios_encoders.c 			args.ext_tmds.sXTmdsEncoder.ucEnable = action;
action            525 drivers/gpu/drm/radeon/atombios_encoders.c 			args.dvo.sDVOEncoder.ucAction = action;
action            535 drivers/gpu/drm/radeon/atombios_encoders.c 			args.dvo_v3.ucAction = action;
action            541 drivers/gpu/drm/radeon/atombios_encoders.c 			args.dvo_v4.ucAction = action;
action            565 drivers/gpu/drm/radeon/atombios_encoders.c atombios_digital_setup(struct drm_encoder *encoder, int action)
action            609 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v1.ucAction = action;
action            630 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v2.ucAction = action;
action            846 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dig_encoder_setup2(struct drm_encoder *encoder, int action, int panel_mode, int enc_override)
action            892 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v1.ucAction = action;
action            894 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action            929 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v3.ucAction = action;
action            931 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action            952 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v4.ucAction = action;
action            954 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_ENCODER_CMD_SETUP_PANEL_MODE)
action           1002 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dig_encoder_setup(struct drm_encoder *encoder, int action, int panel_mode)
action           1004 drivers/gpu/drm/radeon/atombios_encoders.c 	atombios_dig_encoder_setup2(encoder, action, panel_mode, -1);
action           1016 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dig_transmitter_setup2(struct drm_encoder *encoder, int action, uint8_t lane_num, uint8_t lane_set, int fe)
action           1035 drivers/gpu/drm/radeon/atombios_encoders.c 	if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action           1093 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v1.ucAction = action;
action           1094 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action           1096 drivers/gpu/drm/radeon/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action           1150 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v2.ucAction = action;
action           1151 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action           1153 drivers/gpu/drm/radeon/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action           1192 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v3.ucAction = action;
action           1193 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action           1195 drivers/gpu/drm/radeon/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action           1251 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v4.ucAction = action;
action           1252 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == ATOM_TRANSMITTER_ACTION_INIT) {
action           1254 drivers/gpu/drm/radeon/atombios_encoders.c 			} else if (action == ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH) {
action           1313 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v5.ucAction = action;
action           1383 drivers/gpu/drm/radeon/atombios_encoders.c atombios_dig_transmitter_setup(struct drm_encoder *encoder, int action, uint8_t lane_num, uint8_t lane_set)
action           1385 drivers/gpu/drm/radeon/atombios_encoders.c 	atombios_dig_transmitter_setup2(encoder, action, lane_num, lane_set, -1);
action           1389 drivers/gpu/drm/radeon/atombios_encoders.c atombios_set_edp_panel_power(struct drm_connector *connector, int action)
action           1404 drivers/gpu/drm/radeon/atombios_encoders.c 	if ((action != ATOM_TRANSMITTER_ACTION_POWER_ON) &&
action           1405 drivers/gpu/drm/radeon/atombios_encoders.c 	    (action != ATOM_TRANSMITTER_ACTION_POWER_OFF))
action           1413 drivers/gpu/drm/radeon/atombios_encoders.c 	args.v1.ucAction = action;
action           1418 drivers/gpu/drm/radeon/atombios_encoders.c 	if (action == ATOM_TRANSMITTER_ACTION_POWER_ON) {
action           1440 drivers/gpu/drm/radeon/atombios_encoders.c 				int action)
action           1455 drivers/gpu/drm/radeon/atombios_encoders.c 	if (action == EXTERNAL_ENCODER_ACTION_V3_ENCODER_INIT)
action           1484 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v1.sDigEncoder.ucAction = action;
action           1498 drivers/gpu/drm/radeon/atombios_encoders.c 			args.v3.sExtEncoder.ucAction = action;
action           1499 drivers/gpu/drm/radeon/atombios_encoders.c 			if (action == EXTERNAL_ENCODER_ACTION_V3_ENCODER_INIT)
action           1261 drivers/gpu/drm/radeon/btc_dpm.c 		if (btc_blacklist_clocks[i].action == RADEON_SCLK_UP) {
action           1370 drivers/gpu/drm/radeon/radeon.h 	enum radeon_clk_action action;
action            765 drivers/gpu/drm/radeon/radeon_mode.h extern void atombios_dig_encoder_setup(struct drm_encoder *encoder, int action, int panel_mode);
action            766 drivers/gpu/drm/radeon/radeon_mode.h extern void atombios_dig_encoder_setup2(struct drm_encoder *encoder, int action, int panel_mode, int enc_override);
action            770 drivers/gpu/drm/radeon/radeon_mode.h 					   int action, uint8_t lane_num,
action            773 drivers/gpu/drm/radeon/radeon_mode.h 					    int action, uint8_t lane_num,
action            838 drivers/gpu/drm/radeon/radeon_mode.h extern void atombios_dvo_setup(struct drm_encoder *encoder, int action);
action            839 drivers/gpu/drm/radeon/radeon_mode.h extern void atombios_digital_setup(struct drm_encoder *encoder, int action);
action            841 drivers/gpu/drm/radeon/radeon_mode.h extern bool atombios_set_edp_panel_power(struct drm_connector *connector, int action);
action             74 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_fence_action action;
action            265 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_fence_action *action, *next_action;
action            292 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_for_each_entry_safe(action, next_action, &list, head) {
action            293 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			list_del_init(&action->head);
action            294 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			if (action->cleanup)
action            295 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 				action->cleanup(action);
action            367 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_fence_action *action, *next_action;
action            369 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	list_for_each_entry_safe(action, next_action, list, head) {
action            370 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_del_init(&action->head);
action            371 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		fman->pending_actions[action->type]--;
action            372 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		if (action->seq_passed != NULL)
action            373 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			action->seq_passed(action);
action            380 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_add_tail(&action->head, &fman->cleanup_list);
action            907 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action)
action            910 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		container_of(action, struct vmw_event_fence_action, action);
action            942 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action)
action            945 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		container_of(action, struct vmw_event_fence_action, action);
action            962 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 			      struct vmw_fence_action *action)
action            970 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	fman->pending_actions[action->type]++;
action            975 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_add_tail(&action->head, &action_list);
action            978 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_add_tail(&action->head, &fence->seq_passed_actions);
action           1031 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.seq_passed = vmw_event_fence_action_seq_passed;
action           1032 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.cleanup = vmw_event_fence_action_cleanup;
action           1033 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	eaction->action.type = VMW_ACTION_EVENT;
action           1040 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	vmw_fence_obj_add_action(fence, &eaction->action);
action             54 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h 	void (*seq_passed) (struct vmw_fence_action *action);
action             55 drivers/gpu/drm/vmwgfx/vmwgfx_fence.h 	void (*cleanup) (struct vmw_fence_action *action);
action             66 drivers/gpu/host1x/intr.c 		dest = completed + waiter->action;
action             69 drivers/gpu/host1x/intr.c 		if (waiter->action == HOST1X_INTR_ACTION_SUBMIT_COMPLETE &&
action            204 drivers/gpu/host1x/intr.c 			   u32 thresh, enum host1x_intr_action action,
action            221 drivers/gpu/host1x/intr.c 	waiter->action = action;
action             50 drivers/gpu/host1x/intr.h 	enum host1x_intr_action action;
action             69 drivers/gpu/host1x/intr.h 			   u32 thresh, enum host1x_intr_action action,
action           1415 drivers/gpu/vga/vgaarb.c static int pci_notify(struct notifier_block *nb, unsigned long action,
action           1427 drivers/gpu/vga/vgaarb.c 	if (action == BUS_NOTIFY_ADD_DEVICE)
action           1429 drivers/gpu/vga/vgaarb.c 	else if (action == BUS_NOTIFY_DEL_DEVICE)
action            105 drivers/greybus/svc.c 	if (svc->action == GB_SVC_WATCHDOG_BITE_PANIC_KERNEL)
action            107 drivers/greybus/svc.c 	else if (svc->action == GB_SVC_WATCHDOG_BITE_RESET_UNIPRO)
action            120 drivers/greybus/svc.c 		svc->action = GB_SVC_WATCHDOG_BITE_PANIC_KERNEL;
action            122 drivers/greybus/svc.c 		svc->action = GB_SVC_WATCHDOG_BITE_RESET_UNIPRO;
action             86 drivers/greybus/svc_watchdog.c 		if (svc->action == GB_SVC_WATCHDOG_BITE_PANIC_KERNEL) {
action             88 drivers/greybus/svc_watchdog.c 		} else if (svc->action == GB_SVC_WATCHDOG_BITE_RESET_UNIPRO) {
action            263 drivers/hid/hid-cougar.c 	unsigned char code, action;
action            275 drivers/hid/hid-cougar.c 	action = data[COUGAR_FIELD_ACTION];
action            279 drivers/hid/hid-cougar.c 				    cougar_mapping[i][1], action);
action            285 drivers/hid/hid-cougar.c 	if (action != 0)
action            392 drivers/hid/hid-roccat-arvo.c 		roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
action            394 drivers/hid/hid-roccat-arvo.c 		roccat_report.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
action             65 drivers/hid/hid-roccat-arvo.h 	uint8_t action;
action             16 drivers/hid/hid-roccat-kone.h 	uint8_t action;
action            635 drivers/hwmon/smsc47m1.c 					    enum chips type, int action,
action            674 drivers/hwmon/smsc47m1.c 		switch (action) {
action            430 drivers/hwtracing/coresight/coresight-etm-perf.c 			if (filter->action == PERF_ADDR_FILTER_ACTION_START ||
action            431 drivers/hwtracing/coresight/coresight-etm-perf.c 			    filter->action == PERF_ADDR_FILTER_ACTION_STOP)
action            464 drivers/hwtracing/coresight/coresight-etm-perf.c 		switch (filter->action) {
action            520 drivers/i2c/busses/i2c-imx.c 				     unsigned long action, void *data)
action            527 drivers/i2c/busses/i2c-imx.c 	if (action & POST_RATE_CHANGE)
action            123 drivers/i2c/busses/i2c-mv64xxx.c 	u32			action;
action            233 drivers/i2c/busses/i2c-mv64xxx.c 		drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
action            242 drivers/i2c/busses/i2c-mv64xxx.c 		drv_data->action = MV64XXX_I2C_ACTION_SEND_ADDR_1;
action            249 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_SEND_ADDR_2;
action            261 drivers/i2c/busses/i2c-mv64xxx.c 				drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
action            264 drivers/i2c/busses/i2c-mv64xxx.c 				drv_data->action =
action            270 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_SEND_DATA;
action            280 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_SEND_ADDR_2;
action            288 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
action            295 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_CONTINUE;
action            297 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action = MV64XXX_I2C_ACTION_RCV_DATA;
action            307 drivers/i2c/busses/i2c-mv64xxx.c 		drv_data->action = MV64XXX_I2C_ACTION_RCV_DATA_STOP;
action            315 drivers/i2c/busses/i2c-mv64xxx.c 		drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
action            326 drivers/i2c/busses/i2c-mv64xxx.c 		drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
action            348 drivers/i2c/busses/i2c-mv64xxx.c 	switch(drv_data->action) {
action            418 drivers/i2c/busses/i2c-mv64xxx.c 			drv_data->action);
action            598 drivers/i2c/i2c-core-acpi.c 	u8 action = function & ACPI_IO_MASK;
action            625 drivers/i2c/i2c-core-acpi.c 		if (action == ACPI_READ) {
action            637 drivers/i2c/i2c-core-acpi.c 		if (action == ACPI_READ) {
action            650 drivers/i2c/i2c-core-acpi.c 		if (action == ACPI_READ) {
action            663 drivers/i2c/i2c-core-acpi.c 		if (action == ACPI_READ) {
action            677 drivers/i2c/i2c-core-acpi.c 		if (action == ACPI_READ) {
action            229 drivers/i2c/i2c-core-of.c static int of_i2c_notify(struct notifier_block *nb, unsigned long action,
action            236 drivers/i2c/i2c-core-of.c 	switch (of_reconfig_get_state_change(action, rd)) {
action            695 drivers/i2c/i2c-dev.c static int i2cdev_notifier_call(struct notifier_block *nb, unsigned long action,
action            700 drivers/i2c/i2c-dev.c 	switch (action) {
action            268 drivers/infiniband/core/uverbs.h 		struct ib_uverbs_flow_spec_action_handle action;
action           2671 drivers/infiniband/core/uverbs_cmd.c 		if (kern_spec->action.size !=
action           2674 drivers/infiniband/core/uverbs_cmd.c 		ib_spec->action.act = uobj_get_obj_read(flow_action,
action           2676 drivers/infiniband/core/uverbs_cmd.c 							kern_spec->action.handle,
action           2678 drivers/infiniband/core/uverbs_cmd.c 		if (!ib_spec->action.act)
action           2680 drivers/infiniband/core/uverbs_cmd.c 		ib_spec->action.size =
action           2684 drivers/infiniband/core/uverbs_cmd.c 				   ib_spec->action.act);
action           2685 drivers/infiniband/core/uverbs_cmd.c 		uobj_put_obj_read(ib_spec->action.act);
action             41 drivers/infiniband/core/uverbs_std_types_flow_action.c 	struct ib_flow_action *action = uobject->object;
action             44 drivers/infiniband/core/uverbs_std_types_flow_action.c 	ret = ib_destroy_usecnt(&action->usecnt, why, uobject);
action             48 drivers/infiniband/core/uverbs_std_types_flow_action.c 	return action->device->ops.destroy_flow_action(action);
action            315 drivers/infiniband/core/uverbs_std_types_flow_action.c 	struct ib_flow_action		  *action;
action            326 drivers/infiniband/core/uverbs_std_types_flow_action.c 	action = ib_dev->ops.create_flow_action_esp(ib_dev, &esp_attr.hdr,
action            328 drivers/infiniband/core/uverbs_std_types_flow_action.c 	if (IS_ERR(action))
action            329 drivers/infiniband/core/uverbs_std_types_flow_action.c 		return PTR_ERR(action);
action            331 drivers/infiniband/core/uverbs_std_types_flow_action.c 	uverbs_flow_action_fill_action(action, uobj, ib_dev,
action            342 drivers/infiniband/core/uverbs_std_types_flow_action.c 	struct ib_flow_action *action = uobj->object;
action            346 drivers/infiniband/core/uverbs_std_types_flow_action.c 	if (!action->device->ops.modify_flow_action_esp)
action            349 drivers/infiniband/core/uverbs_std_types_flow_action.c 	ret = parse_flow_action_esp(action->device, attrs, &esp_attr, true);
action            353 drivers/infiniband/core/uverbs_std_types_flow_action.c 	if (action->type != IB_FLOW_ACTION_ESP)
action            356 drivers/infiniband/core/uverbs_std_types_flow_action.c 	return action->device->ops.modify_flow_action_esp(action,
action            675 drivers/infiniband/hw/hfi1/sdma.c 	const struct sdma_set_state_action *action = sdma_action_table;
action            692 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].op_enable)
action            695 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].op_intenable)
action            698 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].op_halt)
action            701 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].op_cleanup)
action            704 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].go_s99_running_tofalse)
action            707 drivers/infiniband/hw/hfi1/sdma.c 	if (action[next_state].go_s99_running_totrue)
action            412 drivers/infiniband/hw/i40iw/i40iw.h 			    u32 action);
action            454 drivers/infiniband/hw/i40iw/i40iw_cm.h 		    u32 action);
action            529 drivers/infiniband/hw/i40iw/i40iw_hw.c 			    u32 action)
action            536 drivers/infiniband/hw/i40iw/i40iw_hw.c 	arp_index = i40iw_arp_table(iwdev, ip_addr, ipv4, mac_addr, action);
action            544 drivers/infiniband/hw/i40iw/i40iw_hw.c 	if (action == I40IW_ARP_ADD) {
action             65 drivers/infiniband/hw/i40iw/i40iw_utils.c 		    u32 action)
action             81 drivers/infiniband/hw/i40iw/i40iw_utils.c 	switch (action) {
action            156 drivers/infiniband/hw/i40iw/i40iw_utils.c 	u32 action = I40IW_ARP_ADD;
action            192 drivers/infiniband/hw/i40iw/i40iw_utils.c 		action = I40IW_ARP_DELETE;
action            206 drivers/infiniband/hw/i40iw/i40iw_utils.c 				       action);
action            208 drivers/infiniband/hw/i40iw/i40iw_utils.c 				(action == I40IW_ARP_ADD) ? true : false);
action            232 drivers/infiniband/hw/i40iw/i40iw_utils.c 	u32 action = I40IW_ARP_ADD;
action            249 drivers/infiniband/hw/i40iw/i40iw_utils.c 		action = I40IW_ARP_DELETE;
action            258 drivers/infiniband/hw/i40iw/i40iw_utils.c 				       action);
action            260 drivers/infiniband/hw/i40iw/i40iw_utils.c 				(action == I40IW_ARP_ADD) ? true : false);
action            156 drivers/infiniband/hw/mlx5/flow.c 		flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action            393 drivers/infiniband/hw/mlx5/flow.c 	struct ib_flow_action *action;
action            414 drivers/infiniband/hw/mlx5/flow.c 	action = mlx5_ib_create_modify_header(mdev, ft_type, num_actions, in);
action            415 drivers/infiniband/hw/mlx5/flow.c 	if (IS_ERR(action))
action            416 drivers/infiniband/hw/mlx5/flow.c 		return PTR_ERR(action);
action            418 drivers/infiniband/hw/mlx5/flow.c 	uverbs_flow_action_fill_action(action, uobj, &mdev->ib_dev,
action           2629 drivers/infiniband/hw/mlx5/main.c 			   struct mlx5_flow_act *action)
action           2634 drivers/infiniband/hw/mlx5/main.c 		if (action->action & (MLX5_FLOW_CONTEXT_ACTION_ENCRYPT |
action           2638 drivers/infiniband/hw/mlx5/main.c 		action->esp_id = (uintptr_t)maction->esp_aes_gcm.ctx;
action           2639 drivers/infiniband/hw/mlx5/main.c 		action->action |= is_egress ?
action           2646 drivers/infiniband/hw/mlx5/main.c 			if (action->action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)
action           2648 drivers/infiniband/hw/mlx5/main.c 			action->action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           2649 drivers/infiniband/hw/mlx5/main.c 			action->modify_hdr =
action           2655 drivers/infiniband/hw/mlx5/main.c 			if (action->action & MLX5_FLOW_CONTEXT_ACTION_DECAP)
action           2657 drivers/infiniband/hw/mlx5/main.c 			action->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP;
action           2662 drivers/infiniband/hw/mlx5/main.c 			if (action->action &
action           2665 drivers/infiniband/hw/mlx5/main.c 			action->action |=
action           2667 drivers/infiniband/hw/mlx5/main.c 			action->pkt_reformat =
action           2681 drivers/infiniband/hw/mlx5/main.c 			   struct mlx5_flow_act *action, u32 prev_type)
action           3011 drivers/infiniband/hw/mlx5/main.c 		action->action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
action           3014 drivers/infiniband/hw/mlx5/main.c 		ret = parse_flow_flow_action(to_mflow_act(ib_spec->action.act),
action           3015 drivers/infiniband/hw/mlx5/main.c 			flow_attr->flags & IB_FLOW_ATTR_FLAGS_EGRESS, action);
action           3025 drivers/infiniband/hw/mlx5/main.c 		if (action->action & MLX5_FLOW_CONTEXT_ACTION_COUNT)
action           3028 drivers/infiniband/hw/mlx5/main.c 		action->counters = ib_spec->flow_count.counters;
action           3029 drivers/infiniband/hw/mlx5/main.c 		action->action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action           3086 drivers/infiniband/hw/mlx5/main.c 		(flow_act->action & (MLX5_FLOW_CONTEXT_ACTION_ENCRYPT |
action           3089 drivers/infiniband/hw/mlx5/main.c 	bool is_drop = flow_act->action & MLX5_FLOW_CONTEXT_ACTION_DROP;
action           3560 drivers/infiniband/hw/mlx5/main.c 	if (dst && !(flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP)) {
action           3588 drivers/infiniband/hw/mlx5/main.c 	if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action           3604 drivers/infiniband/hw/mlx5/main.c 	if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_DROP) {
action           3609 drivers/infiniband/hw/mlx5/main.c 			flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action           3611 drivers/infiniband/hw/mlx5/main.c 			flow_act.action |=
action           4130 drivers/infiniband/hw/mlx5/main.c 		flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           4134 drivers/infiniband/hw/mlx5/main.c 		flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           4137 drivers/infiniband/hw/mlx5/main.c 		flow_act->action |= MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action           4142 drivers/infiniband/hw/mlx5/main.c 	if (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action           4193 drivers/infiniband/hw/mlx5/main.c 	struct mlx5_ib_flow_action *action;
action           4227 drivers/infiniband/hw/mlx5/main.c 	action = kmalloc(sizeof(*action), GFP_KERNEL);
action           4228 drivers/infiniband/hw/mlx5/main.c 	if (!action)
action           4231 drivers/infiniband/hw/mlx5/main.c 	action->esp_aes_gcm.ib_flags = attr->flags;
action           4250 drivers/infiniband/hw/mlx5/main.c 		accel_attrs.action |= MLX5_ACCEL_ESP_ACTION_ENCRYPT;
action           4252 drivers/infiniband/hw/mlx5/main.c 	action->esp_aes_gcm.ctx =
action           4254 drivers/infiniband/hw/mlx5/main.c 	if (IS_ERR(action->esp_aes_gcm.ctx)) {
action           4255 drivers/infiniband/hw/mlx5/main.c 		err = PTR_ERR(action->esp_aes_gcm.ctx);
action           4259 drivers/infiniband/hw/mlx5/main.c 	action->esp_aes_gcm.ib_flags = attr->flags;
action           4261 drivers/infiniband/hw/mlx5/main.c 	return &action->ib_action;
action           4264 drivers/infiniband/hw/mlx5/main.c 	kfree(action);
action           4269 drivers/infiniband/hw/mlx5/main.c mlx5_ib_modify_flow_action_esp(struct ib_flow_action *action,
action           4273 drivers/infiniband/hw/mlx5/main.c 	struct mlx5_ib_flow_action *maction = to_mflow_act(action);
action           4316 drivers/infiniband/hw/mlx5/main.c static int mlx5_ib_destroy_flow_action(struct ib_flow_action *action)
action           4318 drivers/infiniband/hw/mlx5/main.c 	struct mlx5_ib_flow_action *maction = to_mflow_act(action);
action           4320 drivers/infiniband/hw/mlx5/main.c 	switch (action->type) {
action            927 drivers/infiniband/hw/mlx5/mlx5_ib.h 			   struct mlx5_flow_act *action);
action            197 drivers/infiniband/hw/qib/qib_sdma.c 	struct sdma_set_state_action *action = ss->set_state_action;
action            206 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].op_enable)
action            209 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].op_intenable)
action            212 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].op_halt)
action            215 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].op_drain)
action            218 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].go_s99_running_tofalse)
action            221 drivers/infiniband/hw/qib/qib_sdma.c 	if (action[next_state].go_s99_running_totrue)
action            184 drivers/infiniband/hw/usnic/usnic_fwd.c 		struct filter_action *action)
action            194 drivers/infiniband/hw/usnic/usnic_fwd.c 	*((struct filter_action *)&tlv->val) = *action;
action            224 drivers/infiniband/hw/usnic/usnic_fwd.c 	fill_tlv(tlv, filter, &uaction->action);
action             71 drivers/infiniband/hw/usnic/usnic_fwd.h 	struct filter_action		action;
action             92 drivers/infiniband/hw/usnic/usnic_fwd.h 				struct usnic_filter_action *action);
action            197 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	uaction->action.type = FILTER_ACTION_RQ_STEERING;
action            198 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	uaction->action.u.rq_idx = res_chunk->res[DFLT_RQ_IDX]->vnic_idx;
action             23 drivers/input/misc/rave-sp-pwrbutton.c 				      unsigned long action, void *data)
action             27 drivers/input/misc/rave-sp-pwrbutton.c 	const u8 event = rave_sp_action_unpack_event(action);
action             28 drivers/input/misc/rave-sp-pwrbutton.c 	const u8 value = rave_sp_action_unpack_value(action);
action             89 drivers/input/mouse/psmouse-smbus.c 				       unsigned long action, void *data)
action             93 drivers/input/mouse/psmouse-smbus.c 	switch (action) {
action           1508 drivers/input/serio/i8042.c 				   unsigned long action, void *data)
action           1517 drivers/input/serio/i8042.c 	switch (action) {
action            701 drivers/input/touchscreen/ads7846.c 	int action;
action            724 drivers/input/touchscreen/ads7846.c 			action = ts->filter(ts->filter_data, msg_idx, &val);
action            725 drivers/input/touchscreen/ads7846.c 			switch (action) {
action             58 drivers/input/touchscreen/sur40.c 	u8 action;         /* 0x02 = enter/exit, 0x03 = update (?) */
action            334 drivers/iommu/dmar.c 				 unsigned long action, void *data)
action            344 drivers/iommu/dmar.c 	if (action != BUS_NOTIFY_ADD_DEVICE &&
action            345 drivers/iommu/dmar.c 	    action != BUS_NOTIFY_REMOVED_DEVICE)
action            348 drivers/iommu/dmar.c 	info = dmar_alloc_pci_notify_info(pdev, action);
action            353 drivers/iommu/dmar.c 	if (action == BUS_NOTIFY_ADD_DEVICE)
action            355 drivers/iommu/dmar.c 	else if (action == BUS_NOTIFY_REMOVED_DEVICE)
action           1439 drivers/iommu/iommu.c 			      unsigned long action, void *data)
action           1449 drivers/iommu/iommu.c 	if (action == BUS_NOTIFY_ADD_DEVICE) {
action           1454 drivers/iommu/iommu.c 	} else if (action == BUS_NOTIFY_REMOVED_DEVICE) {
action           1467 drivers/iommu/iommu.c 	switch (action) {
action           1303 drivers/md/dm-mpath.c 		      action_fn action)
action           1312 drivers/md/dm-mpath.c 				r = action(pgpath);
action           1793 drivers/md/dm-mpath.c 	action_fn action;
action           1827 drivers/md/dm-mpath.c 		action = reinstate_path;
action           1829 drivers/md/dm-mpath.c 		action = fail_path;
action           1842 drivers/md/dm-mpath.c 	r = action_dev(m, dev, action);
action             21 drivers/md/dm-uevent.c 	enum kobject_action action;
action             32 drivers/md/dm-uevent.c 	enum kobject_action action;
action             60 drivers/md/dm-uevent.c 					      enum kobject_action action,
action             73 drivers/md/dm-uevent.c 	event->action = action;
action            152 drivers/md/dm-uevent.c 		r = kobject_uevent_env(kobj, event->action, event->ku_env.envp);
action            182 drivers/md/dm-uevent.c 				     _dm_uevent_type_names[event_type].action,
action           2886 drivers/md/dm.c int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
action           2893 drivers/md/dm.c 		return kobject_uevent(&disk_to_dev(md->disk)->kobj, action);
action           2898 drivers/md/dm.c 					  action, envp);
action            190 drivers/md/dm.h int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
action           8415 drivers/md/md.c 	char *desc, *action = NULL;
action           8445 drivers/md/md.c 			action = "check";
action           8448 drivers/md/md.c 			action = "repair";
action           8456 drivers/md/md.c 	mddev->last_sync_action = action ?: desc;
action           11327 drivers/media/dvb-frontends/drx39xyj/drxj.c 		       enum drxu_code_action action);
action           11735 drivers/media/dvb-frontends/drx39xyj/drxj.c 		       enum drxu_code_action action)
action           11789 drivers/media/dvb-frontends/drx39xyj/drxj.c 	if (action == UCODE_UPLOAD) {
action           11837 drivers/media/dvb-frontends/drx39xyj/drxj.c 		switch (action) {
action            534 drivers/media/i2c/max2175.c 			      enum max2175_csm_mode action)
action            538 drivers/media/i2c/max2175.c 	mxm_dbg(ctx, "csm_action: %d\n", action);
action           2416 drivers/media/pci/cx23885/cx23885-cards.c 		char *action = "configure";
action           2420 drivers/media/pci/cx23885/cx23885-cards.c 			.action = action,
action           1229 drivers/media/radio/wl128x/fmdrv_common.c 	struct bts_action *action;
action           1261 drivers/media/radio/wl128x/fmdrv_common.c 		action = (struct bts_action *)fw_data;
action           1263 drivers/media/radio/wl128x/fmdrv_common.c 		switch (action->type) {
action           1265 drivers/media/radio/wl128x/fmdrv_common.c 			ret = fmc_send_cmd(fmdev, 0, 0, action->data,
action           1266 drivers/media/radio/wl128x/fmdrv_common.c 					   action->size, NULL, NULL);
action           1274 drivers/media/radio/wl128x/fmdrv_common.c 			delay = (struct bts_action_delay *)action->data;
action           1279 drivers/media/radio/wl128x/fmdrv_common.c 		fw_data += (sizeof(struct bts_action) + (action->size));
action           1280 drivers/media/radio/wl128x/fmdrv_common.c 		fw_len -= (sizeof(struct bts_action) + (action->size));
action            936 drivers/media/rc/img-ir/img-ir-hw.c static int img_ir_clk_notify(struct notifier_block *self, unsigned long action,
action            941 drivers/media/rc/img-ir/img-ir-hw.c 	switch (action) {
action           5611 drivers/media/usb/gspca/zc3xx.c 			const struct usb_action *action)
action           5613 drivers/media/usb/gspca/zc3xx.c 	while (action->req) {
action           5614 drivers/media/usb/gspca/zc3xx.c 		switch (action->req) {
action           5616 drivers/media/usb/gspca/zc3xx.c 			reg_w(gspca_dev, action->val, action->idx);
action           5619 drivers/media/usb/gspca/zc3xx.c 			reg_r(gspca_dev, action->idx);
action           5623 drivers/media/usb/gspca/zc3xx.c 				  action->val,			/* reg */
action           5624 drivers/media/usb/gspca/zc3xx.c 				  action->idx & 0xff,		/* valL */
action           5625 drivers/media/usb/gspca/zc3xx.c 				  action->idx >> 8);		/* valH */
action           5629 drivers/media/usb/gspca/zc3xx.c 				  action->idx >> 8,		/* reg */
action           5630 drivers/media/usb/gspca/zc3xx.c 				  action->idx & 0xff,		/* valL */
action           5631 drivers/media/usb/gspca/zc3xx.c 				  action->val);			/* valH */
action           5635 drivers/media/usb/gspca/zc3xx.c 			msleep(action->idx);
action           5638 drivers/media/usb/gspca/zc3xx.c 		action++;
action            296 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            309 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           4969 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           4984 drivers/message/fusion/mptbase.c 			cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5013 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5029 drivers/message/fusion/mptbase.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5310 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5328 drivers/message/fusion/mptbase.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5402 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5411 drivers/message/fusion/mptbase.c 			cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5479 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5489 drivers/message/fusion/mptbase.c 			cfg.action = MPI_CONFIG_ACTION_PAGE_READ_NVRAM;
action           5588 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5660 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5675 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5749 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5770 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5816 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5837 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5888 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5909 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           5985 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           5999 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           6050 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           6070 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           6102 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           6125 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           6156 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           6175 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           6191 drivers/message/fusion/mptbase.c 				cfg.action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT;
action           6196 drivers/message/fusion/mptbase.c 					cfg.action = MPI_CONFIG_ACTION_PAGE_WRITE_NVRAM;
action           6238 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           6247 drivers/message/fusion/mptbase.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           6406 drivers/message/fusion/mptbase.c 	pReq->Action = pCfg->action;
action           6541 drivers/message/fusion/mptbase.c 			    pCfg->cfghdr.hdr->PageNumber, pCfg->action);
action            901 drivers/message/fusion/mptbase.h 	u8			 action;
action           2396 drivers/message/fusion/mptctl.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2404 drivers/message/fusion/mptctl.c 			cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2604 drivers/message/fusion/mptctl.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2652 drivers/message/fusion/mptctl.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2658 drivers/message/fusion/mptctl.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            322 drivers/message/fusion/mptfc.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            341 drivers/message/fusion/mptfc.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            753 drivers/message/fusion/mptfc.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            772 drivers/message/fusion/mptfc.c 		cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            846 drivers/message/fusion/mptfc.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            861 drivers/message/fusion/mptfc.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT;
action            889 drivers/message/fusion/mptfc.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            928 drivers/message/fusion/mptfc.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            668 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action            684 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           1362 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           1382 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2023 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2039 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2375 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2395 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2447 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2470 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2515 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2534 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2576 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2597 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2658 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2680 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           2739 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           2760 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action           4238 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_HEADER;
action           4254 drivers/message/fusion/mptsas.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            556 drivers/message/fusion/mptspi.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_READ_CURRENT;
action            891 drivers/message/fusion/mptspi.c 	cfg.action = MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT;
action           1535 drivers/mfd/ab8500-debugfs.c 		if (desc && desc->action) {
action           1536 drivers/mfd/ab8500-debugfs.c 			struct irqaction *action = desc->action;
action           1538 drivers/mfd/ab8500-debugfs.c 			seq_printf(s, "  %s", action->name);
action           1539 drivers/mfd/ab8500-debugfs.c 			while ((action = action->next) != NULL)
action           1540 drivers/mfd/ab8500-debugfs.c 				seq_printf(s, ", %s", action->name);
action            432 drivers/misc/altera-stapl/altera.c 		if (aconf->action == NULL) {
action            443 drivers/misc/altera-stapl/altera.c 				if (strncasecmp(aconf->action, name, strlen(name)) == 0) {
action           2500 drivers/misc/altera-stapl/altera.c 		if (astate->config->action == NULL)
action           2509 drivers/misc/altera-stapl/altera.c 				astate->config->action);
action            176 drivers/misc/cxl/flash.c 	u32 action, node_count;
action            198 drivers/misc/cxl/flash.c 			action = be32_to_cpu(*data) & NODE_ACTION_MASK;
action            201 drivers/misc/cxl/flash.c 				 action, node_count);
action            207 drivers/misc/cxl/flash.c 				switch (action) {
action             23 drivers/misc/vmw_vmci/vmci_doorbell.h 	u16 action;
action            818 drivers/misc/vmw_vmci/vmci_host.c 	switch (info.action) {
action            839 drivers/misc/vmw_vmci/vmci_host.c 			       info.action);
action           2297 drivers/mtd/chips/cfi_cmdset_0001.c 				 otp_op_t action, int user_regs)
action           2364 drivers/mtd/chips/cfi_cmdset_0001.c 				if (!action) {
action           2400 drivers/mtd/chips/cfi_cmdset_0001.c 					ret = action(map, chip, data_offset,
action           1487 drivers/mtd/chips/cfi_cmdset_0002.c 			       otp_op_t action, int user_regs)
action           1571 drivers/mtd/chips/cfi_cmdset_0002.c 		if (!action) {
action           1587 drivers/mtd/chips/cfi_cmdset_0002.c 			ret = action(map, chip, otpoffset + from, size, buf,
action           3038 drivers/mtd/nand/onenand/onenand_base.c 			otp_op_t action, int mode)
action           3069 drivers/mtd/nand/onenand/onenand_base.c 		if (!action) {	/* OTP Info functions */
action           3089 drivers/mtd/nand/onenand/onenand_base.c 			ret = action(mtd, from, len, &tmp_retlen, buf);
action           1555 drivers/mtd/nand/raw/nandsim.c static int do_state_action(struct nandsim *ns, uint32_t action)
action           1561 drivers/mtd/nand/raw/nandsim.c 	action &= ACTION_MASK;
action           1564 drivers/mtd/nand/raw/nandsim.c 	if (action != ACTION_SECERASE && ns->regs.row >= ns->geom.pgnum) {
action           1569 drivers/mtd/nand/raw/nandsim.c 	switch (action) {
action           1531 drivers/net/dsa/mv88e6xxx/chip.c 	enum mv88e6xxx_policy_action action = policy->action;
action           1544 drivers/net/dsa/mv88e6xxx/chip.c 		if (action == MV88E6XXX_POLICY_ACTION_NORMAL)
action           1546 drivers/net/dsa/mv88e6xxx/chip.c 		else if (action == MV88E6XXX_POLICY_ACTION_DISCARD &&
action           1549 drivers/net/dsa/mv88e6xxx/chip.c 		else if (action == MV88E6XXX_POLICY_ACTION_DISCARD &&
action           1565 drivers/net/dsa/mv88e6xxx/chip.c 	if (action == MV88E6XXX_POLICY_ACTION_NORMAL)
action           1569 drivers/net/dsa/mv88e6xxx/chip.c 			    policy->action != action)
action           1572 drivers/net/dsa/mv88e6xxx/chip.c 	return chip->info->ops->port_set_policy(chip, port, mapping, action);
action           1581 drivers/net/dsa/mv88e6xxx/chip.c 	enum mv88e6xxx_policy_action action;
action           1592 drivers/net/dsa/mv88e6xxx/chip.c 		action = MV88E6XXX_POLICY_ACTION_DISCARD;
action           1623 drivers/net/dsa/mv88e6xxx/chip.c 		    policy->action == action && policy->vid == vid &&
action           1643 drivers/net/dsa/mv88e6xxx/chip.c 	policy->action = action;
action           1722 drivers/net/dsa/mv88e6xxx/chip.c 			policy->action = MV88E6XXX_POLICY_ACTION_NORMAL;
action            213 drivers/net/dsa/mv88e6xxx/chip.h 	enum mv88e6xxx_policy_action action;
action            417 drivers/net/dsa/mv88e6xxx/chip.h 			       enum mv88e6xxx_policy_action action);
action           1349 drivers/net/dsa/mv88e6xxx/port.c 			      enum mv88e6xxx_policy_action action)
action           1392 drivers/net/dsa/mv88e6xxx/port.c 	switch (action) {
action            341 drivers/net/dsa/mv88e6xxx/port.h 			      enum mv88e6xxx_policy_action action);
action           3343 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     u32 action)
action           3346 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (action) {
action           7353 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     u32 action)
action           7356 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (action) {
action           8481 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     u32 action)
action           8485 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (action) {
action           8520 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		   action);
action           9782 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				      u32 action)
action           9785 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (action) {
action           11014 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					u32 action)
action           11018 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	switch (action) {
action            143 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h 				    struct link_params *params, u32 action);
action           1348 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 	void (*action)(struct bnx2x *bp);
action           1390 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 	bnx2x_stats_stm[state][event].action(bp);
action           2492 drivers/net/ethernet/broadcom/bnxt/bnxt.c 			    tx_buf->action == XDP_REDIRECT) {
action           2498 drivers/net/ethernet/broadcom/bnxt/bnxt.c 				tx_buf->action = 0;
action            691 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	u8			action;
action            303 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	return bnxt_tc_parse_actions(bp, &flow->actions, &rule->action);
action             54 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 	tx_buf->action = XDP_TX;
action             65 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 	tx_buf->action = XDP_REDIRECT;
action             84 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 		if (tx_buf->action == XDP_REDIRECT) {
action             92 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 			tx_buf->action = 0;
action             94 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c 		} else if (tx_buf->action == XDP_TX) {
action            536 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	u32 action;
action            559 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	action = bpf_prog_run_xdp(prog, &xdp);
action            569 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	switch (action) {
action            596 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		bpf_warn_invalid_xdp_action(action);
action            599 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		trace_xdp_exception(nic->netdev, prog, action);
action           1189 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	uint32_t action:2;      /* drop, pass, switch */
action            301 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	if (fs->action == FILTER_SWITCH &&
action            311 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 	    fs->action == FILTER_SWITCH &&
action            605 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		      FW_FILTER_WR_DROP_V(f->fs.action == FILTER_DROP) |
action            609 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 		      FW_FILTER_WR_LPBK_V(f->fs.action == FILTER_SWITCH) |
action           1044 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			    CONG_CNTRL_V((f->fs.action == FILTER_DROP) |
action           1048 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			    CCTRL_ECN_V(f->fs.action == FILTER_SWITCH));
action           1084 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			    CONG_CNTRL_V((f->fs.action == FILTER_DROP) |
action           1088 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			    CCTRL_ECN_V(f->fs.action == FILTER_SWITCH));
action            597 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		unsigned int action =
action            601 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		    (action == FW_PORT_ACTION_GET_PORT_INFO ||
action            602 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		     action == FW_PORT_ACTION_GET_PORT_INFO32)) {
action            609 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 			dcbxdis = (action == FW_PORT_ACTION_GET_PORT_INFO
action            621 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		    action == FW_PORT_ACTION_L2_DCB_CFG)
action            389 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	flow_action_for_each(i, act, &rule->action) {
action            392 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			fs->action = FILTER_PASS;
action            395 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			fs->action = FILTER_DROP;
action            401 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 			fs->action = FILTER_SWITCH;
action            557 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	flow_action_for_each(i, act, &rule->action) {
action            109 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 			fs->action = FILTER_DROP;
action            124 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 					fs->action = FILTER_SWITCH;
action           8572 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	int action, link_ok, linkdnrc;
action           8577 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	action = FW_PORT_CMD_ACTION_G(be32_to_cpu(cmd->action_to_len16));
action           8578 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	switch (action) {
action           8786 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	unsigned int action, link_ok, mtu;
action           8794 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	action = (fw_caps == FW_CAPS16
action           8798 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		FW_PORT_CMD_ACTION_V(action) |
action           8805 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (action == FW_PORT_ACTION_GET_PORT_INFO) {
action           8845 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	unsigned int action =
action           8849 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	    (action == FW_PORT_ACTION_GET_PORT_INFO ||
action           8850 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	     action == FW_PORT_ACTION_GET_PORT_INFO32)) {
action           1921 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	int action, link_ok, linkdnrc;
action           1925 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	action = FW_PORT_CMD_ACTION_G(be32_to_cpu(cmd->action_to_len16));
action           1926 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	switch (action) {
action           2109 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		int action = FW_PORT_CMD_ACTION_G(
action           2113 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		if (action != FW_PORT_ACTION_GET_PORT_INFO &&
action           2114 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		    action != FW_PORT_ACTION_GET_PORT_INFO32) {
action           2117 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 				action);
action           1213 drivers/net/ethernet/cisco/enic/vnic_dev.c 	struct filter_action *action;
action           1237 drivers/net/ethernet/cisco/enic/vnic_dev.c 		action = (struct filter_action *)&tlv->val;
action           1238 drivers/net/ethernet/cisco/enic/vnic_dev.c 		action->type = FILTER_ACTION_RQ_STEERING;
action           1239 drivers/net/ethernet/cisco/enic/vnic_dev.c 		action->u.rq_idx = *entry;
action           1733 drivers/net/ethernet/freescale/dpaa2/dpni.c 		      const struct dpni_fs_action_cfg *action)
action           1748 drivers/net/ethernet/freescale/dpaa2/dpni.c 	cmd_params->options = cpu_to_le16(action->options);
action           1749 drivers/net/ethernet/freescale/dpaa2/dpni.c 	cmd_params->flow_id = cpu_to_le16(action->flow_id);
action           1750 drivers/net/ethernet/freescale/dpaa2/dpni.c 	cmd_params->flc = cpu_to_le64(action->flc);
action            956 drivers/net/ethernet/freescale/dpaa2/dpni.h 		      const struct dpni_fs_action_cfg *action);
action           2244 drivers/net/ethernet/hisilicon/hns/hns_enet.c 				   unsigned long action, void *data)
action           2249 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	assert(action == HNAE_AE_REGISTER);
action           4847 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			      struct hclge_fd_ad_data *action)
action           4861 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		      action->write_rule_id_to_bd);
action           4863 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			action->rule_id);
action           4865 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hnae3_set_bit(ad_data, HCLGE_FD_AD_DROP_B, action->drop_packet);
action           4867 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		      action->forward_to_direct_queue);
action           4869 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			action->queue_id);
action           4870 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hnae3_set_bit(ad_data, HCLGE_FD_AD_USE_COUNTER_B, action->use_counter);
action           4872 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			HCLGE_FD_AD_COUNTER_NUM_S, action->counter_id);
action           4873 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hnae3_set_bit(ad_data, HCLGE_FD_AD_NXT_STEP_B, action->use_next_stage);
action           4875 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			action->counter_id);
action           5112 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	if (rule->action == HCLGE_FD_ACTION_DROP_PACKET) {
action           5560 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	u8 action;
action           5581 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		action = HCLGE_FD_ACTION_DROP_PACKET;
action           5604 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		action = HCLGE_FD_ACTION_ACCEPT_PACKET;
action           5624 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	rule->action = action;
action           5956 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	if (rule->action == HCLGE_FD_ACTION_DROP_PACKET) {
action           6050 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	rule->action = 0;
action            615 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 	u8 action;
action            116 drivers/net/ethernet/huawei/hinic/hinic_hw_if.c void hinic_set_pf_action(struct hinic_hwif *hwif, enum hinic_pf_action action)
action            121 drivers/net/ethernet/huawei/hinic/hinic_hw_if.c 	attr5 |= HINIC_FA5_SET(action, PF_ACTION);
action            262 drivers/net/ethernet/huawei/hinic/hinic_hw_if.h void hinic_set_pf_action(struct hinic_hwif *hwif, enum hinic_pf_action action);
action           3226 drivers/net/ethernet/ibm/ehea/ehea_main.c 				unsigned long action, void *unused)
action           3228 drivers/net/ethernet/ibm/ehea/ehea_main.c 	if (action == SYS_RESTART) {
action           3240 drivers/net/ethernet/ibm/ehea/ehea_main.c 			     unsigned long action, void *data)
action           3247 drivers/net/ethernet/ibm/ehea/ehea_main.c 	switch (action) {
action           2401 drivers/net/ethernet/ibm/emac/core.c static int emac_of_bus_notify(struct notifier_block *nb, unsigned long action,
action           2405 drivers/net/ethernet/ibm/emac/core.c 	if (action == BUS_NOTIFY_BOUND_DRIVER)
action            327 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	mac_update.action = add ? 0 : 1;
action             70 drivers/net/ethernet/intel/fm10k/fm10k_pf.h 	u8	action;
action           3137 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c 	if (!tc_filter->action) {
action           2948 drivers/net/ethernet/intel/iavf/iavf_main.c 	filter->f.action = VIRTCHNL_ACTION_TC_REDIRECT;
action            451 drivers/net/ethernet/intel/igb/igb.h 	u16 action;
action           2470 drivers/net/ethernet/intel/igb/igb_ethtool.c 		fsp->ring_cookie = rule->action;
action           2729 drivers/net/ethernet/intel/igb/igb_ethtool.c 	etqf |= ((input->action << E1000_ETQF_QUEUE_SHIFT)
action           2755 drivers/net/ethernet/intel/igb/igb_ethtool.c 	    (queue_index != input->action)) {
action           2761 drivers/net/ethernet/intel/igb/igb_ethtool.c 	vlapqf |= E1000_VLAPQF_QUEUE_SEL(vlan_priority, input->action);
action           2789 drivers/net/ethernet/intel/igb/igb_ethtool.c 						  input->action, 0);
action           2798 drivers/net/ethernet/intel/igb/igb_ethtool.c 						  input->action,
action           2855 drivers/net/ethernet/intel/igb/igb_ethtool.c 					    input->action,
action           2860 drivers/net/ethernet/intel/igb/igb_ethtool.c 					    input->action, 0);
action           2975 drivers/net/ethernet/intel/igb/igb_ethtool.c 	input->action = fsp->ring_cookie;
action           2658 drivers/net/ethernet/intel/igb/igb_main.c 	input->action = traffic_class;
action            333 drivers/net/ethernet/intel/igc/igc.h 	u16 action;
action            897 drivers/net/ethernet/intel/igc/igc_ethtool.c 		fsp->ring_cookie = rule->action;
action           1164 drivers/net/ethernet/intel/igc/igc_ethtool.c 	etqf |= ((input->action << IGC_ETQF_QUEUE_SHIFT)
action           1190 drivers/net/ethernet/intel/igc/igc_ethtool.c 	    queue_index != input->action) {
action           1196 drivers/net/ethernet/intel/igc/igc_ethtool.c 	vlapqf |= IGC_VLAPQF_QUEUE_SEL(vlan_priority, input->action);
action           1224 drivers/net/ethernet/intel/igc/igc_ethtool.c 						  input->action, 0);
action           1233 drivers/net/ethernet/intel/igc/igc_ethtool.c 						  input->action,
action           1290 drivers/net/ethernet/intel/igc/igc_ethtool.c 					    input->action,
action           1295 drivers/net/ethernet/intel/igc/igc_ethtool.c 					    input->action, 0);
action           1410 drivers/net/ethernet/intel/igc/igc_ethtool.c 	input->action = fsp->ring_cookie;
action            798 drivers/net/ethernet/intel/ixgbe/ixgbe.h 	u64 action;
action           2471 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (rule->action == IXGBE_FDIR_DROP_QUEUE)
action           2474 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		fsp->ring_cookie = rule->action;
action           2764 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		input->action = IXGBE_FDIR_DROP_QUEUE;
action           2766 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		input->action = fsp->ring_cookie;
action           5251 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (filter->action == IXGBE_FDIR_DROP_QUEUE) {
action           5254 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			u32 ring = ethtool_get_flow_spec_ring(filter->action);
action           5255 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			u8 vf = ethtool_get_flow_spec_ring_vf(filter->action);
action           9254 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	u64 action;
action           9269 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			data->action = data->queue;
action           9278 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 				  u8 *queue, u64 *action)
action           9290 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			*action = vf + 1;
action           9291 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			*action <<= ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF;
action           9299 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	data.action = 0;
action           9303 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		*action = data.action;
action           9313 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			    struct tcf_exts *exts, u64 *action, u8 *queue)
action           9324 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			*action = IXGBE_FDIR_DROP_QUEUE;
action           9336 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 						      queue, action);
action           9346 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			    struct tcf_exts *exts, u64 *action, u8 *queue)
action           9557 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	err = parse_tc_actions(adapter, cls->knode.exts, &input->action,
action           1092 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	act = &rule->flow->action.entries[0];
action           1308 drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c 	act = &flow->action.entries[0];
action            694 drivers/net/ethernet/marvell/octeontx2/af/mbox.h 	u64	action;
action            140 drivers/net/ethernet/marvell/octeontx2/af/npc.h 	struct npc_kpu_profile_action *action;
action            245 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		    NPC_AF_MCAMEX_BANKX_ACTION(index, actbank), entry->action);
action            314 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct nix_rx_action action;
action            344 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		*(u64 *)&action = npc_get_mcam_action(rvu, mcam,
action            347 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		*(u64 *)&action = 0x00;
action            348 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		action.op = NIX_RX_ACTIONOP_UCAST;
action            349 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		action.pf_func = pcifunc;
action            352 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	entry.action = *(u64 *)&action;
action            374 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct nix_rx_action action = { };
action            403 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		*(u64 *)&action = npc_get_mcam_action(rvu, mcam,
action            406 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	if (action.op != NIX_RX_ACTIONOP_RSS) {
action            407 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		*(u64 *)&action = 0x00;
action            408 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		action.op = NIX_RX_ACTIONOP_UCAST;
action            409 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		action.pf_func = pcifunc;
action            412 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	entry.action = *(u64 *)&action;
action            451 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct nix_rx_action action;
action            494 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	*(u64 *)&action = 0x00;
action            500 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.op = NIX_RX_ACTIONOP_MCAST;
action            501 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.pf_func = pcifunc;
action            502 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.index = pfvf->bcast_mce_idx;
action            504 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.op = NIX_RX_ACTIONOP_UCAST;
action            505 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.pf_func = pcifunc;
action            508 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	entry.action = *(u64 *)&action;
action            517 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct nix_rx_action action;
action            541 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	*(u64 *)&action = rvu_read64(rvu, blkaddr,
action            544 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	if (!*(u64 *)&action)
action            547 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.op = NIX_RX_ACTIONOP_RSS;
action            548 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.pf_func = pcifunc;
action            549 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.index = group;
action            550 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	action.flow_key_alg = alg_idx;
action            553 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		    NPC_AF_MCAMEX_BANKX_ACTION(index, bank), *(u64 *)&action);
action            567 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 			    *(u64 *)&action);
action            577 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct nix_rx_action action;
action            601 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	*(u64 *)&action = rvu_read64(rvu, blkaddr,
action            603 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	if (action.op != NIX_RX_ACTIONOP_MCAST)
action            932 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		npc_config_kpuaction(rvu, blkaddr, &profile->action[entry],
action           2206 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	pfvf->entry.action = npc_get_mcam_action(rvu, mcam, blkaddr, index);
action            852 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			dst_tmp->action = MCLIST_REM;
action            862 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 				dst_tmp->action = MCLIST_NONE;
action            874 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			new_mc->action = MCLIST_ADD;
action           1086 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			if (mclist->action == MCLIST_REM) {
action           1107 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 			} else if (mclist->action == MCLIST_ADD) {
action            470 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h 	enum mlx4_en_mclist_act	action;
action             31 drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h 					     f->rule->action.num_entries : 0)
action             35 drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h 				f->rule->action.num_entries : 0);
action             38 drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h 						 f->rule->action.entries,
action             39 drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.h 						 f->rule->action.num_entries);
action            188 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		__field(u32, action)
action            206 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 			   __entry->action = fte->action.action;
action            245 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		      __entry->group_index, __print_flags(__entry->action, "|",
action            989 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c static int fw_tracer_event(struct notifier_block *nb, unsigned long action, void *data);
action           1067 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c static int fw_tracer_event(struct notifier_block *nb, unsigned long action, void *data)
action            195 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 	attrs->action = (!(x->xso.flags & XFRM_OFFLOAD_INBOUND)) ?
action           1063 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c static void mlx5e_dcbnl_dscp_app(struct mlx5e_priv *priv, int action)
action           1082 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		if (action == INIT)
action           1088 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	priv->dcbx.dscp_app_cnt = (action == INIT) ? MLX5E_MAX_DSCP : 0;
action             67 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	u8                         action;
action             90 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		hn->action = MLX5E_ACTION_NONE;
action             99 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	hn->action = MLX5E_ACTION_ADD;
action            430 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	u8 action = hn->action;
action            436 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	switch (action) {
action            443 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		hn->action = MLX5E_ACTION_NONE;
action            456 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 			    action == MLX5E_ACTION_ADD ? "add" : "del", mac_addr, l2_err);
action            583 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		hn->action = MLX5E_ACTION_DEL;
action            585 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		hn->action = MLX5E_ACTION_DEL;
action            417 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
action            435 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 		flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action             62 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 action;
action            908 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		.action = attr->action,
action            930 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	} else if (attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) {
action            936 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action            947 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR) {
action           1012 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)
action           1075 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	slow_attr->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           1092 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	slow_attr->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           1205 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR) {
action           1212 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action           1287 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)
action           1290 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (attr->action & MLX5_FLOW_CONTEXT_ACTION_COUNT)
action           2350 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	void *action;
action           2358 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	action = parse_attr->mod_hdr_actions +
action           2445 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(set_action_in, action, action_type, cmd);
action           2446 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		MLX5_SET(set_action_in, action, field, f->field);
action           2449 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			MLX5_SET(set_action_in, action, offset, first);
action           2451 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			MLX5_SET(set_action_in, action, length, (last - first + 1));
action           2455 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			MLX5_SET(set_action_in, action, data, ntohl(*(__be32 *)vals_p) >> first);
action           2457 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			MLX5_SET(set_action_in, action, data, ntohs(*(__be16 *)vals_p) >> first);
action           2459 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			MLX5_SET(set_action_in, action, data, *(u8 *)vals_p >> first);
action           2461 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		action += action_size;
action           2585 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				   u32 action,
action           2593 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (!(action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)) {
action           2712 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		actions = flow->esw_attr->action;
action           2714 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		actions = flow->nic_attr->action;
action           2748 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				   u32 *action, struct netlink_ext_ack *extack)
action           2763 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	headers_c = get_match_headers_criteria(*action, &parse_attr->spec);
action           2764 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	headers_v = get_match_headers_value(*action, &parse_attr->spec);
action           2783 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	*action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           2792 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				 u32 *action, struct netlink_ext_ack *extack)
action           2798 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				 get_match_headers_value(*action,
action           2802 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				 get_match_headers_criteria(*action,
action           2808 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				       &prio_tag_act, parse_attr, hdrs, action,
action           2821 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 action = 0;
action           2832 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_DROP;
action           2835 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action           2844 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR |
action           2851 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 						      &action, extack);
action           2857 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			if (csum_offload_supported(priv, action,
action           2870 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST |
action           2891 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           2903 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 					    parse_attr, hdrs, &action, extack);
action           2910 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action &= ~MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           2915 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	attr->action = action;
action           3104 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				u32 *action)
action           3118 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			*action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP_2;
action           3120 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			*action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP;
action           3135 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			*action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2;
action           3142 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			*action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
action           3157 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				u32 *action)
action           3168 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	err = parse_tc_vlan_action(priv, &vlan_act, attr, action);
action           3175 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		err = add_vlan_push_action(priv, attr, out_dev, action);
action           3182 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			       u32 *action)
action           3192 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		err = parse_tc_vlan_action(priv, &vlan_act, attr, action);
action           3223 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 action = 0;
action           3232 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_DROP |
action           3242 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           3246 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			if (csum_offload_supported(priv, action,
action           3273 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST |
action           3305 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 								   &action);
action           3312 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 								  &action);
action           3357 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			    (action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP)) {
action           3359 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP;
action           3363 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 							      &action, extack);
action           3365 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 				err = parse_tc_vlan_action(priv, act, attr, &action);
action           3376 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 						      &action, extack);
action           3383 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_DECAP;
action           3397 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action           3408 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	    action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) {
action           3412 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_POP;
action           3414 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 						       &action, extack);
action           3422 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 					    parse_attr, hdrs, &action, extack);
action           3430 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			action &= ~MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           3432 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			if (!((action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) ||
action           3433 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			      (action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH)))
action           3438 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	attr->action = action;
action           3443 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		if (attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) {
action           3447 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           3450 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (!(attr->action &
action           3508 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	bool act_is_encap = !!(attr->action &
action           3617 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	err = parse_tc_fdb_actions(priv, &rule->action, flow, extack);
action           3752 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	err = parse_tc_nic_actions(priv, &rule->action, parse_attr, flow, extack);
action           4024 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	return scan_tc_matchall_fdb_actions(priv, &ma->rule->action, extack);
action            129 drivers/net/ethernet/mellanox/mlx5/core/eq.c 			    __always_unused unsigned long action,
action            194 drivers/net/ethernet/mellanox/mlx5/core/eq.c 			     unsigned long action, void *data)
action             53 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	u8                     action;
action            234 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action =  MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            572 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		switch (vaddr->action) {
action            705 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		switch (addr->action) {
action            708 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			addr->action = MLX5_ACTION_NONE;
action            744 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		addr->action = MLX5_ACTION_DEL;
action            766 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			addr->action = MLX5_ACTION_NONE;
action            797 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		addr->action = MLX5_ACTION_ADD;
action            822 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 			if (addr->action == MLX5_ACTION_DEL)
action            823 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 				addr->action = MLX5_ACTION_NONE;
action            835 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		addr->action = MLX5_ACTION_ADD;
action           1288 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action           1302 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
action           1306 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action           1374 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action           1389 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_DROP;
action           1393 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_COUNT;
action           2265 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           2280 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            380 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h 	int	action;
action            153 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = attr->action;
action            156 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		flow_act.action &= ~(MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH |
action            158 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	else if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {
action            162 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) {
action            169 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) {
action            192 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 					flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT;
action            202 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action            215 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	if (flow_act.action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)
action            269 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            435 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH);
action            436 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	pop  = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP);
action            437 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	fwd  = !!((attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) &&
action            506 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	push = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH);
action            507 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	pop  = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP);
action            508 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	fwd  = !!(attr->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST);
action            575 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            705 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            817 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           1347 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action           1774 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH |
action           1781 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 		flow_act.action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
action           1808 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	u8 action[MLX5_UN_SZ_BYTES(set_action_in_add_action_in_auto)] = {};
action           1813 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET);
action           1814 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(set_action_in, action, field, MLX5_ACTION_IN_FIELD_METADATA_REG_C_0);
action           1815 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	MLX5_SET(set_action_in, action, data,
action           1820 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 					 1, action);
action           1829 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_MOD_HDR | MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action           1900 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_VLAN_POP |
action             24 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	hash = jhash_1word(flow_act->action, 0);
action             40 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	return flow_act1->action != flow_act2->action ||
action            163 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	if (!(src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH))
action            166 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
action            167 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
action            171 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	if (!(src->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2))
action            174 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	src->action &= ~MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2;
action            175 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	dst->action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2;
action            205 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	return (flow_act->action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) &&
action            225 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads_termtbl.c 	term_tbl_act.action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action            515 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	if (xfrm_attrs->action & MLX5_ACCEL_ESP_ACTION_ENCRYPT)
action            658 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	    (flow_act->action & ~(MLX5_FLOW_CONTEXT_ACTION_ENCRYPT | MLX5_FLOW_CONTEXT_ACTION_ALLOW)) ||
action            771 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 					    &fte->action,
action            782 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 		(struct mlx5_accel_esp_xfrm *)fte->action.esp_id;
action            962 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	fte->action.action |= mbox_mod->saved_action;
action            963 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	fte->action.esp_id = (uintptr_t)mbox_mod->saved_esp_id;
action            974 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	mbox_mod->saved_esp_id = fte->action.esp_id;
action            975 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	mbox_mod->saved_action = fte->action.action &
action            982 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	fte->action.esp_id = 0;
action            983 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	fte->action.action &= ~(MLX5_FLOW_CONTEXT_ACTION_ENCRYPT |
action           1053 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	bool is_esp = fte->action.esp_id;
action           1058 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	    !(fte->action.action &
action           1103 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	bool is_esp = fte->action.esp_id;
action           1108 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	    !(fte->action.action &
action           1133 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	bool is_esp = fte->action.esp_id;
action           1138 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	    !(fte->action.action &
action            373 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST))
action            451 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		u32 action;
action            453 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		action = fte->action.action &
action            455 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(flow_context, in_flow_context, action, action);
action            457 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		MLX5_SET(flow_context, in_flow_context, action,
action            458 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			 fte->action.action);
action            459 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		if (fte->action.pkt_reformat)
action            461 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 				 fte->action.pkt_reformat->id);
action            463 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	if (fte->action.modify_hdr)
action            465 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 			 fte->action.modify_hdr->id);
action            469 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype);
action            470 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, vid, fte->action.vlan[0].vid);
action            471 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, prio, fte->action.vlan[0].prio);
action            475 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype);
action            476 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, vid, fte->action.vlan[1].vid);
action            477 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(vlan, vlan, prio, fte->action.vlan[1].prio);
action            484 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) {
action            536 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action            495 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		fte->action.action &= ~MLX5_FLOW_CONTEXT_ACTION_COUNT;
action            499 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if ((fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) &&
action            629 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	fte->action = *flow_act;
action            897 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST))
action           1472 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (check_conflicting_actions(flow_act->action, fte->action.action)) {
action           1506 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	old_action = fte->action.action;
action           1507 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	fte->action.action |= flow_act->action;
action           1509 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			      old_action != flow_act->action);
action           1511 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		fte->action.action = old_action;
action           1525 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c static bool counter_is_valid(u32 action)
action           1527 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	return (action & (MLX5_FLOW_CONTEXT_ACTION_DROP |
action           1532 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			  u32 action,
action           1536 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		return counter_is_valid(action);
action           1538 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (!(action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST))
action           1774 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if (!dest_is_valid(&dest[i], flow_act->action, ft))
action           1870 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	u32 sw_action = flow_act->action;
action           1874 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	if (flow_act->action == MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_PRIO) {
action           1886 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			flow_act->action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
action             45 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 		struct mlx5_fs_dr_action action;
action             54 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 		struct mlx5_fs_dr_action action;
action            202 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h 	struct mlx5_flow_act		action;
action             89 drivers/net/ethernet/mellanox/mlx5/core/rdma.c 	flow_act.action = MLX5_FLOW_CONTEXT_ACTION_ALLOW;
action            660 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		struct mlx5dr_action *action;
action            664 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action = actions[i];
action            665 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action_type = action->action_type;
action            672 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			dest_action = action;
action            673 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			if (!action->dest_tbl.is_fw_tbl) {
action            674 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				if (action->dest_tbl.tbl->dmn != dmn) {
action            679 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				if (action->dest_tbl.tbl->level <= matcher->tbl->level) {
action            685 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					action->dest_tbl.tbl->rx.s_anchor->chunk->icm_addr :
action            686 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					action->dest_tbl.tbl->tx.s_anchor->chunk->icm_addr;
action            692 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				if (!action->dest_tbl.fw_tbl.rx_icm_addr) {
action            693 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					ret = mlx5dr_cmd_query_flow_table(action->dest_tbl.fw_tbl.mdev,
action            694 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 									  action->dest_tbl.fw_tbl.ft->type,
action            695 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 									  action->dest_tbl.fw_tbl.ft->id,
action            698 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 						action->dest_tbl.fw_tbl.tx_icm_addr =
action            700 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 						action->dest_tbl.fw_tbl.rx_icm_addr =
action            710 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					action->dest_tbl.fw_tbl.rx_icm_addr :
action            711 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					action->dest_tbl.fw_tbl.tx_icm_addr;
action            718 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.ctr_id = action->ctr.ctr_id +
action            719 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				action->ctr.offeset;
action            722 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.flow_tag = action->flow_tag;
action            727 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.decap_index = action->rewrite.index;
action            728 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.decap_actions = action->rewrite.num_of_actions;
action            733 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.modify_index = action->rewrite.index;
action            734 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.modify_actions = action->rewrite.num_of_actions;
action            735 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			recalc_cs_required = action->rewrite.modify_ttl;
action            739 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.reformat_size = action->reformat.reformat_size;
action            740 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.reformat_id = action->reformat.reformat_id;
action            743 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.hit_gvmi = action->vport.caps->vhca_gvmi;
action            744 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			dest_action = action;
action            747 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				if (action->vport.caps->num == WIRE_PORT)
action            750 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				attr.final_icm_addr = action->vport.caps->icm_address_rx;
action            752 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				attr.final_icm_addr = action->vport.caps->icm_address_tx;
action            764 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.vlans.headers[attr.vlans.count++] = action->push_vlan.vlan_hdr;
action            824 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				 struct mlx5dr_action *action,
action            931 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.data = (void *)ops;
action            932 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.num_of_actions = i;
action            934 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	ret = mlx5dr_send_postsend_action(dmn, action);
action            946 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action            948 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = kzalloc(sizeof(*action), GFP_KERNEL);
action            949 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action            952 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->action_type = action_type;
action            953 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	refcount_set(&action->refcount, 1);
action            955 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action            966 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action            970 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_FT);
action            971 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action            974 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->dest_tbl.tbl = tbl;
action            976 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action            987 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action            989 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_FT);
action            990 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action            993 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->dest_tbl.is_fw_tbl = 1;
action            994 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->dest_tbl.fw_tbl.ft = ft;
action            995 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->dest_tbl.fw_tbl.mdev = mdev;
action            997 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1003 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1005 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_CTR);
action           1006 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1009 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->ctr.ctr_id = counter_id;
action           1011 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1016 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1018 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_TAG);
action           1019 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1022 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->flow_tag = tag_value & 0xffffff;
action           1024 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1067 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 				 struct mlx5dr_action *action)
action           1072 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	switch (action->action_type) {
action           1078 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (action->action_type == DR_ACTION_TYP_L2_TO_TNL_L2)
action           1088 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action->reformat.reformat_id = reformat_id;
action           1089 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action->reformat.reformat_size = data_sz;
action           1102 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action->rewrite.chunk = mlx5dr_icm_alloc_chunk(dmn->action_icm_pool,
action           1104 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (!action->rewrite.chunk)
action           1107 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		action->rewrite.index = (action->rewrite.chunk->icm_addr -
action           1111 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		ret = dr_actions_l2_rewrite(dmn, action, data, data_sz);
action           1113 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			mlx5dr_icm_free_chunk(action->rewrite.chunk);
action           1119 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_info(dmn, "Reformat type is not supported %d\n", action->action_type);
action           1134 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1141 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_PUSH_VLAN);
action           1142 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1145 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->push_vlan.vlan_hdr = vlan_hdr_h;
action           1146 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1156 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1172 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(action_type);
action           1173 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1176 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->reformat.dmn = dmn;
action           1181 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					       action);
action           1187 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1190 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	kfree(action);
action           1221 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u8 offset, length, max_length, action;
action           1227 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = MLX5_GET(set_action_in, sw_action, action_type);
action           1242 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	switch (action) {
action           1289 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u8 action;
action           1292 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = MLX5_GET(set_action_in, sw_action, action_type);
action           1295 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (action == MLX5_ACTION_TYPE_SET) {
action           1311 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	} else if (action == MLX5_ACTION_TYPE_ADD) {
action           1320 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_info(dmn, "Unsupported action %d modify action\n", action);
action           1416 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					  struct mlx5dr_action *action)
action           1455 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.chunk = chunk;
action           1456 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.modify_ttl = modify_ttl;
action           1457 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.data = (u8 *)hw_actions;
action           1458 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.num_of_actions = num_hw_actions;
action           1459 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.index = (chunk->icm_addr -
action           1463 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	ret = mlx5dr_send_postsend_action(dmn, action);
action           1482 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1492 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_MODIFY_HDR);
action           1493 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1496 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->rewrite.dmn = dmn;
action           1501 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 					     action);
action           1507 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1510 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	kfree(action);
action           1523 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	struct mlx5dr_action *action;
action           1544 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action = dr_action_create_generic(DR_ACTION_TYP_VPORT);
action           1545 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (!action)
action           1548 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->vport.dmn = vport_dmn;
action           1549 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->vport.caps = vport_cap;
action           1551 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	return action;
action           1554 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c int mlx5dr_action_destroy(struct mlx5dr_action *action)
action           1556 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	if (refcount_read(&action->refcount) > 1)
action           1559 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	switch (action->action_type) {
action           1561 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		if (!action->dest_tbl.is_fw_tbl)
action           1562 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			refcount_dec(&action->dest_tbl.tbl->refcount);
action           1565 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		refcount_dec(&action->reformat.dmn->refcount);
action           1568 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_icm_free_chunk(action->rewrite.chunk);
action           1569 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		refcount_dec(&action->reformat.dmn->refcount);
action           1573 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_cmd_destroy_reformat_ctx((action->reformat.dmn)->mdev,
action           1574 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 						action->reformat.reformat_id);
action           1575 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		refcount_dec(&action->reformat.dmn->refcount);
action           1578 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_icm_free_chunk(action->rewrite.chunk);
action           1579 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		kfree(action->rewrite.data);
action           1580 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		refcount_dec(&action->rewrite.dmn->refcount);
action           1586 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	kfree(action);
action            198 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_cmd.c 	MLX5_SET(flow_context, in_flow_context, action,
action              9 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 	struct mlx5dr_action *action;
action            537 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		refcount_dec(&action_mem->action->refcount);
action            554 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		action_mem->action = actions[i];
action            557 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		refcount_inc(&action_mem->action->refcount);
action            555 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 				struct mlx5dr_action *action)
action            560 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	send_info.write.addr = (uintptr_t)action->rewrite.data;
action            561 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	send_info.write.length = action->rewrite.num_of_actions *
action            564 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	send_info.remote_addr = action->rewrite.chunk->mr_addr;
action            565 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	send_info.rkey = action->rewrite.chunk->rkey;
action              7 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 				 struct mlx5dr_action *action)
action             14 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	if (action && action->action_type != DR_ACTION_TYP_FT)
action             31 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 		tbl->rx.default_icm_addr = action ?
action             32 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 			action->dest_tbl.tbl->rx.s_anchor->chunk->icm_addr :
action             55 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 		tbl->tx.default_icm_addr = action ?
action             56 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 			action->dest_tbl.tbl->tx.s_anchor->chunk->icm_addr :
action             76 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 	tbl->miss_action = action;
action             78 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c 		refcount_inc(&action->refcount);
action           1047 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 				struct mlx5dr_action *action);
action             32 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	struct mlx5dr_action *action = NULL;
action             38 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		action = mlx5dr_action_create_dest_table(next_tbl);
action             39 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		if (!action)
action             43 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action);
action             44 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (err && action) {
action             45 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		err = mlx5dr_action_destroy(action);
action             47 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			action = NULL;
action             52 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	ft->fs_dr_table.miss_action = action;
action            101 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	struct mlx5dr_action *action = ft->fs_dr_table.miss_action;
action            113 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (action) {
action            114 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		err = mlx5dr_action_destroy(action);
action            253 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH) {
action            254 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		tmp_action = create_action_push_vlan(domain, &fte->action.vlan[0]);
action            263 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) {
action            264 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		tmp_action = create_action_push_vlan(domain, &fte->action.vlan[1]);
action            273 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DECAP) {
action            288 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT) {
action            289 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		bool is_decap = fte->action.pkt_reformat->reformat_type ==
action            294 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 				fte->action.pkt_reformat->action.dr_action;
action            299 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP) {
action            310 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP_2) {
action            321 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)
action            323 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			fte->action.modify_hdr->action.dr_action;
action            327 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			fte->action.pkt_reformat->action.dr_action;
action            331 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DROP) {
action            352 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) {
action            390 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_COUNT) {
action            457 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	struct mlx5dr_action *action;
action            478 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	action = mlx5dr_action_create_packet_reformat(dr_domain,
action            482 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (!action) {
action            487 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	pkt_reformat->action.dr_action = action;
action            495 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	mlx5dr_action_destroy(pkt_reformat->action.dr_action);
action            504 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	struct mlx5dr_action *action;
action            509 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	action = mlx5dr_action_create_modify_header(dr_domain, 0,
action            512 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (!action) {
action            517 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	modify_hdr->action.dr_action = action;
action            525 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	mlx5dr_action_destroy(modify_hdr->action.dr_action);
action             72 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h 				 struct mlx5dr_action *action);
action            110 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h int mlx5dr_action_destroy(struct mlx5dr_action *action);
action            162 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h 			     struct mlx5dr_action *action) { return 0; }
action            205 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5dr.h mlx5dr_action_destroy(struct mlx5dr_action *action) { return 0; }
action           1051 drivers/net/ethernet/mellanox/mlxsw/core.c 					 enum devlink_trap_action action)
action           1058 drivers/net/ethernet/mellanox/mlxsw/core.c 	return mlxsw_driver->trap_action_set(mlxsw_core, trap, action);
action           1512 drivers/net/ethernet/mellanox/mlxsw/core.c 	mlxsw_reg_hpkt_pack(hpkt_pl, listener->action, listener->trap_id,
action           1545 drivers/net/ethernet/mellanox/mlxsw/core.c 			       enum mlxsw_reg_hpkt_action action)
action           1549 drivers/net/ethernet/mellanox/mlxsw/core.c 	mlxsw_reg_hpkt_pack(hpkt_pl, action, listener->trap_id,
action             58 drivers/net/ethernet/mellanox/mlxsw/core.h 	enum mlxsw_reg_hpkt_action action;
action             73 drivers/net/ethernet/mellanox/mlxsw/core.h 	enum mlxsw_reg_hpkt_action action;
action             90 drivers/net/ethernet/mellanox/mlxsw/core.h 		.action = MLXSW_REG_HPKT_ACTION_##_action,		\
action            105 drivers/net/ethernet/mellanox/mlxsw/core.h 		.action = MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU,		\
action            133 drivers/net/ethernet/mellanox/mlxsw/core.h 			       enum mlxsw_reg_hpkt_action action);
action            306 drivers/net/ethernet/mellanox/mlxsw/core.h 			       enum devlink_trap_action action);
action            394 drivers/net/ethernet/mellanox/mlxsw/reg.h 					  enum mlxsw_reg_sfd_rec_action action)
action            403 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_sfd_rec_action_set(payload, rec_index, action);
action            409 drivers/net/ethernet/mellanox/mlxsw/reg.h 					 enum mlxsw_reg_sfd_rec_action action,
action            413 drivers/net/ethernet/mellanox/mlxsw/reg.h 			       MLXSW_REG_SFD_REC_TYPE_UNICAST, mac, action);
action            468 drivers/net/ethernet/mellanox/mlxsw/reg.h 			  enum mlxsw_reg_sfd_rec_action action, u16 lag_vid,
action            473 drivers/net/ethernet/mellanox/mlxsw/reg.h 			       mac, action);
action            520 drivers/net/ethernet/mellanox/mlxsw/reg.h 		      enum mlxsw_reg_sfd_rec_action action, u16 mid)
action            523 drivers/net/ethernet/mellanox/mlxsw/reg.h 			       MLXSW_REG_SFD_REC_TYPE_MULTICAST, mac, action);
action            571 drivers/net/ethernet/mellanox/mlxsw/reg.h 			     enum mlxsw_reg_sfd_rec_action action, u32 uip,
action            576 drivers/net/ethernet/mellanox/mlxsw/reg.h 			       action);
action           5589 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, hpkt, action, 0x00, 20, 3);
action           5622 drivers/net/ethernet/mellanox/mlxsw/reg.h static inline void mlxsw_reg_hpkt_pack(char *payload, u8 action, u16 trap_id,
action           5628 drivers/net/ethernet/mellanox/mlxsw/reg.h 	mlxsw_reg_hpkt_action_set(payload, action);
action           1427 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (!flow_offload_has_one_action(&f->rule->action)) {
action           1437 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	act = &f->rule->action.entries[0];
action            724 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 				u32 action, u16 vid, u16 proto, u8 prio,
action            981 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 			     enum devlink_trap_action action);
action            587 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 				u32 action, u16 vid, u16 proto, u8 prio,
action            592 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	if (action == FLOW_ACTION_VLAN_MANGLE) {
action             80 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action action = {0};
action             83 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action             84 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.header = &mlxsw_sp_dpipe_header_metadata;
action             85 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_L3_FORWARD;
action             87 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	err = devlink_dpipe_action_put(skb, &action);
action             91 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action             92 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.header = &mlxsw_sp_dpipe_header_metadata;
action             93 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_L3_DROP;
action             95 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	return devlink_dpipe_action_put(skb, &action);
action            112 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				   struct devlink_dpipe_action *action)
action            114 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            115 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->header = &mlxsw_sp_dpipe_header_metadata;
action            116 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->field_id = MLXSW_SP_DPIPE_FIELD_METADATA_L3_FORWARD;
action            127 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				       struct devlink_dpipe_action *action)
action            141 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action_value->action = action;
action            195 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action action = {0};
action            206 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	mlxsw_sp_erif_match_action_prepare(&match, &action);
action            208 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					  &action_value, &action);
action            351 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action action = {0};
action            353 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            354 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.header = &devlink_dpipe_header_ethernet;
action            355 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.field_id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC;
action            357 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	return devlink_dpipe_action_put(skb, &action);
action            368 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					       struct devlink_dpipe_action *action,
action            394 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            395 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->header = &devlink_dpipe_header_ethernet;
action            396 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->field_id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC;
action            404 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					struct devlink_dpipe_action *action,
action            445 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action_value->action = action;
action            623 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action action = {0};
action            633 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	mlxsw_sp_dpipe_table_host_match_action_prepare(matches, &action, type);
action            636 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 						      &action, type);
action            890 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action action = {0};
action            893 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            894 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.header = &devlink_dpipe_header_ethernet;
action            895 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.field_id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC;
action            897 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	err = devlink_dpipe_action_put(skb, &action);
action            901 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            902 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.header = &mlxsw_sp_dpipe_header_metadata;
action            903 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_ERIF_PORT;
action            905 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	return devlink_dpipe_action_put(skb, &action);
action            937 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action *action;
action            955 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC];
action            956 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            957 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->header = &devlink_dpipe_header_ethernet;
action            958 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->field_id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC;
action            960 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT];
action            961 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY;
action            962 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->header = &mlxsw_sp_dpipe_header_metadata;
action            963 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action->field_id = MLXSW_SP_DPIPE_FIELD_METADATA_ERIF_PORT;
action            974 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_action *action;
action           1010 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_DST_MAC];
action           1013 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action_value->action = action;
action           1019 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action = &actions[MLXSW_SP_DPIPE_TABLE_ADJ_ACTION_ERIF_PORT];
action           1022 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	action_value->action = action;
action            454 drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c 					     &f->rule->action,
action            184 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	enum mlxsw_sp_mr_route_action action;
action            291 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	route->action = route_params->value.route_action;
action            307 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 							     route->action,
action            394 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	route->action = route_action;
action            411 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 						      route->action,
action            439 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	if (route->action != MLXSW_SP_MR_ROUTE_ACTION_TRAP)
action            457 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	if (route->action != MLXSW_SP_MR_ROUTE_ACTION_TRAP)
action            490 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	afa_block = mlxsw_sp_mr_tcam_afa_block_create(mlxsw_sp, route->action,
action            556 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.c 	route->action = route_info->route_action;
action           1268 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 				     enum mlxsw_reg_sfd_rec_action action,
action           1280 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_reg_sfd_uc_pack(sfd_pl, 0, policy, mac, fid, action, local_port);
action            167 drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c 			     enum devlink_trap_action action)
action            180 drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c 		switch (action) {
action             85 drivers/net/ethernet/mscc/ocelot_ace.c 	u32 action[VCAP_ENTRY_WIDTH]; /* ACTION_DAT */
action            164 drivers/net/ethernet/mscc/ocelot_ace.c 		data->action[0] = ((data->action[0] & ~mask) | data->type);
action            168 drivers/net/ethernet/mscc/ocelot_ace.c 		ocelot_write_rix(oc, data->action[i], S2_CACHE_ACTION_DAT, i);
action            179 drivers/net/ethernet/mscc/ocelot_ace.c 		data->action[i] = ocelot_read_rix(oc, S2_CACHE_ACTION_DAT, i);
action            186 drivers/net/ethernet/mscc/ocelot_ace.c 	data->type = (width ? (data->action[0] & GENMASK(width, 0)) : 0);
action            300 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_data_set(data->action, offset + data->action_offset, width, value);
action            307 drivers/net/ethernet/mscc/ocelot_ace.c 			   enum ocelot_ace_action action)
action            309 drivers/net/ethernet/mscc/ocelot_ace.c 	switch (action) {
action            567 drivers/net/ethernet/mscc/ocelot_ace.c 	is2_action_set(&data, ace->action);
action            194 drivers/net/ethernet/mscc/ocelot_ace.h 	enum ocelot_ace_action action;
action             22 drivers/net/ethernet/mscc/ocelot_flower.c 	if (f->rule->action.num_entries != 1)
action             25 drivers/net/ethernet/mscc/ocelot_flower.c 	flow_action_for_each(i, a, &f->rule->action) {
action             28 drivers/net/ethernet/mscc/ocelot_flower.c 			rule->action = OCELOT_ACL_ACTION_DROP;
action             31 drivers/net/ethernet/mscc/ocelot_flower.c 			rule->action = OCELOT_ACL_ACTION_TRAP;
action             18 drivers/net/ethernet/mscc/ocelot_tc.c 	struct flow_action_entry *action;
action             31 drivers/net/ethernet/mscc/ocelot_tc.c 		if (!flow_offload_has_one_action(&f->rule->action)) {
action             43 drivers/net/ethernet/mscc/ocelot_tc.c 		action = &f->rule->action.entries[0];
action             45 drivers/net/ethernet/mscc/ocelot_tc.c 		if (action->id != FLOW_ACTION_POLICE) {
action             56 drivers/net/ethernet/mscc/ocelot_tc.c 		pol.rate = (u32)div_u64(action->police.rate_bytes_ps, 1000) * 8;
action             57 drivers/net/ethernet/mscc/ocelot_tc.c 		pol.burst = (u32)div_u64(action->police.rate_bytes_ps *
action             58 drivers/net/ethernet/mscc/ocelot_tc.c 					 PSCHED_NS2TICKS(action->police.burst),
action            157 drivers/net/ethernet/neterion/vxge/vxge-config.c vxge_hw_vpath_fw_api(struct __vxge_hw_virtualpath *vpath, u32 action,
action            176 drivers/net/ethernet/neterion/vxge/vxge-config.c 	val64 = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION(action) |
action            957 drivers/net/ethernet/neterion/vxge/vxge-config.c 	u64 action = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION_LIST_FIRST_ENTRY,
action            963 drivers/net/ethernet/neterion/vxge/vxge-config.c 		status = vxge_hw_vpath_fw_api(vpath, action,
action            981 drivers/net/ethernet/neterion/vxge/vxge-config.c 		action = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION_LIST_NEXT_ENTRY;
action           3636 drivers/net/ethernet/neterion/vxge/vxge-config.c 			      u32 action, u32 rts_table, u32 offset,
action           3658 drivers/net/ethernet/neterion/vxge/vxge-config.c 	status = vxge_hw_vpath_fw_api(vp->vpath, action, rts_table, offset,
action           3675 drivers/net/ethernet/neterion/vxge/vxge-config.c __vxge_hw_vpath_rts_table_set(struct __vxge_hw_vpath_handle *vp, u32 action,
action           3694 drivers/net/ethernet/neterion/vxge/vxge-config.c 	status = vxge_hw_vpath_fw_api(vp->vpath, action, rts_table, offset,
action           3807 drivers/net/ethernet/neterion/vxge/vxge-config.c 	u32 i, j, action, rts_table;
action           3823 drivers/net/ethernet/neterion/vxge/vxge-config.c 		action = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION_WRITE_ENTRY;
action           3836 drivers/net/ethernet/neterion/vxge/vxge-config.c 				action, rts_table, j, data0, data1);
action           3852 drivers/net/ethernet/neterion/vxge/vxge-config.c 				vpath_handles[mtable[itable[j]]], action,
action           3859 drivers/net/ethernet/neterion/vxge/vxge-config.c 		action = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION_WRITE_ENTRY;
action           3916 drivers/net/ethernet/neterion/vxge/vxge-config.c 							action, rts_table,
action           2096 drivers/net/ethernet/neterion/vxge/vxge-traffic.h 	u32			action,
action           2105 drivers/net/ethernet/neterion/vxge/vxge-traffic.h 	u32			action,
action            266 drivers/net/ethernet/netronome/nfp/flower/action.c 	struct flow_action_entry *act = flow->rule->action.entries;
action            267 drivers/net/ethernet/netronome/nfp/flower/action.c 	int num_act = flow->rule->action.num_entries;
action           1189 drivers/net/ethernet/netronome/nfp/flower/action.c 	flow_action_for_each(i, act, &flow->rule->action) {
action           1190 drivers/net/ethernet/netronome/nfp/flower/action.c 		if (nfp_fl_check_mangle_start(&flow->rule->action, i))
action           1199 drivers/net/ethernet/netronome/nfp/flower/action.c 		if (nfp_fl_check_mangle_end(&flow->rule->action, i))
action             65 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	struct flow_action_entry *action = &flow->rule->action.entries[0];
action             91 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	if (!flow_offload_has_one_action(&flow->rule->action)) {
action            101 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	if (action->id != FLOW_ACTION_POLICE) {
action            106 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	rate = action->police.rate_bytes_ps;
action            107 drivers/net/ethernet/netronome/nfp/flower/qos_conf.c 	burst = div_u64(rate * PSCHED_NS2TICKS(action->police.burst),
action             45 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	u8 action;
action            151 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	return NFP_CPP_ISLAND_ID(cpp_id->target, cpp_id->action, cpp_id->token,
action            445 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	       cpp_id->action == 0 && cpp_id->token == 0;
action            636 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 		cpp_params.action = NFP_CPP_ACTION_RW;
action            736 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	u32 action;
action            756 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	u32 action = NFP_CPP_ID_ACTION_of(dest);
action            760 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	pp = nfp_target_pushpull(NFP_CPP_ID(target, action, token), address);
action            781 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	priv->action = action;
action            823 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	barnum = nfp_alloc_bar(nfp, priv->target, priv->action, priv->token,
action            946 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	    priv->action == NFP_CPP_ACTION_RW &&
action            954 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 							priv->action,
action           1009 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	    priv->action == NFP_CPP_ACTION_RW &&
action           1017 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 							 priv->action,
action            165 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_arm.h #define NFP_ARM_GCSR_EXPL2_CSR(target, action, length, \
action            168 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_arm.h 	 NFP_ARM_GCSR_EXPL2_BAR_ACT(action) | \
action            191 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_arm.h #define NFP_ARM_GCSR_EXPA_CSR(mode, target, token, is_64, action, address) \
action            198 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_arm.h 	 NFP_ARM_GCSR_EXPA_BAR_ACT(action) | \
action             85 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h #define NFP_CPP_ID(target, action, token)			 \
action             87 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h 	 (((action) & 0xff) <<  8))
action            103 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h #define NFP_CPP_ISLAND_ID(target, action, token, island)	 \
action            105 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h 	 (((action) & 0xff) <<  8) | (((island) & 0xff) << 0))
action             75 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		     u8 action, u8 token, u64 off, void *buf, size_t len);
action             79 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		      u8 action, u8 token, u64 off, u32 *value);
action             83 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		      u8 action, u8 token, u64 off, u64 *value);
action             87 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		      u8 action, u8 token, u64 off, void *buf, size_t len);
action             91 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		       u8 action, u8 token, u64 off, u32 value);
action             95 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h 		       u8 action, u8 token, u64 off, u64 value);
action            227 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		  u8 action, u8 token, u64 off, u32 *cpp_id, u64 *addr)
action            243 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		*cpp_id = NFP_CPP_ISLAND_ID(NFP_CPP_TARGET_MU, action, token,
action            250 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		*cpp_id = NFP_CPP_ISLAND_ID(sym->target, action, token,
action            258 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		     u8 action, u8 token, u64 off, void *buf, size_t len)
action            281 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action            295 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		      u8 action, u8 token, u64 off, u32 *value)
action            307 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action            321 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		      u8 action, u8 token, u64 off, u64 *value)
action            338 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action            352 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		      u8 action, u8 token, u64 off, void *buf, size_t len)
action            366 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action            380 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		       u8 action, u8 token, u64 off, u32 value)
action            392 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action            406 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 		       u8 action, u8 token, u64 off, u64 value)
action            418 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c 	err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr);
action             89 drivers/net/ethernet/qlogic/qed/qed_dev.c 				     char *action)
action             94 drivers/net/ethernet/qlogic/qed/qed_dev.c 		   action,
action            461 drivers/net/ethernet/qlogic/qed/qed_dev.c 				 u8 ppfid, u8 filter_idx, const char *action)
action            468 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  action, ppfid, p_llh_info->num_ppfid);
action            475 drivers/net/ethernet/qlogic/qed/qed_dev.c 			  action, filter_idx, NIG_REG_LLH_FUNC_FILTER_EN_SIZE);
action           5722 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 action;
action           1219 drivers/net/ethernet/qlogic/qed/qed_l2.c 	enum eth_filter_action action = MAX_ETH_FILTER_ACTION;
action           1223 drivers/net/ethernet/qlogic/qed/qed_l2.c 		action = ETH_FILTER_ACTION_ADD;
action           1226 drivers/net/ethernet/qlogic/qed/qed_l2.c 		action = ETH_FILTER_ACTION_REMOVE;
action           1229 drivers/net/ethernet/qlogic/qed/qed_l2.c 		action = ETH_FILTER_ACTION_REMOVE_ALL;
action           1232 drivers/net/ethernet/qlogic/qed/qed_l2.c 		action = MAX_ETH_FILTER_ACTION;
action           1235 drivers/net/ethernet/qlogic/qed/qed_l2.c 	return action;
action           1252 drivers/net/ethernet/qlogic/qed/qed_l2.c 	enum eth_filter_action action;
action           1347 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->action = ETH_FILTER_ACTION_REMOVE;
action           1351 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_second_filter->action = ETH_FILTER_ACTION_ADD;
action           1357 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->action	= ETH_FILTER_ACTION_REMOVE_ALL;
action           1358 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_second_filter->action = ETH_FILTER_ACTION_ADD;
action           1360 drivers/net/ethernet/qlogic/qed/qed_l2.c 		action = qed_filter_action(p_filter_cmd->opcode);
action           1362 drivers/net/ethernet/qlogic/qed/qed_l2.c 		if (action == MAX_ETH_FILTER_ACTION) {
action           1370 drivers/net/ethernet/qlogic/qed/qed_l2.c 		p_first_filter->action = action;
action            670 drivers/net/ethernet/qlogic/qede/qede_filter.c static int qede_config_accept_any_vlan(struct qede_dev *edev, bool action)
action            676 drivers/net/ethernet/qlogic/qede/qede_filter.c 	if (edev->accept_any_vlan == action)
action            684 drivers/net/ethernet/qlogic/qede/qede_filter.c 	params->accept_any_vlan = action;
action            690 drivers/net/ethernet/qlogic/qede/qede_filter.c 		       action ? "enable" : "disable");
action            693 drivers/net/ethernet/qlogic/qede/qede_filter.c 			action ? "enabled" : "disabled");
action            694 drivers/net/ethernet/qlogic/qede/qede_filter.c 		edev->accept_any_vlan = action;
action           1973 drivers/net/ethernet/qlogic/qede/qede_filter.c 	if (qede_parse_actions(edev, &f->rule->action))
action           2085 drivers/net/ethernet/qlogic/qede/qede_filter.c 	err = qede_flow_spec_validate(edev, &flow->rule->action, t,
action           1360 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u8	action;
action            408 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 	u32 id, action, pci_func;
action            424 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 		action = !!pm_cfg[i].action;
action            431 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 						   action, pci_func);
action            442 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 		adapter->npars[index].enable_pm = !!pm_cfg[i].action;
action            475 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c 		pm_cfg[pci_func].action = adapter->npars[i].enable_pm;
action             94 drivers/net/ethernet/realtek/r8169_firmware.c 		u32 action = le32_to_cpu(pa->code[index]);
action             95 drivers/net/ethernet/realtek/r8169_firmware.c 		u32 regno = (action & 0x0fff0000) >> 16;
action             97 drivers/net/ethernet/realtek/r8169_firmware.c 		switch (action >> 28) {
action            124 drivers/net/ethernet/realtek/r8169_firmware.c 			dev_err(rtl_fw->dev, "Invalid action 0x%08x\n", action);
action            144 drivers/net/ethernet/realtek/r8169_firmware.c 		u32 action = le32_to_cpu(pa->code[index]);
action            145 drivers/net/ethernet/realtek/r8169_firmware.c 		u32 data = action & 0x0000ffff;
action            146 drivers/net/ethernet/realtek/r8169_firmware.c 		u32 regno = (action & 0x0fff0000) >> 16;
action            147 drivers/net/ethernet/realtek/r8169_firmware.c 		enum rtl_fw_opcode opcode = action >> 28;
action            149 drivers/net/ethernet/realtek/r8169_firmware.c 		if (!action)
action           6275 drivers/net/ethernet/realtek/r8169_main.c 		void (*action)(struct rtl8169_private *);
action           6295 drivers/net/ethernet/realtek/r8169_main.c 			rtl_work[i].action(tp);
action           1243 drivers/net/ethernet/sfc/mcdi_port.c 			      enum efx_stats_action action, int clear)
action           1247 drivers/net/ethernet/sfc/mcdi_port.c 	int change = action == EFX_STATS_PULL ? 0 : 1;
action           1248 drivers/net/ethernet/sfc/mcdi_port.c 	int enable = action == EFX_STATS_ENABLE ? 1 : 0;
action           1249 drivers/net/ethernet/sfc/mcdi_port.c 	int period = action == EFX_STATS_ENABLE ? 1000 : 0;
action           1251 drivers/net/ethernet/sfc/mcdi_port.c 	u32 dma_len = action != EFX_STATS_DISABLE ?
action            134 drivers/net/ethernet/stmicro/stmmac/stmmac.h 	unsigned long action;
action           1333 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule = kzalloc(struct_size(rule, action.entries, 1), GFP_KERNEL);
action           1350 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule->action.entries[0].id = FLOW_ACTION_DROP;
action           1351 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule->action.num_entries = 1;
action           1460 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule = kzalloc(struct_size(rule, action.entries, 1), GFP_KERNEL);
action           1478 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule->action.entries[0].id = FLOW_ACTION_DROP;
action           1479 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	rule->action.num_entries = 1;
action            371 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 				 struct flow_action *action,
action            377 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	if (!flow_action_has_entries(action))
action            380 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	flow_action_for_each(i, act, action) {
action            383 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 			entry->action |= STMMAC_FLOW_ACTION_DROP;
action            417 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	bool inv = entry->action & STMMAC_FLOW_ACTION_DROP;
action            452 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	bool inv = entry->action & STMMAC_FLOW_ACTION_DROP;
action            535 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	ret = tc_parse_flow_actions(priv, &rule->action, entry);
action           1503 drivers/net/ethernet/sun/niu.h 	u64	action;
action           1511 drivers/net/ethernet/sun/niu.h 	u64	action;
action            101 drivers/net/ethernet/sun/sunhme.c 	unsigned int action;
action            121 drivers/net/ethernet/sun/sunhme.c 	tlp->action = a;
action            135 drivers/net/ethernet/sun/sunhme.c 		       tx_log[this].action, tx_log[this].status);
action            678 drivers/net/ethernet/ti/davinci_emac.c static void emac_add_mcast(struct emac_priv *priv, u32 action, u8 *mac_addr)
action            683 drivers/net/ethernet/ti/davinci_emac.c 	switch (action) {
action            706 drivers/net/ethernet/ti/davinci_emac.c 				": bad operation %d", action);
action            606 drivers/net/fddi/skfp/h/cmtdef.h 			 int *BytesAccessed, int *BytesNeeded, u_char action);
action            313 drivers/net/netdevsim/dev.c 	enum devlink_trap_action action;
action            421 drivers/net/netdevsim/dev.c 		if (nsim_trap_item->action == DEVLINK_TRAP_ACTION_DROP)
action            625 drivers/net/netdevsim/dev.c 	nsim_trap_item->action = trap->init_action;
action            633 drivers/net/netdevsim/dev.c 				 enum devlink_trap_action action)
action            643 drivers/net/netdevsim/dev.c 	nsim_trap_item->action = action;
action           4247 drivers/net/usb/r8152.c static int rtl_notifier(struct notifier_block *nb, unsigned long action,
action           4252 drivers/net/usb/r8152.c 	switch (action) {
action           1176 drivers/net/vrf.c 	frh->action = FR_ACT_TO_TBL;
action            304 drivers/net/wan/hdlc_ppp.c 	int old_state, action;
action            317 drivers/net/wan/hdlc_ppp.c 	action = cp_table[event][old_state];
action            319 drivers/net/wan/hdlc_ppp.c 	proto->state = action & STATE_MASK;
action            320 drivers/net/wan/hdlc_ppp.c 	if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */
action            323 drivers/net/wan/hdlc_ppp.c 	if (action & ZRC)
action            325 drivers/net/wan/hdlc_ppp.c 	if (action & IRC)
action            329 drivers/net/wan/hdlc_ppp.c 	if (action & SCR)	/* send Configure-Request */
action            332 drivers/net/wan/hdlc_ppp.c 	if (action & SCA)	/* send Configure-Ack */
action            334 drivers/net/wan/hdlc_ppp.c 	if (action & SCN)	/* send Configure-Nak/Reject */
action            336 drivers/net/wan/hdlc_ppp.c 	if (action & STR)	/* send Terminate-Request */
action            338 drivers/net/wan/hdlc_ppp.c 	if (action & STA)	/* send Terminate-Ack */
action            340 drivers/net/wan/hdlc_ppp.c 	if (action & SCJ)	/* send Code-Reject */
action           3365 drivers/net/wireless/ath/ath10k/mac.c 					   enum wmi_tlv_tx_pause_action action)
action           3371 drivers/net/wireless/ath/ath10k/mac.c 	switch (action) {
action           3381 drivers/net/wireless/ath/ath10k/mac.c 			    action, arvif->vdev_id);
action           3389 drivers/net/wireless/ath/ath10k/mac.c 	enum wmi_tlv_tx_pause_action action;
action           3401 drivers/net/wireless/ath/ath10k/mac.c 	ath10k_mac_vif_handle_tx_pause(arvif, arg->pause_id, arg->action);
action           3406 drivers/net/wireless/ath/ath10k/mac.c 				     enum wmi_tlv_tx_pause_action action)
action           3411 drivers/net/wireless/ath/ath10k/mac.c 		.action = action,
action           7697 drivers/net/wireless/ath/ath10k/mac.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           7701 drivers/net/wireless/ath/ath10k/mac.c 		   arvif->vdev_id, sta->addr, tid, action);
action           7703 drivers/net/wireless/ath/ath10k/mac.c 	switch (action) {
action             55 drivers/net/wireless/ath/ath10k/mac.h 				     enum wmi_tlv_tx_pause_action action);
action            353 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	u32 pause_id, action, vdev_map, peer_id, tid_map;
action            369 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	action = __le32_to_cpu(ev->action);
action            376 drivers/net/wireless/ath/ath10k/wmi-tlv.c 		   pause_id, action, vdev_map, peer_id, tid_map);
action            390 drivers/net/wireless/ath/ath10k/wmi-tlv.c 							action);
action           2225 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 action;
action            307 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	enum htc_send_full_action action;
action            387 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				action = ep->ep_cb.tx_full(ep->target, packet);
action            388 drivers/net/wireless/ath/ath6kl/htc_pipe.c 				if (action == HTC_SEND_FULL_DROP) {
action            592 drivers/net/wireless/ath/ath6kl/txrx.c 	enum htc_send_full_action action = HTC_SEND_FULL_KEEP;
action            604 drivers/net/wireless/ath/ath6kl/txrx.c 		return action;
action            608 drivers/net/wireless/ath/ath6kl/txrx.c 		return action;
action            622 drivers/net/wireless/ath/ath6kl/txrx.c 		action = HTC_SEND_FULL_DROP;
action            628 drivers/net/wireless/ath/ath6kl/txrx.c 		    action != HTC_SEND_FULL_DROP) {
action            634 drivers/net/wireless/ath/ath6kl/txrx.c 			return action;
action            639 drivers/net/wireless/ath/ath6kl/txrx.c 	return action;
action           2343 drivers/net/wireless/ath/ath6kl/wmi.h 	__le32 action;
action            705 drivers/net/wireless/ath/ath9k/htc_drv_main.c 				  enum ieee80211_ampdu_mlme_action action,
action            722 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false;
action           1663 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1669 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	switch (action) {
action           1675 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		ret = ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
action           1682 drivers/net/wireless/ath/ath9k/htc_drv_main.c 		ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
action           1905 drivers/net/wireless/ath/ath9k/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1912 drivers/net/wireless/ath/ath9k/main.c 	switch (action) {
action           1414 drivers/net/wireless/ath/carl9170/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1424 drivers/net/wireless/ath/carl9170/main.c 	switch (action) {
action           1358 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 action;
action           1469 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 action;
action           1724 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 action;
action           1861 drivers/net/wireless/ath/wcn36xx/hal.h 	u8 action;
action           1084 drivers/net/wireless/ath/wcn36xx/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1089 drivers/net/wireless/ath/wcn36xx/main.c 		    action, tid);
action           1093 drivers/net/wireless/ath/wcn36xx/main.c 	switch (action) {
action            226 drivers/net/wireless/ath/wcn36xx/smd.c 	sta_params->action = 0;
action           1151 drivers/net/wireless/ath/wcn36xx/smd.c 	v1->action = orig->action;
action           1214 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta->action, sta->sta_index, sta->bssid_index,
action           1241 drivers/net/wireless/ath/wcn36xx/smd.c 			    sta_params->action, sta_params->sta_index,
action           1316 drivers/net/wireless/ath/wcn36xx/smd.c 	msg_body->bss_params.action = orig->bss_params.action;
action           1373 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta->bssid, sta->action, sta->sta_index,
action           1523 drivers/net/wireless/ath/wcn36xx/smd.c 	bss->action = update;
action           1534 drivers/net/wireless/ath/wcn36xx/smd.c 		    sta_params->bssid, sta_params->action,
action            129 drivers/net/wireless/ath/wil6210/fw.h 	__le32 action; /* action to perform: reset, wait for fw ready etc. */
action           1172 drivers/net/wireless/ath/wil6210/txrx.c 		.action = cpu_to_le32(WMI_VRING_CMD_ADD),
action           1274 drivers/net/wireless/ath/wil6210/txrx.c 		.action = cpu_to_le32(WMI_VRING_CMD_MODIFY),
action           1356 drivers/net/wireless/ath/wil6210/txrx.c 		.action = cpu_to_le32(WMI_VRING_CMD_ADD),
action           2600 drivers/net/wireless/ath/wil6210/wmi.c 		.action = WMI_RX_CHAIN_ADD,
action           3968 drivers/net/wireless/ath/wil6210/wmi.c 		.action = WMI_LINK_STATS_SNAPSHOT,
action            976 drivers/net/wireless/ath/wil6210/wmi.h 	__le32 action;
action            992 drivers/net/wireless/ath/wil6210/wmi.h 	__le32 action;
action           1228 drivers/net/wireless/ath/wil6210/wmi.h 	__le32 action;
action           1948 drivers/net/wireless/ath/wil6210/wmi.h 	u8 action;
action           1043 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	params->action = cpu_to_le16(WL_ESCAN_ACTION_START);
action           5748 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		  ifevent->action, ifevent->flags, ifevent->ifidx,
action           5752 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	event->action = ifevent->action;
action           5755 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	switch (ifevent->action) {
action           6863 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 				    u8 action)
action           6868 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	evt_action = event->action;
action           6870 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	return evt_action == action;
action           6880 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	event->action = 0;
action           6897 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 				  u8 action, ulong timeout)
action           6902 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 				  vif_event_equals(event, action), timeout);
action            233 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h 	u8 action;
action            413 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h 				  u8 action, ulong timeout);
action            910 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 				  unsigned long action, void *data)
action            954 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 	switch (action) {
action           1001 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 				   unsigned long action, void *data)
action           1022 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c 	switch (action) {
action            134 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c 		  ifevent->action, ifevent->ifidx, ifevent->bsscfgidx,
action            157 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c 	if (ifevent->action == BRCMF_E_IF_ADD) {
action            171 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c 	if (ifp && ifevent->action == BRCMF_E_IF_CHANGE)
action            177 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c 	if (ifp && ifevent->action == BRCMF_E_IF_DEL) {
action            280 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.h 	u8 action;
action            396 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil_types.h 	__le16 action;
action            151 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8	action;
action            188 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8	action;
action            227 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    pact_frm->action == P2P_PUB_AF_ACTION &&
action            284 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ ||
action            285 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP ||
action            286 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ ||
action            287 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP)
action            384 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		switch (sd_act_frm->action) {
action            728 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	p2p_params->eparams.action =  cpu_to_le16(WL_ESCAN_ACTION_START);
action           1351 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8 action;
action           1368 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	action = P2P_PAF_SUBTYPE_INVALID;
action           1371 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		action = act_frm->subtype;
action           1372 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		if ((action == P2P_PAF_GON_REQ) &&
action           1385 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		if ((action == P2P_PAF_GON_CONF) ||
action           1386 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		    (action == P2P_PAF_PROVDIS_RSP))
action           1388 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		if (action == P2P_PAF_GON_CONF) {
action           1394 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		action = sd_act_frm->action;
action           1398 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	    (p2p->next_af_subtype == action)) {
action           1399 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		brcmf_dbg(TRACE, "We got a right next frame! (%d)\n", action);
action           1663 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	u8 action;
action           1679 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	action = action_frame->data[DOT11_ACTION_ACT_OFF];
action           1700 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		if (action == P2PSD_ACTION_ID_GAS_IREQ ||
action           1701 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		    action == P2PSD_ACTION_ID_GAS_CREQ) {
action           1707 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 			p2p->next_af_subtype = action + 1;
action           1711 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 		} else if (action == P2PSD_ACTION_ID_GAS_IRESP ||
action           1712 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 			   action == P2PSD_ACTION_ID_GAS_CRESP) {
action           1717 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 			bphy_err(drvr, "Unknown action type: %d\n", action);
action           1726 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 			 category, action);
action            833 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            839 drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c 	switch (action) {
action            423 drivers/net/wireless/intel/ipw2x00/libipw.h 	u8 action;
action            809 drivers/net/wireless/intel/ipw2x00/libipw.h 			      struct libipw_action * action,
action           5973 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           5984 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	switch (action) {
action           1181 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action = 0;
action           1227 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action = 0;
action           1276 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action = IL_LEGACY_SWITCH_SISO;
action           1278 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	start_action = tbl->action;
action           1281 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		switch (tbl->action) {
action           1286 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			if ((tbl->action == IL_LEGACY_SWITCH_ANTENNA1 &&
action           1288 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			    (tbl->action == IL_LEGACY_SWITCH_ANTENNA2 &&
action           1332 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			if (tbl->action == IL_LEGACY_SWITCH_MIMO2_AB)
action           1334 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			else if (tbl->action == IL_LEGACY_SWITCH_MIMO2_AC)
action           1352 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action++;
action           1353 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action > IL_LEGACY_SWITCH_MIMO2_BC)
action           1354 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			tbl->action = IL_LEGACY_SWITCH_ANTENNA1;
action           1356 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action == start_action)
action           1365 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action++;
action           1366 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	if (tbl->action > IL_LEGACY_SWITCH_MIMO2_BC)
action           1367 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action = IL_LEGACY_SWITCH_ANTENNA1;
action           1369 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		search_tbl->action = tbl->action;
action           1397 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	start_action = tbl->action;
action           1401 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		switch (tbl->action) {
action           1405 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			if ((tbl->action == IL_SISO_SWITCH_ANTENNA1 &&
action           1407 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			    (tbl->action == IL_SISO_SWITCH_ANTENNA2 &&
action           1429 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			if (tbl->action == IL_SISO_SWITCH_MIMO2_AB)
action           1431 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			else if (tbl->action == IL_SISO_SWITCH_MIMO2_AC)
action           1476 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action++;
action           1477 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action > IL_SISO_SWITCH_GI)
action           1478 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			tbl->action = IL_SISO_SWITCH_ANTENNA1;
action           1480 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action == start_action)
action           1488 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action++;
action           1489 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	if (tbl->action > IL_SISO_SWITCH_GI)
action           1490 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action = IL_SISO_SWITCH_ANTENNA1;
action           1492 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		search_tbl->action = tbl->action;
action           1520 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	start_action = tbl->action;
action           1523 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		switch (tbl->action) {
action           1550 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			if (tbl->action == IL_MIMO2_SWITCH_SISO_A)
action           1552 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			else if (tbl->action == IL_MIMO2_SWITCH_SISO_B)
action           1601 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action++;
action           1602 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action > IL_MIMO2_SWITCH_GI)
action           1603 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			tbl->action = IL_MIMO2_SWITCH_ANTENNA1;
action           1605 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		if (tbl->action == start_action)
action           1612 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tbl->action++;
action           1613 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	if (tbl->action > IL_MIMO2_SWITCH_GI)
action           1614 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tbl->action = IL_MIMO2_SWITCH_ANTENNA1;
action           1616 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		search_tbl->action = tbl->action;
action           2753 drivers/net/wireless/intel/iwlegacy/common.h 	u8 action;		/* change modulation; IL_[LEGACY/SISO/MIMO]_SWITCH_* */
action            160 drivers/net/wireless/intel/iwlwifi/dvm/agn.h int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type);
action           3732 drivers/net/wireless/intel/iwlwifi/dvm/commands.h 	u8 action; /* 0 = closed, 1 = open */
action            710 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            725 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c 	switch (action) {
action           1270 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action = 0;
action           1325 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action = 0;
action           1374 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action = 0;
action           1428 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == IWL_LEGACY_SWITCH_ANTENNA2)
action           1429 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_LEGACY_SWITCH_SISO;
action           1436 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action >= IWL_LEGACY_SWITCH_ANTENNA2 &&
action           1437 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		    tbl->action != IWL_LEGACY_SWITCH_SISO)
action           1438 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_LEGACY_SWITCH_SISO;
action           1447 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
action           1449 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		   tbl->action > IWL_LEGACY_SWITCH_SISO)
action           1450 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_LEGACY_SWITCH_SISO;
action           1455 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
action           1456 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		else if (tbl->action >= IWL_LEGACY_SWITCH_ANTENNA2)
action           1457 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_LEGACY_SWITCH_SISO;
action           1462 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	start_action = tbl->action;
action           1465 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		switch (tbl->action) {
action           1470 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if ((tbl->action == IWL_LEGACY_SWITCH_ANTENNA1 &&
action           1472 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			    (tbl->action == IWL_LEGACY_SWITCH_ANTENNA2 &&
action           1516 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if (tbl->action == IWL_LEGACY_SWITCH_MIMO2_AB)
action           1518 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			else if (tbl->action == IWL_LEGACY_SWITCH_MIMO2_AC)
action           1554 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action++;
action           1555 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action > IWL_LEGACY_SWITCH_MIMO3_ABC)
action           1556 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
action           1558 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == start_action)
action           1567 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action++;
action           1568 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	if (tbl->action > IWL_LEGACY_SWITCH_MIMO3_ABC)
action           1569 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
action           1571 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		search_tbl->action = tbl->action;
action           1602 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == IWL_SISO_SWITCH_ANTENNA2)
action           1603 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_SISO_SWITCH_MIMO2_AB;
action           1610 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action != IWL_SISO_SWITCH_ANTENNA1)
action           1611 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_SISO_SWITCH_ANTENNA1;
action           1619 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	    tbl->action > IWL_SISO_SWITCH_ANTENNA2) {
action           1621 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_SISO_SWITCH_ANTENNA1;
action           1628 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action >= IWL_LEGACY_SWITCH_ANTENNA2)
action           1629 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_SISO_SWITCH_ANTENNA1;
action           1632 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	start_action = tbl->action;
action           1635 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		switch (tbl->action) {
action           1639 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if ((tbl->action == IWL_SISO_SWITCH_ANTENNA1 &&
action           1641 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			    (tbl->action == IWL_SISO_SWITCH_ANTENNA2 &&
action           1665 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if (tbl->action == IWL_SISO_SWITCH_MIMO2_AB)
action           1667 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			else if (tbl->action == IWL_SISO_SWITCH_MIMO2_AC)
action           1725 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action++;
action           1726 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action > IWL_LEGACY_SWITCH_MIMO3_ABC)
action           1727 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_SISO_SWITCH_ANTENNA1;
action           1729 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == start_action)
action           1737 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action++;
action           1738 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	if (tbl->action > IWL_SISO_SWITCH_MIMO3_ABC)
action           1739 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_SISO_SWITCH_ANTENNA1;
action           1741 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		search_tbl->action = tbl->action;
action           1773 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action != IWL_MIMO2_SWITCH_SISO_A)
action           1774 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO2_SWITCH_SISO_A;
action           1778 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == IWL_MIMO2_SWITCH_SISO_B ||
action           1779 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		    tbl->action == IWL_MIMO2_SWITCH_SISO_C)
action           1780 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO2_SWITCH_SISO_A;
action           1788 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	    (tbl->action < IWL_MIMO2_SWITCH_SISO_A ||
action           1789 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	     tbl->action > IWL_MIMO2_SWITCH_SISO_C)) {
action           1791 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO2_SWITCH_SISO_A;
action           1796 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	    (tbl->action < IWL_MIMO2_SWITCH_SISO_A ||
action           1797 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	     tbl->action > IWL_MIMO2_SWITCH_SISO_C))
action           1798 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO2_SWITCH_SISO_A;
action           1800 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	start_action = tbl->action;
action           1803 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		switch (tbl->action) {
action           1829 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if (tbl->action == IWL_MIMO2_SWITCH_SISO_A)
action           1831 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			else if (tbl->action == IWL_MIMO2_SWITCH_SISO_B)
action           1893 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action++;
action           1894 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action > IWL_MIMO2_SWITCH_MIMO3_ABC)
action           1895 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO2_SWITCH_ANTENNA1;
action           1897 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == start_action)
action           1904 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action++;
action           1905 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	if (tbl->action > IWL_MIMO2_SWITCH_MIMO3_ABC)
action           1906 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO2_SWITCH_ANTENNA1;
action           1908 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		search_tbl->action = tbl->action;
action           1941 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action != IWL_MIMO3_SWITCH_SISO_A)
action           1942 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO3_SWITCH_SISO_A;
action           1946 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == IWL_MIMO3_SWITCH_SISO_B ||
action           1947 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		    tbl->action == IWL_MIMO3_SWITCH_SISO_C)
action           1948 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO3_SWITCH_SISO_A;
action           1956 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	    (tbl->action < IWL_MIMO3_SWITCH_SISO_A ||
action           1957 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	     tbl->action > IWL_MIMO3_SWITCH_SISO_C)) {
action           1959 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO3_SWITCH_SISO_A;
action           1964 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	    (tbl->action < IWL_MIMO3_SWITCH_SISO_A ||
action           1965 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	     tbl->action > IWL_MIMO3_SWITCH_SISO_C))
action           1966 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO3_SWITCH_SISO_A;
action           1968 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	start_action = tbl->action;
action           1971 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		switch (tbl->action) {
action           1995 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if (tbl->action == IWL_MIMO3_SWITCH_SISO_A)
action           1997 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			else if (tbl->action == IWL_MIMO3_SWITCH_SISO_B)
action           2019 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			if (tbl->action == IWL_MIMO3_SWITCH_MIMO2_AB)
action           2021 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			else if (tbl->action == IWL_MIMO3_SWITCH_MIMO2_AC)
action           2067 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action++;
action           2068 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action > IWL_MIMO3_SWITCH_GI)
action           2069 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			tbl->action = IWL_MIMO3_SWITCH_ANTENNA1;
action           2071 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		if (tbl->action == start_action)
action           2078 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tbl->action++;
action           2079 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	if (tbl->action > IWL_MIMO3_SWITCH_GI)
action           2080 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tbl->action = IWL_MIMO3_SWITCH_ANTENNA1;
action           2082 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		search_tbl->action = tbl->action;
action            301 drivers/net/wireless/intel/iwlwifi/dvm/rs.h 	u8 action;	/* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */
action            187 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type)
action            192 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 	env_cmd.action = action;
action             83 drivers/net/wireless/intel/iwlwifi/fw/api/binding.h 	__le32 action;
action            104 drivers/net/wireless/intel/iwlwifi/fw/api/binding.h 	__le32 action;
action            157 drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h 	__le32 action;
action            360 drivers/net/wireless/intel/iwlwifi/fw/api/mac.h 	__le32 action;
action            187 drivers/net/wireless/intel/iwlwifi/fw/api/phy-ctxt.h 	__le32 action;
action            275 drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h 	__le32 action;
action            318 drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h 	__le32 action;
action            364 drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h 	__le32 action;
action            936 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h 	u8 action;
action             75 drivers/net/wireless/intel/iwlwifi/mvm/binding.c static int iwl_mvm_binding_cmd(struct iwl_mvm *mvm, u32 action,
action            100 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 	cmd.action = cpu_to_le32(action);
action            115 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 			action, ret);
action            157 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 	u32 action = FW_CTXT_ACTION_MODIFY;
action            172 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 			action = FW_CTXT_ACTION_ADD;
action            174 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 			action = FW_CTXT_ACTION_REMOVE;
action            186 drivers/net/wireless/intel/iwlwifi/mvm/binding.c 	return iwl_mvm_binding_cmd(mvm, action, &data);
action            522 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	binding_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
action            639 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c 			 sizeof(mgmt->u.action.u.ftm);
action            648 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c 	ies = mgmt->u.action.u.ftm.variable;
action            494 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 					u32 action)
action            506 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	cmd->action = cpu_to_le32(action);
action            595 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 			le32_to_cpu(cmd->action), ret);
action            601 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				    u32 action, bool force_assoc_off,
action            610 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, bssid_override, action);
action            717 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 					 u32 action)
action            725 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action);
action            746 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				     u32 action)
action            753 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action);
action            784 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 					   u32 action)
action            791 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action);
action           1154 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				   u32 action)
action           1161 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action);
action           1165 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				     action == FW_CTXT_ACTION_ADD);
action           1172 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				   u32 action)
action           1180 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	iwl_mvm_mac_ctxt_cmd_common(mvm, vif, &cmd, NULL, action);
action           1184 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				     action == FW_CTXT_ACTION_ADD);
action           1196 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 				u32 action, bool force_assoc_off,
action           1201 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		return iwl_mvm_mac_ctxt_cmd_sta(mvm, vif, action,
action           1207 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 			return iwl_mvm_mac_ctxt_cmd_ap(mvm, vif, action);
action           1209 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 			return iwl_mvm_mac_ctxt_cmd_go(mvm, vif, action);
action           1212 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		return iwl_mvm_mac_ctxt_cmd_listener(mvm, vif, action);
action           1214 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		return iwl_mvm_mac_ctxt_cmd_p2p_device(mvm, vif, action);
action           1216 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 		return iwl_mvm_mac_ctxt_cmd_ibss(mvm, vif, action);
action           1272 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
action            911 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			    enum ieee80211_ampdu_mlme_action action)
action            923 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (action) {
action            960 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            968 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		     sta->addr, tid, action);
action            975 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	switch (action) {
action           1025 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (action == IEEE80211_AMPDU_RX_START)
action           1029 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 					    rx_ba_ssn, action);
action           1368 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE),
action           2941 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			   enum nl80211_tdls_operation action)
action           2953 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (!(tdls_trig->action_bitmap & BIT(action)))
action           2962 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 				peer_addr, action);
action           3608 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		.action = cpu_to_le32(FW_CTXT_ACTION_ADD),
action           4416 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		.action = cpu_to_le32(FW_CTXT_ACTION_ADD),
action           4573 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		.action = cpu_to_le32(FW_CTXT_ACTION_MODIFY),
action            128 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 				     u32 action, u32 apply_time)
action            134 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 	cmd->action = cpu_to_le32(action);
action            192 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 				  u32 action, u32 apply_time)
action            199 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 	iwl_mvm_phy_ctxt_cmd_hdr(ctxt, &cmd, action, apply_time);
action            248 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 	enum iwl_ctxt_action action = FW_CTXT_ACTION_MODIFY;
action            265 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 		action = FW_CTXT_ACTION_ADD;
action            272 drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c 				      action, 0);
action           1793 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	enum rs_action action = RS_ACTION_STAY;
action           1839 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		action = RS_ACTION_DOWNSCALE;
action           1847 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		action = RS_ACTION_DOWNSCALE;
action           1854 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	if ((action == RS_ACTION_DOWNSCALE) && (low != IWL_RATE_INVALID)) {
action           1858 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			action = RS_ACTION_STAY;
action           1862 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			action = RS_ACTION_STAY;
action           1868 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	return action;
action           2008 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	enum tpc_action action;
action           2055 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	action = rs_get_tpc_action(mvm, sr, weak, strong,
action           2059 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	if (weak == TPC_INVALID && action == TPC_ACTION_DECREASE) {
action           2061 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		action = TPC_ACTION_STAY;
action           2063 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		   (action == TPC_ACTION_INCREASE ||
action           2064 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		    action == TPC_ACTION_NO_RESTIRCTION)) {
action           2066 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		action = TPC_ACTION_STAY;
action           2069 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	switch (action) {
action            353 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.action = SCD_CFG_DISABLE_QUEUE,
action            368 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	cmd.action = mvm->queue_info[queue].tid_bitmap ?
action            370 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (cmd.action == SCD_CFG_DISABLE_QUEUE)
action            379 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (cmd.action == SCD_CFG_ENABLE_QUEUE)
action            638 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.action = SCD_CFG_DISABLE_QUEUE,
action            857 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.action = SCD_CFG_ENABLE_QUEUE,
action            889 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		.action = SCD_CFG_UPDATE_QUEUE_TID,
action            272 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		    !(trig_action_bitmap & le32_to_cpu(notif->action)) ||
action            279 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 					le32_to_cpu(notif->action),
action            300 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		     le32_to_cpu(notif->action));
action            315 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START))
action            328 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
action            352 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	} else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
action            390 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		     le32_to_cpu(notif->action), le32_to_cpu(notif->status));
action            393 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	    le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) {
action            402 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	} else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) {
action            409 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 			     le32_to_cpu(notif->action));
action            428 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 		     le32_to_cpu(notif->action));
action            600 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
action            696 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	aux_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
action            726 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_REMOVE);
action            773 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
action            903 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c 	time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
action            614 drivers/net/wireless/intel/iwlwifi/mvm/utils.c 		.action = SCD_CFG_ENABLE_QUEUE,
action            566 drivers/net/wireless/intersil/orinoco/hermes.c 	int action = enabled ? HERMES_AUX_ENABLE : HERMES_AUX_DISABLE;
action            576 drivers/net/wireless/intersil/orinoco/hermes.c 	hermes_write_reg(hw, HERMES_CONTROL, action);
action           1977 drivers/net/wireless/mac80211_hwsim.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1980 drivers/net/wireless/mac80211_hwsim.c 	switch (action) {
action            862 drivers/net/wireless/marvell/libertas/cfg.c 	cmd.action = cpu_to_le16(CMD_ACT_REMOVE);
action            903 drivers/net/wireless/marvell/libertas/cfg.c 		cmd.action = cpu_to_le16(CMD_ACT_ADD);
action            949 drivers/net/wireless/marvell/libertas/cfg.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            970 drivers/net/wireless/marvell/libertas/cfg.c 	__le16 action;
action            998 drivers/net/wireless/marvell/libertas/cfg.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            203 drivers/net/wireless/marvell/libertas/cmd.c 		cmd_config.wol_conf.action = CMD_ACT_ACTION_NONE;
action            238 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(cmd_action);
action            280 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(cmd_action);
action            425 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            472 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_GET);
action            514 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_GET);
action            543 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            569 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            598 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_OPT_802_11_RF_CHANNEL_GET);
action            643 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_OPT_802_11_RF_CHANNEL_SET);
action            717 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            801 drivers/net/wireless/marvell/libertas/cmd.c 				   sizeof(cmd.action) +
action            832 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_GET);
action            872 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            910 drivers/net/wireless/marvell/libertas/cmd.c 		if (psm->action == cpu_to_le16(PS_MODE_ACTION_EXIT_PS)) {
action           1048 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action           1087 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(priv->mac_control);
action           1099 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(priv->mac_control);
action           1310 drivers/net/wireless/marvell/libertas/cmd.c 				       psm->action);
action           1311 drivers/net/wireless/marvell/libertas/cmd.c 				if (psm->action !=
action           1455 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action           1487 drivers/net/wireless/marvell/libertas/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            130 drivers/net/wireless/marvell/libertas/cmdresp.c 		u16 action = le16_to_cpu(psmode->action);
action            134 drivers/net/wireless/marvell/libertas/cmdresp.c 		       result, action);
action            145 drivers/net/wireless/marvell/libertas/cmdresp.c 			    action == PS_MODE_ACTION_ENTER_PS)
action            147 drivers/net/wireless/marvell/libertas/cmdresp.c 		} else if (action == PS_MODE_ACTION_ENTER_PS) {
action            167 drivers/net/wireless/marvell/libertas/cmdresp.c 		} else if (action == PS_MODE_ACTION_EXIT_PS) {
action            172 drivers/net/wireless/marvell/libertas/cmdresp.c 			lbs_deb_host("CMD_RESP: PS action 0x%X\n", action);
action            242 drivers/net/wireless/marvell/libertas/debugfs.c 	subscribed->action = cpu_to_le16(CMD_ACT_GET);
action            298 drivers/net/wireless/marvell/libertas/debugfs.c 	events->action = cpu_to_le16(CMD_ACT_GET);
action            315 drivers/net/wireless/marvell/libertas/debugfs.c 	events->action = cpu_to_le16(CMD_ACT_SET);
action             53 drivers/net/wireless/marvell/libertas/ethtool.c 	cmd.action = cpu_to_le16(CMD_ACT_GET);
action            398 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            444 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            495 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            501 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            545 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            558 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            567 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            578 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            585 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            594 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            618 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            646 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            653 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            663 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            670 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            677 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            684 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            719 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            729 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            736 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            802 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            839 drivers/net/wireless/marvell/libertas/host.h 	uint8_t action;
action            859 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            865 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            876 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            888 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            899 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            932 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            941 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            963 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            973 drivers/net/wireless/marvell/libertas/host.h 	__le16 action;
action            137 drivers/net/wireless/marvell/libertas/if_usb.c 	b2_cmd.action = 0;
action            149 drivers/net/wireless/marvell/libertas/if_usb.c 	wake_method.action = cpu_to_le16(CMD_ACT_GET);
action            141 drivers/net/wireless/marvell/libertas/main.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            397 drivers/net/wireless/marvell/libertas/main.c 		mcast_cmd.action = cpu_to_le16(CMD_ACT_SET);
action           1140 drivers/net/wireless/marvell/libertas/main.c 	confirm_sleep.action = cpu_to_le16(PS_MODE_ACTION_SLEEP_CONFIRMED);
action             34 drivers/net/wireless/marvell/libertas/mesh.c 	cmd->action = cpu_to_le16(cmd_action);
action             43 drivers/net/wireless/marvell/libertas/mesh.c 				  uint16_t action, uint16_t type)
action             61 drivers/net/wireless/marvell/libertas/mesh.c 	cmd->action = cpu_to_le16(action);
action             70 drivers/net/wireless/marvell/libertas/mesh.c 			 uint16_t action, uint16_t type)
action             77 drivers/net/wireless/marvell/libertas/mesh.c 	ret = __lbs_mesh_config_send(priv, cmd, action, type);
action             86 drivers/net/wireless/marvell/libertas/mesh.c static int lbs_mesh_config(struct lbs_private *priv, uint16_t action,
action             97 drivers/net/wireless/marvell/libertas/mesh.c 	switch (action) {
action            128 drivers/net/wireless/marvell/libertas/mesh.c 		    action, priv->mesh_tlv, chan, ie->val.mesh_id_len,
action            131 drivers/net/wireless/marvell/libertas/mesh.c 	return __lbs_mesh_config_send(priv, &cmd, action, priv->mesh_tlv);
action            157 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(CMD_OPT_802_11_RF_CHANNEL_SET);
action            194 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            323 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            371 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            388 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(CMD_ACT_SET);
action            425 drivers/net/wireless/marvell/libertas_tf/cmd.c 	cmd.action = cpu_to_le16(priv->mac_control);
action            105 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	b2_cmd.action = 0;
action            347 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	cmd->action = cpu_to_le16(CMD_ACT_HALT);
action            378 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            385 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            392 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            413 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            421 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            431 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            438 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            444 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	__le16 action;
action            274 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->action = cpu_to_le16(cmd_action);
action            219 drivers/net/wireless/marvell/mwifiex/11n.c 	u16 action = (u16) cmd_action;
action            224 drivers/net/wireless/marvell/mwifiex/11n.c 	tx_buf->action = cpu_to_le16(action);
action            225 drivers/net/wireless/marvell/mwifiex/11n.c 	switch (action) {
action            253 drivers/net/wireless/marvell/mwifiex/11n.c 	u16 action = (u16) cmd_action;
action            258 drivers/net/wireless/marvell/mwifiex/11n.c 	amsdu_ctrl->action = cpu_to_le16(action);
action            259 drivers/net/wireless/marvell/mwifiex/11n.c 	switch (action) {
action            288 drivers/net/wireless/marvell/mwifiex/11n.c 	htcfg->action = cpu_to_le16(cmd_action);
action             40 drivers/net/wireless/marvell/mwifiex/11n.h 				  u16 action, int *htcap_cfg);
action           1766 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		subsc_evt.action = HostCmd_ACT_BITWISE_SET;
action           1775 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		subsc_evt.action = HostCmd_ACT_BITWISE_CLR;
action           2745 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	bgscan_cfg->action = MWIFIEX_BGSCAN_ACT_SET;
action           3261 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	mef_entry->action = MEF_ACTION_AUTO_ARP;
action           3317 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	mef_entry->action = MEF_ACTION_ALLOW_AND_WAKEUP_HOST;
action           3802 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			   const u8 *peer, enum nl80211_tdls_operation action)
action           3815 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		    "TDLS peer=%pM, oper=%d\n", peer, action);
action           3817 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	switch (action) {
action           3819 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		action = MWIFIEX_TDLS_ENABLE_LINK;
action           3822 drivers/net/wireless/marvell/mwifiex/cfg80211.c 		action = MWIFIEX_TDLS_DISABLE_LINK;
action           3845 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	return mwifiex_tdls_oper(priv, peer, action);
action            332 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		le16_to_cpu(sleep_cfm_buf->action),
action            710 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		if ((le16_to_cpu(pm->action) == DIS_PS) ||
action            711 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		    (le16_to_cpu(pm->action) == DIS_AUTO_PS)) {
action           1181 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (phs_cfg->action == cpu_to_le16(HS_ACTIVATE) &&
action           1315 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		psmode_enh->action = cpu_to_le16(DIS_AUTO_PS);
action           1317 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) +
action           1320 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		psmode_enh->action = cpu_to_le16(GET_PS);
action           1322 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		cmd->size = cpu_to_le16(S_DS_GEN + sizeof(psmode_enh->action) +
action           1325 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		psmode_enh->action = cpu_to_le16(EN_AUTO_PS);
action           1327 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		cmd_size = S_DS_GEN + sizeof(psmode_enh->action) +
action           1394 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	uint16_t action = le16_to_cpu(ps_mode->action);
action           1401 drivers/net/wireless/marvell/mwifiex/cmdevt.c 		    __func__, resp->result, action);
action           1402 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	if (action == EN_AUTO_PS) {
action           1415 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	} else if (action == DIS_AUTO_PS) {
action           1430 drivers/net/wireless/marvell/mwifiex/cmdevt.c 	} else if (action == GET_PS) {
action            988 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action            993 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1044 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1089 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1097 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1112 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1117 drivers/net/wireless/marvell/mwifiex/fw.h 	__le32 action;
action           1121 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1311 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1362 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1383 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1389 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1403 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1462 drivers/net/wireless/marvell/mwifiex/fw.h 	u8 action;
action           1555 drivers/net/wireless/marvell/mwifiex/fw.h 	u16 action;
action           1618 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1647 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1652 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1690 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1697 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1704 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1868 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1880 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1886 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1893 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1900 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1907 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1925 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           1930 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2072 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2077 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2082 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2091 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2101 drivers/net/wireless/marvell/mwifiex/fw.h 	u8 action;
action           2206 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2257 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2263 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2268 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2277 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2285 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2289 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2297 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action           2386 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 action;
action            293 drivers/net/wireless/marvell/mwifiex/init.c 	sleep_cfm_buf->action = cpu_to_le16(SLEEP_CONFIRM);
action            398 drivers/net/wireless/marvell/mwifiex/ioctl.h 	u16 action;
action            417 drivers/net/wireless/marvell/mwifiex/ioctl.h 	u8 action;
action           1138 drivers/net/wireless/marvell/mwifiex/main.h int mwifiex_set_hs_params(struct mwifiex_private *priv, u16 action,
action           1515 drivers/net/wireless/marvell/mwifiex/main.h int mwifiex_remain_on_chan_cfg(struct mwifiex_private *priv, u16 action,
action           1625 drivers/net/wireless/marvell/mwifiex/main.h int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action);
action           1686 drivers/net/wireless/marvell/mwifiex/main.h int mwifiex_get_wakeup_reason(struct mwifiex_private *priv, u16 action,
action           2307 drivers/net/wireless/marvell/mwifiex/scan.c 	bgscan_config->action = cpu_to_le16(bgscan_cfg_in->action);
action           2489 drivers/net/wireless/marvell/mwifiex/scan.c 	bgscan_cfg->action = MWIFIEX_BGSCAN_ACT_SET;
action             53 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->params.rssi_info.action = cpu_to_le16(cmd_action);
action             79 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 				   u16 cmd_action, u32 *action)
action             92 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	mac_ctrl->action = cpu_to_le32(*action);
action            181 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	rate_cfg->action = cpu_to_le16(cmd_action);
action            272 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_txp_cfg->action = cpu_to_le16(cmd_action);
action            275 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_txp_cfg->action = cpu_to_le16(cmd_action);
action            294 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	txp->action = cpu_to_le16(cmd_action);
action            328 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			ant_siso->action = cpu_to_le16(HostCmd_ACT_SET_BOTH);
action            343 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			ant_siso->action = cpu_to_le16(HostCmd_ACT_GET_BOTH);
action            397 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		hs_cfg->action = cpu_to_le16(HS_ACTIVATE);
action            400 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		hs_cfg->action = cpu_to_le16(HS_CONFIGURE);
action            444 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cmd->params.mac_addr.action = cpu_to_le16(cmd_action);
action            471 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	mcast_addr->action = cpu_to_le16(cmd_action);
action            635 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	       sizeof(km->action) + S_DS_GEN;
action            662 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	km->action = cpu_to_le16(cmd_action);
action            684 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 					sizeof(km->action));
action            693 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		km->action = cpu_to_le16(HostCmd_ACT_GEN_REMOVE);
action            702 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 					sizeof(km->action));
action            706 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	km->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
action            741 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 					len + sizeof(km->action) + S_DS_GEN);
action            769 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 					len + sizeof(km->action) + S_DS_GEN);
action            805 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 					len + sizeof(km->action) + S_DS_GEN);
action            834 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	key_material->action = cpu_to_le16(cmd_action);
action            838 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			cpu_to_le16(sizeof(key_material->action) + S_DS_GEN);
action            850 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 				    sizeof(key_material->action) + S_DS_GEN);
action            896 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd->size = cpu_to_le16(sizeof(key_material->action)
action            981 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd->size = cpu_to_le16(sizeof(key_material->action) + S_DS_GEN
action            992 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 				   sizeof(key_material->action) +
action            996 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 				   sizeof(key_material->action);
action           1045 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	domain_info->action = cpu_to_le16(cmd_action);
action           1047 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd->size = cpu_to_le16(sizeof(domain_info->action) + S_DS_GEN);
action           1066 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd->size = cpu_to_le16(sizeof(domain_info->action) +
action           1071 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd->size = cpu_to_le16(sizeof(domain_info->action) + S_DS_GEN);
action           1095 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	ibss_coal->action = cpu_to_le16(cmd_action);
action           1127 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	mem_access->action = cpu_to_le16(cmd_action);
action           1163 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		mac_reg->action = cpu_to_le16(cmd_action);
action           1174 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		bbp_reg->action = cpu_to_le16(cmd_action);
action           1185 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		rf_reg->action = cpu_to_le16(cmd_action);
action           1196 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		pmic_reg->action = cpu_to_le16(cmd_action);
action           1207 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cau_reg->action = cpu_to_le16(cmd_action);
action           1219 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_eeprom->action = cpu_to_le16(cmd_action);
action           1243 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			   struct host_cmd_ds_command *cmd, u16 action)
action           1256 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	if (action != HostCmd_ACT_GEN_SET)
action           1305 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	subsc_evt->action = cpu_to_le16(subsc_evt_cfg->action);
action           1307 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		    "cmd: action: %d\n", subsc_evt_cfg->action);
action           1310 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	if (subsc_evt_cfg->action == HostCmd_ACT_GEN_GET)
action           1319 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	if (((subsc_evt_cfg->action == HostCmd_ACT_BITWISE_CLR) ||
action           1320 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	     (subsc_evt_cfg->action == HostCmd_ACT_BITWISE_SET)) &&
action           1333 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	if (subsc_evt_cfg->action == HostCmd_ACT_BITWISE_CLR)
action           1451 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		mef_entry->action = mef->mef_entry[i].action;
action           1557 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	mc_pol->action = cpu_to_le16(cmd_action);
action           1575 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	coex->action = cpu_to_le16(cmd_action);
action           1581 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	if (coex->action == HostCmd_ACT_GEN_GET)
action           1603 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	rekey->action = cpu_to_le16(cmd_action);
action           1626 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		reg->action = cpu_to_le16(cmd_action);
action           1646 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	coalesce_cfg->action = cpu_to_le16(cmd_action);
action           1878 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	cfg->action = cmd_action;
action           1911 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 	sta_cfg_cmd->action = cpu_to_le16(cmd_action);
action           2062 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->params.reg_mask.action = cpu_to_le16(cmd_action);
action           2083 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->params.pkt_aggr_ctrl.action = cpu_to_le16(cmd_action);
action           2092 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		cmd_ptr->params.mode_cfg.action = cpu_to_le16(cmd_action);
action             62 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    resp->result, le16_to_cpu(pm->action));
action             64 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 		if (le16_to_cpu(pm->action) == EN_AUTO_PS &&
action            134 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	subsc_evt->action = HostCmd_ACT_BITWISE_SET;
action            387 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(txp_cfg->action);
action            403 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	switch (action) {
action            421 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    action);
action            439 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(txp->action);
action            443 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (action == HostCmd_ACT_GEN_GET) {
action            481 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    le16_to_cpu(ant_siso->action),
action            584 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (le16_to_cpu(key->action) == HostCmd_ACT_GEN_SET) {
action            616 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (le16_to_cpu(key_v2->action) == HostCmd_ACT_GEN_SET) {
action            658 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(domain_info->action);
action            676 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	switch (action) {
action            683 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    "11D: invalid action:%d\n", domain_info->action);
action            841 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (le16_to_cpu(ibss_coal_resp->action) == HostCmd_ACT_GEN_SET)
action            877 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(cmd_tdls_oper->tdls_action);
action            881 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	switch (action) {
action            926 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 			    "Unknown TDLS command action response %d", action);
action           1003 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(coex->action);
action           1008 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (action == HostCmd_ACT_GEN_GET) {
action           1109 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	u16 action = le16_to_cpu(reg->action);
action           1115 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c 	if (action != HostCmd_ACT_GEN_GET)
action            410 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c int mwifiex_set_hs_params(struct mwifiex_private *priv, u16 action,
action            421 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	switch (action) {
action            699 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	txp_cfg->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
action           1164 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c mwifiex_remain_on_chan_cfg(struct mwifiex_private *priv, u16 action,
action           1172 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	roc_cfg.action = cpu_to_le16(action);
action           1173 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	if (action == HostCmd_ACT_GEN_SET) {
action           1183 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 			     action, 0, &roc_cfg, true)) {
action           1221 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 					u16 action)
action           1245 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true);
action           1427 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 				     u16 action)
action           1433 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 		if (action == HostCmd_ACT_GEN_GET) {
action           1487 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c int mwifiex_get_wakeup_reason(struct mwifiex_private *priv, u16 action,
action            755 drivers/net/wireless/marvell/mwifiex/tdls.c 		skb_put(skb, sizeof(mgmt->u.action.u.tdls_discover_resp) + 1);
action            756 drivers/net/wireless/marvell/mwifiex/tdls.c 		mgmt->u.action.category = WLAN_CATEGORY_PUBLIC;
action            757 drivers/net/wireless/marvell/mwifiex/tdls.c 		mgmt->u.action.u.tdls_discover_resp.action_code =
action            759 drivers/net/wireless/marvell/mwifiex/tdls.c 		mgmt->u.action.u.tdls_discover_resp.dialog_token =
action            761 drivers/net/wireless/marvell/mwifiex/tdls.c 		mgmt->u.action.u.tdls_discover_resp.capability =
action            764 drivers/net/wireless/marvell/mwifiex/tdls.c 		memmove(pos + ETH_ALEN, &mgmt->u.action.category,
action            765 drivers/net/wireless/marvell/mwifiex/tdls.c 			sizeof(mgmt->u.action.u.tdls_discover_resp));
action            895 drivers/net/wireless/marvell/mwifiex/tdls.c 	u8 i, action, basic;
action            907 drivers/net/wireless/marvell/mwifiex/tdls.c 	action = *(buf + sizeof(struct ethhdr) + 2);
action            909 drivers/net/wireless/marvell/mwifiex/tdls.c 		    "rx:tdls action: peer=%pM, action=%d\n", peer, action);
action            911 drivers/net/wireless/marvell/mwifiex/tdls.c 	switch (action) {
action           1195 drivers/net/wireless/marvell/mwifiex/tdls.c int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action)
action           1197 drivers/net/wireless/marvell/mwifiex/tdls.c 	switch (action) {
action            734 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	sys_cfg->action = cpu_to_le16(cmd_action);
action           1973 drivers/net/wireless/marvell/mwl8k.c 	    mgmt->u.action.category == WLAN_CATEGORY_BACK &&
action           1974 drivers/net/wireless/marvell/mwl8k.c 	    mgmt->u.action.u.addba_req.action_code == WLAN_ACTION_ADDBA_REQ &&
action           1976 drivers/net/wireless/marvell/mwl8k.c 		u16 capab = le16_to_cpu(mgmt->u.action.u.addba_req.capab);
action           2669 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           2704 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_ENABLE_RX_DIRECTED |
action           2708 drivers/net/wireless/marvell/mwl8k.c 		cmd->action |= cpu_to_le16(MWL8K_ENABLE_RX_ALL_MULTICAST);
action           2713 drivers/net/wireless/marvell/mwl8k.c 		cmd->action |= cpu_to_le16(MWL8K_ENABLE_RX_MULTICAST);
action           2770 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           2791 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           2831 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           2849 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           2865 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           2890 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET_LIST);
action           3012 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3020 drivers/net/wireless/marvell/mwl8k.c 			 u16 action,
action           3033 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(action);
action           3141 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3162 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           3357 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3373 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           3387 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3402 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           3418 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3476 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_SET_EDCA_ALL);
action           3501 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3516 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(!!enable);
action           3532 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           3548 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32((u32)MWL8K_CMD_SET);
action           3563 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           3591 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_USE_AUTO_RATE);
action           3605 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           3631 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_USE_AUTO_RATE);
action           3646 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           3660 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(!!enable);
action           3755 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           3770 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_CMD_SET);
action           3959 drivers/net/wireless/marvell/mwl8k.c 	__le32	action;
action           3980 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_BA_CHECK);
action           4013 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_BA_CREATE);
action           4054 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_BA_DESTROY);
action           4072 drivers/net/wireless/marvell/mwl8k.c 	__le16 action;
action           4109 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_STA_ACTION_ADD);
action           4188 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le16(MWL8K_STA_ACTION_REMOVE);
action           4206 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           4216 drivers/net/wireless/marvell/mwl8k.c 	__le32 action;
action           4272 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_ENCR_ENABLE);
action           4331 drivers/net/wireless/marvell/mwl8k.c 	u32 action;
action           4346 drivers/net/wireless/marvell/mwl8k.c 		action = MWL8K_ENCR_SET_KEY;
action           4348 drivers/net/wireless/marvell/mwl8k.c 		action = MWL8K_ENCR_SET_GROUP_KEY;
action           4360 drivers/net/wireless/marvell/mwl8k.c 		action = MWL8K_ENCR_SET_KEY;
action           4374 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(action);
action           4404 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_ENCR_REMOVE_KEY);
action           4503 drivers/net/wireless/marvell/mwl8k.c 	__le32	action;
action           4535 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_STA_DB_MODIFY_ENTRY);
action           4574 drivers/net/wireless/marvell/mwl8k.c 	cmd->action = cpu_to_le32(MWL8K_STA_DB_DEL_ENTRY);
action           5440 drivers/net/wireless/marvell/mwl8k.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           5456 drivers/net/wireless/marvell/mwl8k.c 	switch (action) {
action            549 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            564 drivers/net/wireless/mediatek/mt76/mt7603/main.c 	switch (action) {
action            444 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            458 drivers/net/wireless/mediatek/mt76/mt7615/main.c 	switch (action) {
action           1597 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		u8 action;
action           1600 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		.action = index,
action            360 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            374 drivers/net/wireless/mediatek/mt76/mt76x02_util.c 	switch (action) {
action            352 drivers/net/wireless/mediatek/mt7601u/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action            359 drivers/net/wireless/mediatek/mt7601u/main.c 	switch (action) {
action            608 drivers/net/wireless/quantenna/qtnfmac/event.c 	auth.action = ev->action;
action            611 drivers/net/wireless/quantenna/qtnfmac/event.c 		vif->netdev->name, auth.bssid, auth.action,
action           1151 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	u8 action;
action           10463 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           10478 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	switch (action) {
action           4735 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	switch (mgmt->u.action.u.addba_resp.action_code) {
action           4737 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		cap = le16_to_cpu(mgmt->u.action.u.addba_resp.capab);
action           4738 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		timeout = le16_to_cpu(mgmt->u.action.u.addba_resp.timeout);
action           4746 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			 le16_to_cpu(mgmt->u.action.u.addba_resp.status));
action           4749 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		cap = le16_to_cpu(mgmt->u.action.u.addba_req.capab);
action           4750 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		timeout = le16_to_cpu(mgmt->u.action.u.addba_req.timeout);
action           4760 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			 mgmt->u.action.u.addba_resp.action_code);
action           5743 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           5745 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	switch (action) {
action           1416 drivers/net/wireless/realtek/rtlwifi/base.c 				  le16_to_cpu(mgmt->u.action.u.addba_req.capab);
action           2441 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.category = WLAN_CATEGORY_HT;
action           2442 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS;
action           2449 drivers/net/wireless/realtek/rtlwifi/base.c 		action_frame->u.action.u.ht_smps.smps_control =
action           2453 drivers/net/wireless/realtek/rtlwifi/base.c 		action_frame->u.action.u.ht_smps.smps_control =
action           2457 drivers/net/wireless/realtek/rtlwifi/base.c 		action_frame->u.action.u.ht_smps.smps_control =
action           2568 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.category = WLAN_CATEGORY_BACK;
action           2569 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.u.delba.action_code = WLAN_ACTION_DELBA;
action           2573 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.u.delba.params = cpu_to_le16(params);
action           2574 drivers/net/wireless/realtek/rtlwifi/base.c 	action_frame->u.action.u.delba.reason_code =
action           1573 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c void exhalbtc_connect_notify(struct btc_coexist *btcoexist, u8 action)
action           1586 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c 	if (action)
action            760 drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h void exhalbtc_connect_notify(struct btc_coexist *btcoexist, u8 action);
action            264 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c void rtl_btc_connect_notify(struct rtl_priv *rtlpriv, u8 action)
action            271 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c 	exhalbtc_connect_notify(btcoexist, action);
action             20 drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.h void rtl_btc_connect_notify(struct rtl_priv *rtlpriv, u8 action);
action           1390 drivers/net/wireless/realtek/rtlwifi/core.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1394 drivers/net/wireless/realtek/rtlwifi/core.c 	switch (action) {
action            587 drivers/net/wireless/realtek/rtlwifi/pci.c 			if (action_frame->u.action.u.ht_smps.action ==
action            824 drivers/net/wireless/realtek/rtlwifi/ps.c 	pos = (u8 *)&mgmt->u.action.category;
action           2689 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*btc_connect_notify)(struct rtl_priv *rtlpriv, u8 action);
action            363 drivers/net/wireless/realtek/rtw88/coex.h void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 action);
action            438 drivers/net/wireless/realtek/rtw88/mac80211.c 	switch (params->action) {
action           2275 drivers/net/wireless/realtek/rtw88/rtw8822c.c static u16 rtw8822c_dpk_get_cmd(struct rtw_dev *rtwdev, u8 action, u8 path)
action           2280 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	switch (action) {
action           2300 drivers/net/wireless/realtek/rtw88/rtw8822c.c static u8 rtw8822c_dpk_one_shot(struct rtw_dev *rtwdev, u8 path, u8 action)
action           2307 drivers/net/wireless/realtek/rtw88/rtw8822c.c 	if (action == RTW_DPK_CAL_PWR) {
action           2321 drivers/net/wireless/realtek/rtw88/rtw8822c.c 		dpk_cmd = rtw8822c_dpk_get_cmd(rtwdev, action, path);
action           1087 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           1117 drivers/net/wireless/rsi/rsi_91x_mac80211.c 	switch (action) {
action             35 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_OUT,
action             40 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_OUT,
action             59 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_IN,
action             63 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_IN,
action             67 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_IN,
action             71 drivers/net/wireless/st/cw1200/pm.c 			.action = WSM_FILTER_ACTION_FILTER_IN,
action            554 drivers/net/wireless/st/cw1200/txrx.c 	    mgmt->u.action.category == WLAN_CATEGORY_BACK)
action            798 drivers/net/wireless/st/cw1200/txrx.c 	if (mgmt->u.action.category == WLAN_CATEGORY_BACK)
action           1033 drivers/net/wireless/st/cw1200/txrx.c 		   (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) {
action           1044 drivers/net/wireless/st/cw1200/txrx.c 	    (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) {
action           1470 drivers/net/wireless/st/cw1200/wsm.c 	} action = do_tx;
action           1475 drivers/net/wireless/st/cw1200/wsm.c 			action = do_tx;
action           1477 drivers/net/wireless/st/cw1200/wsm.c 			action = do_drop;
action           1481 drivers/net/wireless/st/cw1200/wsm.c 			action = do_drop;
action           1486 drivers/net/wireless/st/cw1200/wsm.c 			action = do_drop;
action           1498 drivers/net/wireless/st/cw1200/wsm.c 			action = do_drop;
action           1503 drivers/net/wireless/st/cw1200/wsm.c 			action = do_drop;
action           1506 drivers/net/wireless/st/cw1200/wsm.c 		action = do_tx; /* TODO:  Test me! */
action           1510 drivers/net/wireless/st/cw1200/wsm.c 		action = do_drop;
action           1514 drivers/net/wireless/st/cw1200/wsm.c 	if (action == do_tx) {
action           1523 drivers/net/wireless/st/cw1200/wsm.c 			action = do_probe;
action           1536 drivers/net/wireless/st/cw1200/wsm.c 			action = do_wep;
action           1540 drivers/net/wireless/st/cw1200/wsm.c 	switch (action) {
action           1574 drivers/net/wireless/st/cw1200/wsm.h 	u8 action;	/* WSM_FILTER_ACTION_XXX */
action           1595 drivers/net/wireless/st/cw1200/wsm.h 	u8 action;	/* WSM_FILTER_ACTION_XXX */
action            190 drivers/net/wireless/ti/wl18xx/acx.c 				       bool action)
action            201 drivers/net/wireless/ti/wl18xx/acx.c 	acx->enable = action;
action            217 drivers/net/wireless/ti/wl18xx/acx.c int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action)
action            228 drivers/net/wireless/ti/wl18xx/acx.c 	acx->enable = (u32)action;
action            399 drivers/net/wireless/ti/wl18xx/acx.h int wl18xx_acx_interrupt_notify_config(struct wl1271 *wl, bool action);
action            400 drivers/net/wireless/ti/wl18xx/acx.h int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action);
action           1762 drivers/net/wireless/ti/wlcore/acx.c 					enum rx_filter_action action)
action           1768 drivers/net/wireless/ti/wlcore/acx.c 		     enable, action);
action           1775 drivers/net/wireless/ti/wlcore/acx.c 	acx->default_action = action;
action           1809 drivers/net/wireless/ti/wlcore/acx.c 		      filter->action, filter->num_fields, fields_size);
action           1823 drivers/net/wireless/ti/wlcore/acx.c 		acx->action = filter->action;
action            938 drivers/net/wireless/ti/wlcore/acx.h 	u8 action;
action           1119 drivers/net/wireless/ti/wlcore/acx.h 					enum rx_filter_action action);
action           1361 drivers/net/wireless/ti/wlcore/cmd.c 		       u16 action, u8 id, u8 key_type,
action           1387 drivers/net/wireless/ti/wlcore/cmd.c 	cmd->key_action = cpu_to_le16(action);
action           1430 drivers/net/wireless/ti/wlcore/cmd.c 			  u16 action, u8 id, u8 key_type,
action           1452 drivers/net/wireless/ti/wlcore/cmd.c 		     " hlid: %d", (int)action, (int)id, (int)lid_type,
action           1457 drivers/net/wireless/ti/wlcore/cmd.c 	cmd->key_action = cpu_to_le16(action);
action             62 drivers/net/wireless/ti/wlcore/cmd.h 			   u16 action, u8 id, u8 key_type,
action             66 drivers/net/wireless/ti/wlcore/cmd.h 			  u16 action, u8 id, u8 key_type,
action            207 drivers/net/wireless/ti/wlcore/hw_ops.h wlcore_hw_interrupt_notify(struct wl1271 *wl, bool action)
action            210 drivers/net/wireless/ti/wlcore/hw_ops.h 		return wl->ops->interrupt_notify(wl, action);
action            215 drivers/net/wireless/ti/wlcore/hw_ops.h wlcore_hw_rx_ba_filter(struct wl1271 *wl, bool action)
action            218 drivers/net/wireless/ti/wlcore/hw_ops.h 		return wl->ops->rx_ba_filter(wl, action);
action           1540 drivers/net/wireless/ti/wlcore/main.c 	filter->action = FILTER_SIGNAL;
action           3371 drivers/net/wireless/ti/wlcore/main.c 		       u16 action, u8 id, u8 key_type,
action           3394 drivers/net/wireless/ti/wlcore/main.c 			if (action != KEY_ADD_OR_REPLACE)
action           3402 drivers/net/wireless/ti/wlcore/main.c 			ret = wl1271_cmd_set_ap_key(wl, wlvif, action,
action           3427 drivers/net/wireless/ti/wlcore/main.c 		if (action == KEY_REMOVE && !is_broadcast_ether_addr(addr))
action           3431 drivers/net/wireless/ti/wlcore/main.c 		if (action == KEY_REMOVE &&
action           3435 drivers/net/wireless/ti/wlcore/main.c 		ret = wl1271_cmd_set_sta_key(wl, wlvif, action,
action           5330 drivers/net/wireless/ti/wlcore/main.c 	enum ieee80211_ampdu_mlme_action action = params->action;
action           5334 drivers/net/wireless/ti/wlcore/main.c 	wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu action %d tid %d", action,
action           5369 drivers/net/wireless/ti/wlcore/main.c 		     tid, action);
action           5371 drivers/net/wireless/ti/wlcore/main.c 	switch (action) {
action           5435 drivers/net/wireless/ti/wlcore/main.c 		wl1271_error("Incorrect ampdu action id=%x\n", action);
action            108 drivers/net/wireless/ti/wlcore/wlcore.h 	int (*interrupt_notify)(struct wl1271 *wl, bool action);
action            109 drivers/net/wireless/ti/wlcore/wlcore.h 	int (*rx_ba_filter)(struct wl1271 *wl, bool action);
action            319 drivers/net/wireless/ti/wlcore/wlcore_i.h 	u8 action;
action            293 drivers/ntb/msi.c 		if (desc->action)
action            638 drivers/nvdimm/namespace_devs.c 		const char *action;
action            689 drivers/nvdimm/namespace_devs.c 				action = "cur grow up";
action            691 drivers/nvdimm/namespace_devs.c 				action = "allocate";
action            700 drivers/nvdimm/namespace_devs.c 				action = "next grow up";
action            702 drivers/nvdimm/namespace_devs.c 				action = "grow down";
action            704 drivers/nvdimm/namespace_devs.c 				action = "allocate";
action            708 drivers/nvdimm/namespace_devs.c 				action = "grow down";
action            710 drivers/nvdimm/namespace_devs.c 				action = "allocate";
action            716 drivers/nvdimm/namespace_devs.c 		if (strcmp(action, "allocate") == 0) {
action            725 drivers/nvdimm/namespace_devs.c 		} else if (strcmp(action, "grow down") == 0) {
action            737 drivers/nvdimm/namespace_devs.c 				action, loc, rc);
action             76 drivers/of/dynamic.c int of_reconfig_notify(unsigned long action, struct of_reconfig_data *p)
action             82 drivers/of/dynamic.c 	switch (action) {
action             85 drivers/of/dynamic.c 		pr_debug("notify %-15s %pOF\n", action_names[action],
action             91 drivers/of/dynamic.c 		pr_debug("notify %-15s %pOF:%s\n", action_names[action],
action             97 drivers/of/dynamic.c 	rc = blocking_notifier_call_chain(&of_reconfig_chain, action, p);
action            110 drivers/of/dynamic.c int of_reconfig_get_state_change(unsigned long action, struct of_reconfig_data *pr)
action            116 drivers/of/dynamic.c 	switch (action) {
action            148 drivers/of/dynamic.c 	switch (action) {
action            188 drivers/of/dynamic.c int of_property_notify(int action, struct device_node *np,
action            200 drivers/of/dynamic.c 	return of_reconfig_notify(action, &pr);
action            462 drivers/of/dynamic.c 	if (ce->action == OF_RECONFIG_ATTACH_NODE &&
action            480 drivers/of/dynamic.c 	switch (ce->action) {
action            484 drivers/of/dynamic.c 		pr_debug("cset<%p> %-15s %pOF/%s\n", ce, action_names[ce->action],
action            489 drivers/of/dynamic.c 		pr_debug("cset<%p> %-15s %pOF\n", ce, action_names[ce->action],
action            506 drivers/of/dynamic.c 	switch (ce->action) {
action            508 drivers/of/dynamic.c 		rce->action = OF_RECONFIG_DETACH_NODE;
action            511 drivers/of/dynamic.c 		rce->action = OF_RECONFIG_ATTACH_NODE;
action            514 drivers/of/dynamic.c 		rce->action = OF_RECONFIG_REMOVE_PROPERTY;
action            517 drivers/of/dynamic.c 		rce->action = OF_RECONFIG_ADD_PROPERTY;
action            524 drivers/of/dynamic.c 			rce->action = OF_RECONFIG_REMOVE_PROPERTY;
action            543 drivers/of/dynamic.c 	switch (ce->action) {
action            548 drivers/of/dynamic.c 		ret = of_reconfig_notify(ce->action, &rd);
action            553 drivers/of/dynamic.c 		ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop);
action            557 drivers/of/dynamic.c 			(int)ce->action);
action            575 drivers/of/dynamic.c 	switch (ce->action) {
action            636 drivers/of/dynamic.c 	switch (ce->action) {
action            908 drivers/of/dynamic.c int of_changeset_action(struct of_changeset *ocs, unsigned long action,
action            918 drivers/of/dynamic.c 	ce->action = action;
action            922 drivers/of/dynamic.c 	if (action == OF_RECONFIG_UPDATE_PROPERTY && prop)
action             43 drivers/of/of_private.h extern int of_property_notify(int action, struct device_node *np,
action             53 drivers/of/of_private.h static inline int of_property_notify(int action, struct device_node *np,
action            160 drivers/of/overlay.c 		enum of_overlay_notify_action action)
action            172 drivers/of/overlay.c 						   action, &nd);
action            178 drivers/of/overlay.c 			       of_overlay_action_name[action], ret, nd.target);
action            539 drivers/of/overlay.c 	if (ce_1->action != OF_RECONFIG_ATTACH_NODE &&
action            540 drivers/of/overlay.c 	    ce_1->action != OF_RECONFIG_DETACH_NODE)
action            545 drivers/of/overlay.c 		if ((ce_2->action != OF_RECONFIG_ATTACH_NODE &&
action            546 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_DETACH_NODE) ||
action            572 drivers/of/overlay.c 	if (ce_1->action != OF_RECONFIG_ADD_PROPERTY &&
action            573 drivers/of/overlay.c 	    ce_1->action != OF_RECONFIG_REMOVE_PROPERTY &&
action            574 drivers/of/overlay.c 	    ce_1->action != OF_RECONFIG_UPDATE_PROPERTY)
action            579 drivers/of/overlay.c 		if ((ce_2->action != OF_RECONFIG_ADD_PROPERTY &&
action            580 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_REMOVE_PROPERTY &&
action            581 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_UPDATE_PROPERTY) ||
action            658 drivers/of/platform.c 				unsigned long action, void *arg)
action            664 drivers/of/platform.c 	switch (of_reconfig_get_state_change(action, rd)) {
action            155 drivers/pci/hotplug/pciehp.h void pciehp_request(struct controller *ctrl, int action);
action            137 drivers/pci/hotplug/pciehp_ctrl.c void pciehp_request(struct controller *ctrl, int action)
action            139 drivers/pci/hotplug/pciehp_ctrl.c 	atomic_or(action, &ctrl->pending_events);
action            857 drivers/pcmcia/rsrc_nonstatic.c static int adjust_memory(struct pcmcia_socket *s, unsigned int action, unsigned long start, unsigned long end)
action            866 drivers/pcmcia/rsrc_nonstatic.c 	switch (action) {
action            883 drivers/pcmcia/rsrc_nonstatic.c static int adjust_io(struct pcmcia_socket *s, unsigned int action, unsigned long start, unsigned long end)
action            904 drivers/pcmcia/rsrc_nonstatic.c 	switch (action) {
action            992 drivers/pinctrl/nomadik/pinctrl-nomadik.c 		if (irq > 0 && desc && desc->action) {
action           1072 drivers/pinctrl/qcom/pinctrl-msm.c static int msm_ps_hold_restart(struct notifier_block *nb, unsigned long action,
action            206 drivers/platform/chrome/chromeos_laptop.c 					     unsigned long action, void *data)
action            210 drivers/platform/chrome/chromeos_laptop.c 	switch (action) {
action            459 drivers/platform/x86/dcdbas.c 	u8 action;
action            464 drivers/platform/x86/dcdbas.c 	action = host_control_action;
action            481 drivers/platform/x86/dcdbas.c 	if (action & HC_ACTION_HOST_CONTROL_POWEROFF) {
action            486 drivers/platform/x86/dcdbas.c 	} else if (action & HC_ACTION_HOST_CONTROL_POWERCYCLE) {
action            720 drivers/platform/x86/dell-laptop.c 					  unsigned long action, void *data)
action           2105 drivers/platform/x86/dell-laptop.c 				     unsigned long action, void *data)
action           2110 drivers/platform/x86/dell-laptop.c 	switch (action) {
action            347 drivers/platform/x86/dell-smbios-base.c void dell_laptop_call_notifier(unsigned long action, void *data)
action            349 drivers/platform/x86/dell-smbios-base.c 	blocking_notifier_call_chain(&dell_laptop_chain_head, action, data);
action             73 drivers/platform/x86/dell-smbios.h void dell_laptop_call_notifier(unsigned long action, void *data);
action            108 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	struct msrl_action action;
action            111 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	action.mbox_cmd = (struct isst_if_mbox_cmd *)cmd_ptr;
action            113 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	if (isst_if_mbox_cmd_invalid(action.mbox_cmd))
action            116 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	if (isst_if_mbox_cmd_set_req(action.mbox_cmd) &&
action            127 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	ret = smp_call_function_single(action.mbox_cmd->logical_cpu,
action            128 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 				       msrl_update_func, &action, 1);
action            132 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	if (!action.err && !resume && isst_if_mbox_cmd_set_req(action.mbox_cmd))
action            133 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 		action.err = isst_store_cmd(action.mbox_cmd->command,
action            134 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 					    action.mbox_cmd->sub_command,
action            135 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 					    action.mbox_cmd->logical_cpu, 1,
action            136 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 					    action.mbox_cmd->parameter,
action            137 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 					    action.mbox_cmd->req_data);
action            140 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	return action.err;
action            209 drivers/platform/x86/intel_telemetry_pltdrv.c 				 enum telemetry_action action)
action            218 drivers/platform/x86/intel_telemetry_pltdrv.c 	switch (action) {
action            245 drivers/platform/x86/intel_telemetry_pltdrv.c 		pr_err("Unknown Telemetry action specified %d\n", action);
action            282 drivers/platform/x86/intel_telemetry_pltdrv.c 					 enum telemetry_action action)
action            317 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_RESET) {
action            346 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_UPDATE) {
action            378 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_ADD) {
action            418 drivers/platform/x86/intel_telemetry_pltdrv.c 					enum telemetry_action action)
action            448 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_RESET) {
action            474 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_UPDATE) {
action            504 drivers/platform/x86/intel_telemetry_pltdrv.c 	if (action == TELEM_ADD) {
action            543 drivers/platform/x86/intel_telemetry_pltdrv.c 				     enum telemetry_action action)
action            549 drivers/platform/x86/intel_telemetry_pltdrv.c 	if ((action == TELEM_UPDATE) && (telm_conf->telem_in_use)) {
action            555 drivers/platform/x86/intel_telemetry_pltdrv.c 				    pss_evtconfig.num_evts, action);
action            560 drivers/platform/x86/intel_telemetry_pltdrv.c 				    ioss_evtconfig.num_evts, action);
action            565 drivers/platform/x86/intel_telemetry_pltdrv.c 		ret = telemetry_setup_iossevtconfig(ioss_evtconfig, action);
action            571 drivers/platform/x86/intel_telemetry_pltdrv.c 		ret = telemetry_setup_pssevtconfig(pss_evtconfig, action);
action            576 drivers/platform/x86/intel_telemetry_pltdrv.c 	if ((action == TELEM_UPDATE) || (action == TELEM_ADD))
action           1016 drivers/platform/x86/touchscreen_dmi.c 				       unsigned long action, void *data)
action           1021 drivers/platform/x86/touchscreen_dmi.c 	switch (action) {
action             17 drivers/power/reset/msm-poweroff.c static int deassert_pshold(struct notifier_block *nb, unsigned long action,
action             75 drivers/power/supply/cpcap-battery.c 	enum cpcap_battery_irq_action action;
action            562 drivers/power/supply/cpcap-battery.c 	switch (d->action) {
action            615 drivers/power/supply/cpcap-battery.c 		d->action = CPCAP_BATTERY_IRQ_ACTION_BATTERY_LOW;
action            617 drivers/power/supply/cpcap-battery.c 		d->action = CPCAP_BATTERY_IRQ_ACTION_POWEROFF;
action            126 drivers/pwm/pwm-lpc18xx-sct.c 					 enum lpc18xx_pwm_res_action action)
action            139 drivers/pwm/pwm-lpc18xx-sct.c 	val |= LPC18XX_PWM_RES(pwm->hwpwm, action);
action             76 drivers/reset/reset-ath79.c 				unsigned long action, void *data)
action            106 drivers/rtc/rtc-brcmstb-waketimer.c 		unsigned long action, void *data)
action            113 drivers/rtc/rtc-brcmstb-waketimer.c 	if (action == SYS_POWER_OFF)
action           6250 drivers/s390/block/dasd_eckd.c 				       unsigned long paths, int action)
action           6258 drivers/s390/block/dasd_eckd.c 		if (action == CUIR_QUIESCE)
action           6262 drivers/s390/block/dasd_eckd.c 		else if (action == CUIR_RESUME)
action            319 drivers/s390/char/sclp_cmd.c 			     unsigned long action, void *data)
action            332 drivers/s390/char/sclp_cmd.c 	switch (action) {
action             38 drivers/s390/char/sclp_pci.c 	u8 action;
action            115 drivers/s390/char/sclp_pci.c 	switch (report->action) {
action            168 drivers/s390/char/sclp_pci.c 	sccb->evbuf.action = report->action;
action            241 drivers/s390/char/tape.h void tape_hotplug_event(struct tape_device *, int major, int action);
action            245 drivers/s390/char/vmlogrdr.c 			      int action, int purge)
action            253 drivers/s390/char/vmlogrdr.c 	onoff = ((action == 1) ? "ON" : "OFF");
action            263 drivers/s390/char/vmlogrdr.c 	if (purge && (action == 1)) {
action            295 drivers/s390/char/vmlogrdr.c 	if (purge && (action == 0)) {
action             49 drivers/s390/cio/blacklist.c static int blacklist_range(range_action action, unsigned int from_ssid,
action             63 drivers/s390/cio/blacklist.c 		if (action == add)
action            149 drivers/s390/cio/blacklist.c static int blacklist_parse_parameters(char *str, range_action action,
action            161 drivers/s390/cio/blacklist.c 		ra = action;
action            421 drivers/s390/cio/ccwgroup.c static int ccwgroup_notifier(struct notifier_block *nb, unsigned long action,
action            426 drivers/s390/cio/ccwgroup.c 	if (action == BUS_NOTIFY_UNBIND_DRIVER) {
action           1447 drivers/s390/cio/device.c 	enum io_sch_action action;
action           1458 drivers/s390/cio/device.c 	action = sch_get_action(sch);
action           1461 drivers/s390/cio/device.c 		      action);
action           1463 drivers/s390/cio/device.c 	switch (action) {
action           1507 drivers/s390/cio/device.c 	switch (action) {
action           1531 drivers/s390/cio/device.c 	switch (action) {
action             48 drivers/s390/cio/vfio_ccw_ops.c 				  unsigned long action,
action             58 drivers/s390/cio/vfio_ccw_ops.c 	if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) {
action           1069 drivers/s390/crypto/vfio_ap_ops.c 				       unsigned long action, void *data)
action           1075 drivers/s390/crypto/vfio_ap_ops.c 	if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) {
action           1087 drivers/s390/crypto/vfio_ap_ops.c 				       unsigned long action, void *data)
action           1092 drivers/s390/crypto/vfio_ap_ops.c 	if (action != VFIO_GROUP_NOTIFY_SET_KVM)
action            929 drivers/s390/net/ctcm_mpc.c void mpc_channel_action(struct channel *ch, int direction, int action)
action            946 drivers/s390/net/ctcm_mpc.c 		"read=%i, write=%i\n", __func__, action,
action            951 drivers/s390/net/ctcm_mpc.c 	if ((action == MPC_CHANNEL_ADD) && (ch->in_mpcgroup == 0)) {
action           1003 drivers/s390/net/ctcm_mpc.c 	} else if ((action == MPC_CHANNEL_REMOVE) &&
action           1025 drivers/s390/net/ctcm_mpc.c 		"read=%i, write=%i\n", __func__, action,
action            234 drivers/s390/net/ctcm_mpc.h void mpc_channel_action(struct channel *ch, int direction, int action);
action           3071 drivers/s390/net/qeth_core_main.c int qeth_hw_trap(struct qeth_card *card, enum qeth_diags_trap_action action)
action           3082 drivers/s390/net/qeth_core_main.c 	cmd->data.diagass.action = action;
action           3083 drivers/s390/net/qeth_core_main.c 	switch (action) {
action            581 drivers/s390/net/qeth_core_mpc.h 	__u8   action;
action           1057 drivers/s390/net/qeth_l3_main.c 	switch (cmd->data.diagass.action) {
action           1095 drivers/s390/net/qeth_l3_main.c 				 cmd->data.diagass.action, CARD_DEVID(card));
action           1114 drivers/s390/net/qeth_l3_main.c 	cmd->data.diagass.action = diags_cmd;
action            601 drivers/sbus/char/oradax.c 		ret = dax_ccb_kill(ca, &ctx->result.kill.action);
action           2966 drivers/scsi/BusLogic.c 		enum blogic_action action, struct blogic_ccb *ccb)
action           2971 drivers/scsi/BusLogic.c 	if (next_outbox->action == BLOGIC_OUTBOX_FREE) {
action           2980 drivers/scsi/BusLogic.c 		next_outbox->action = action;
action           2985 drivers/scsi/BusLogic.c 		if (action == BLOGIC_MBOX_START) {
action            867 drivers/scsi/BusLogic.h 	enum blogic_action action;	/* Byte 7 */
action            390 drivers/scsi/aacraid/aachba.c 		  le32_to_cpu(reply->data.action)));
action            393 drivers/scsi/aacraid/aachba.c 		     (le32_to_cpu(reply->data.action) > CFACT_PAUSE)) {
action           2188 drivers/scsi/aacraid/aacraid.h 		__le32	action; /* CFACT_CONTINUE, CFACT_PAUSE or CFACT_ABORT */
action           1363 drivers/scsi/aha152x.c 	int action=0;
action           1373 drivers/scsi/aha152x.c 		action++;
action           1409 drivers/scsi/aha152x.c 		action++;
action           1477 drivers/scsi/aha152x.c 		action++;
action           1495 drivers/scsi/aha152x.c 	if(!action)
action           1379 drivers/scsi/aic7xxx/aic79xx.h 					   ahd_search_action action);
action            191 drivers/scsi/aic7xxx/aic79xx_core.c 					    ahd_search_action action,
action           8147 drivers/scsi/aic7xxx/aic79xx_core.c 		   ahd_search_action action)
action           8187 drivers/scsi/aic7xxx/aic79xx_core.c 	if (action == SEARCH_PRINT) {
action           8213 drivers/scsi/aic7xxx/aic79xx_core.c 			switch (action) {
action           8238 drivers/scsi/aic7xxx/aic79xx_core.c 	if (action == SEARCH_PRINT)
action           8290 drivers/scsi/aic7xxx/aic79xx_core.c 		if (action == SEARCH_PRINT)
action           8295 drivers/scsi/aic7xxx/aic79xx_core.c 					     action, &tid_head, &tid_tail,
action           8309 drivers/scsi/aic7xxx/aic79xx_core.c 			switch (action) {
action           8364 drivers/scsi/aic7xxx/aic79xx_core.c 		if (action == SEARCH_PRINT)
action           8377 drivers/scsi/aic7xxx/aic79xx_core.c 		    ahd_search_action action, u_int *list_head, 
action           8414 drivers/scsi/aic7xxx/aic79xx_core.c 		switch (action) {
action           8436 drivers/scsi/aic7xxx/aic79xx_core.c 	if (action == SEARCH_COMPLETE
action           8437 drivers/scsi/aic7xxx/aic79xx_core.c 	 || action == SEARCH_REMOVE)
action           1181 drivers/scsi/aic7xxx/aic7xxx.h 					   ahc_search_action action);
action           1186 drivers/scsi/aic7xxx/aic7xxx.h 						   ahc_search_action action);
action           5831 drivers/scsi/aic7xxx/aic7xxx_core.c 		   ahc_search_action action)
action           5855 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (action == SEARCH_COMPLETE) {
action           5883 drivers/scsi/aic7xxx/aic7xxx_core.c 			switch (action) {
action           5921 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (action != SEARCH_COUNT
action           5995 drivers/scsi/aic7xxx/aic7xxx_core.c 			switch (action) {
action           6030 drivers/scsi/aic7xxx/aic7xxx_core.c 					    channel, lun, status, action);
action           6032 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (action == SEARCH_COMPLETE)
action           6040 drivers/scsi/aic7xxx/aic7xxx_core.c 			   ahc_search_action action)
action           6047 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (action == SEARCH_COMPLETE) {
action           6103 drivers/scsi/aic7xxx/aic7xxx_core.c 			switch (action) {
action           6130 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (action == SEARCH_COMPLETE)
action            514 drivers/scsi/be2iscsi/be_cmds.h 	u32 action;
action            547 drivers/scsi/be2iscsi/be_cmds.h 	u32 action;
action           4925 drivers/scsi/be2iscsi/be_main.c 	phba->boot_struct.action = BEISCSI_BOOT_GET_SHANDLE;
action           5160 drivers/scsi/be2iscsi/be_main.c 		    __func__, phba->boot_struct.action);
action           5162 drivers/scsi/be2iscsi/be_main.c 	switch (phba->boot_struct.action) {
action            388 drivers/scsi/be2iscsi/be_main.h 		} action;
action            434 drivers/scsi/be2iscsi/be_mgmt.c 			     u32 action, u32 ip_type, u8 *gw)
action            447 drivers/scsi/be2iscsi/be_mgmt.c 	req->action = action;
action            521 drivers/scsi/be2iscsi/be_mgmt.c 	req->ip_params.ip_record.action = IP_ACTION_DEL;
action            559 drivers/scsi/be2iscsi/be_mgmt.c 	req->ip_params.ip_record.action = IP_ACTION_ADD;
action            838 drivers/scsi/be2iscsi/be_mgmt.c 	switch (bs->action) {
action            842 drivers/scsi/be2iscsi/be_mgmt.c 			bs->action = BEISCSI_BOOT_GET_SHANDLE;
action            853 drivers/scsi/be2iscsi/be_mgmt.c 			bs->action = BEISCSI_BOOT_REOPEN_SESS;
action            856 drivers/scsi/be2iscsi/be_mgmt.c 			bs->action = BEISCSI_BOOT_GET_SINFO;
action            866 drivers/scsi/be2iscsi/be_mgmt.c 			bs->action = BEISCSI_BOOT_LOGOUT_SESS;
action            888 drivers/scsi/be2iscsi/be_mgmt.c 		bs->action = BEISCSI_BOOT_CREATE_KSET;
action            900 drivers/scsi/be2iscsi/be_mgmt.c 			      status, bs->action);
action            868 drivers/scsi/bnx2i/bnx2i.h extern int bnx2i_arm_cq_event_coalescing(struct bnx2i_endpoint *ep, u8 action);
action            138 drivers/scsi/bnx2i/bnx2i_hwi.c int bnx2i_arm_cq_event_coalescing(struct bnx2i_endpoint *ep, u8 action)
action            155 drivers/scsi/bnx2i/bnx2i_hwi.c 	if (action != CNIC_ARM_CQE_FP)
action            159 drivers/scsi/bnx2i/bnx2i_hwi.c 	if (action == CNIC_ARM_CQE || action == CNIC_ARM_CQE_FP) {
action           1411 drivers/scsi/csiostor/csio_mb.c 	uint16_t action;
action           1419 drivers/scsi/csiostor/csio_mb.c 		action = FW_PORT_CMD_ACTION_G(
action           1421 drivers/scsi/csiostor/csio_mb.c 		if (action != FW_PORT_ACTION_GET_PORT_INFO &&
action           1422 drivers/scsi/csiostor/csio_mb.c 		    action != FW_PORT_ACTION_GET_PORT_INFO32) {
action           1424 drivers/scsi/csiostor/csio_mb.c 				action);
action           1428 drivers/scsi/csiostor/csio_mb.c 		if (action == FW_PORT_ACTION_GET_PORT_INFO) {
action           1593 drivers/scsi/cxlflash/main.c 		if (info->action & LINK_RESET) {
action           1601 drivers/scsi/cxlflash/main.c 		if (info->action & CLR_FC_ERROR) {
action           1616 drivers/scsi/cxlflash/main.c 		if (info->action & SCAN_HOST) {
action            123 drivers/scsi/cxlflash/main.h 	u8 action;
action            437 drivers/scsi/esas2r/esas2r.h 	u8 action;
action            473 drivers/scsi/esas2r/esas2r.h 	u8 action;
action           1424 drivers/scsi/esas2r/esas2r_flash.c 	switch (fi->action) {
action           1592 drivers/scsi/esas2r/esas2r_ioctl.c 			if (a->firmware.header.action == FI_ACT_UP) {
action           1605 drivers/scsi/esas2r/esas2r_ioctl.c 			} else if (a->firmware.header.action == FI_ACT_UPSZ) {
action           1615 drivers/scsi/esas2r/esas2r_ioctl.c 					     a->firmware.header.action);
action           1708 drivers/scsi/esas2r/esas2r_ioctl.c 		if (header->action == FI_ACT_DOWN) {
action           1719 drivers/scsi/esas2r/esas2r_ioctl.c 		} else if (header->action == FI_ACT_UP
action           1720 drivers/scsi/esas2r/esas2r_ioctl.c 			   ||  header->action == FI_ACT_UPSZ) {
action           1730 drivers/scsi/esas2r/esas2r_ioctl.c 				count, header->action);
action           1740 drivers/scsi/esas2r/esas2r_ioctl.c 				     a->firmware.header.action);
action           1766 drivers/scsi/esas2r/esas2r_ioctl.c 		if (a->firmware.header.action == FI_ACT_UP)
action            418 drivers/scsi/ibmvscsi/ibmvfc.c 				  enum ibmvfc_target_action action)
action            420 drivers/scsi/ibmvscsi/ibmvfc.c 	switch (tgt->action) {
action            422 drivers/scsi/ibmvscsi/ibmvfc.c 		if (action == IBMVFC_TGT_ACTION_DELETED_RPORT)
action            423 drivers/scsi/ibmvscsi/ibmvfc.c 			tgt->action = action;
action            427 drivers/scsi/ibmvscsi/ibmvfc.c 		if (action == IBMVFC_TGT_ACTION_DEL_RPORT)
action            429 drivers/scsi/ibmvscsi/ibmvfc.c 		tgt->action = action;
action            466 drivers/scsi/ibmvscsi/ibmvfc.c 				   enum ibmvfc_host_action action)
action            468 drivers/scsi/ibmvscsi/ibmvfc.c 	switch (action) {
action            470 drivers/scsi/ibmvscsi/ibmvfc.c 		if (vhost->action == IBMVFC_HOST_ACTION_INIT_WAIT)
action            471 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            474 drivers/scsi/ibmvscsi/ibmvfc.c 		if (vhost->action == IBMVFC_HOST_ACTION_LOGO)
action            475 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            478 drivers/scsi/ibmvscsi/ibmvfc.c 		if (vhost->action == IBMVFC_HOST_ACTION_INIT)
action            479 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            482 drivers/scsi/ibmvscsi/ibmvfc.c 		switch (vhost->action) {
action            486 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            493 drivers/scsi/ibmvscsi/ibmvfc.c 		if (vhost->action == IBMVFC_HOST_ACTION_ALLOC_TGTS)
action            494 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            498 drivers/scsi/ibmvscsi/ibmvfc.c 		switch (vhost->action) {
action            503 drivers/scsi/ibmvscsi/ibmvfc.c 			vhost->action = action;
action            514 drivers/scsi/ibmvscsi/ibmvfc.c 		vhost->action = action;
action            528 drivers/scsi/ibmvscsi/ibmvfc.c 	if (vhost->action == IBMVFC_HOST_ACTION_NONE) {
action            572 drivers/scsi/ibmvscsi/ibmvfc.c 	if (vhost->action == IBMVFC_HOST_ACTION_INIT_WAIT) {
action            843 drivers/scsi/ibmvscsi/ibmvfc.c 	if (vhost->logged_in && vhost->action != IBMVFC_HOST_ACTION_LOGO_WAIT &&
action            877 drivers/scsi/ibmvscsi/ibmvfc.c 	if (vhost->action == IBMVFC_HOST_ACTION_INIT_WAIT) {
action           1103 drivers/scsi/ibmvscsi/ibmvfc.c 					   vhost->action == IBMVFC_HOST_ACTION_NONE),
action           3518 drivers/scsi/ibmvscsi/ibmvfc.c 	if (vhost->action == IBMVFC_HOST_ACTION_TGT_INIT)
action           3520 drivers/scsi/ibmvscsi/ibmvfc.c 	else if (vhost->action == IBMVFC_HOST_ACTION_QUERY_TGTS &&
action           3695 drivers/scsi/ibmvscsi/ibmvfc.c 	    tgt->action != IBMVFC_TGT_ACTION_INIT_WAIT ||
action           3697 drivers/scsi/ibmvscsi/ibmvfc.c 	    vhost->action != IBMVFC_HOST_ACTION_QUERY_TGTS) {
action           4127 drivers/scsi/ibmvscsi/ibmvfc.c 		    vhost->action == IBMVFC_HOST_ACTION_LOGO_WAIT) {
action           4183 drivers/scsi/ibmvscsi/ibmvfc.c 		if (tgt->action == IBMVFC_TGT_ACTION_INIT ||
action           4184 drivers/scsi/ibmvscsi/ibmvfc.c 		    tgt->action == IBMVFC_TGT_ACTION_INIT_WAIT)
action           4204 drivers/scsi/ibmvscsi/ibmvfc.c 	switch (vhost->action) {
action           4214 drivers/scsi/ibmvscsi/ibmvfc.c 			if (tgt->action == IBMVFC_TGT_ACTION_INIT)
action           4217 drivers/scsi/ibmvscsi/ibmvfc.c 			if (tgt->action == IBMVFC_TGT_ACTION_INIT_WAIT)
action           4286 drivers/scsi/ibmvscsi/ibmvfc.c 	if (rport && tgt->action == IBMVFC_TGT_ACTION_DEL_RPORT) {
action           4295 drivers/scsi/ibmvscsi/ibmvfc.c 	} else if (rport && tgt->action == IBMVFC_TGT_ACTION_DELETED_RPORT) {
action           4334 drivers/scsi/ibmvscsi/ibmvfc.c 	switch (vhost->action) {
action           4340 drivers/scsi/ibmvscsi/ibmvfc.c 		vhost->action = IBMVFC_HOST_ACTION_TGT_DEL;
action           4353 drivers/scsi/ibmvscsi/ibmvfc.c 		vhost->action = IBMVFC_HOST_ACTION_TGT_DEL;
action           4382 drivers/scsi/ibmvscsi/ibmvfc.c 			if (tgt->action == IBMVFC_TGT_ACTION_INIT) {
action           4394 drivers/scsi/ibmvscsi/ibmvfc.c 			if (tgt->action == IBMVFC_TGT_ACTION_DEL_RPORT) {
action           4410 drivers/scsi/ibmvscsi/ibmvfc.c 			if (vhost->action == IBMVFC_HOST_ACTION_TGT_DEL_FAILED) {
action           4447 drivers/scsi/ibmvscsi/ibmvfc.c 			if (tgt->action == IBMVFC_TGT_ACTION_INIT) {
action            610 drivers/scsi/ibmvscsi/ibmvfc.h 	enum ibmvfc_target_action action;
action            682 drivers/scsi/ibmvscsi/ibmvfc.h 	enum ibmvfc_host_action action;
action            817 drivers/scsi/ibmvscsi/ibmvscsi.c 	hostdata->action = IBMVSCSI_HOST_ACTION_RESET;
action           1168 drivers/scsi/ibmvscsi/ibmvscsi.c 	hostdata->action = IBMVSCSI_HOST_ACTION_UNBLOCK;
action           1787 drivers/scsi/ibmvscsi/ibmvscsi.c 			hostdata->action = IBMVSCSI_HOST_ACTION_REENABLE;
action           2108 drivers/scsi/ibmvscsi/ibmvscsi.c 	char *action = "reset";
action           2111 drivers/scsi/ibmvscsi/ibmvscsi.c 	switch (hostdata->action) {
action           2124 drivers/scsi/ibmvscsi/ibmvscsi.c 		action = "enable";
action           2137 drivers/scsi/ibmvscsi/ibmvscsi.c 	hostdata->action = IBMVSCSI_HOST_ACTION_NONE;
action           2141 drivers/scsi/ibmvscsi/ibmvscsi.c 		dev_err(hostdata->dev, "error after %s\n", action);
action           2152 drivers/scsi/ibmvscsi/ibmvscsi.c 	switch (hostdata->action) {
action             89 drivers/scsi/ibmvscsi/ibmvscsi.h 	enum ibmvscsi_host_action action;
action            838 drivers/scsi/libsas/sas_ata.c 	ehi->action |= ATA_EH_RESET;
action           2041 drivers/scsi/libsas/sas_expander.c 		char *action = "";
action           2046 drivers/scsi/libsas/sas_expander.c 			action = ", needs recovery";
action           2048 drivers/scsi/libsas/sas_expander.c 			 SAS_ADDR(dev->sas_addr), phy_id, action);
action            634 drivers/scsi/lpfc/lpfc_bsg.c 			els_reply->rjt_data.action = rjt_data[3];
action           5476 drivers/scsi/lpfc/lpfc_bsg.c 	uint8_t action = 0, log_level = 0;
action           5496 drivers/scsi/lpfc/lpfc_bsg.c 	action = ras_req->action;
action           5499 drivers/scsi/lpfc/lpfc_bsg.c 	if (action == LPFC_RASACTION_STOP_LOGGING) {
action            323 drivers/scsi/lpfc/lpfc_bsg.h 	uint8_t action;
action           3510 drivers/scsi/megaraid/megaraid_mbox.c megaraid_mbox_mm_handler(unsigned long drvr_data, uioc_t *kioc, uint32_t action)
action           3514 drivers/scsi/megaraid/megaraid_mbox.c 	if (action != IOCTL_ISSUE) {
action           3517 drivers/scsi/megaraid/megaraid_mbox.c 			action));
action            725 drivers/scsi/qla1280.c enum action {
action            820 drivers/scsi/qla1280.c qla1280_error_action(struct scsi_cmnd *cmd, enum action action)
action            839 drivers/scsi/qla1280.c 	dprintk(4, "error_action %i, istatus 0x%04x\n", action,
action            849 drivers/scsi/qla1280.c 		       ha->host_no, cmd, CMD_HANDLE(cmd), action);
action            876 drivers/scsi/qla1280.c 	switch (action) {
action            941 drivers/scsi/qla1280.c 	if (action == ABORT_COMMAND && result != SUCCESS) {
action           1835 drivers/scsi/qla2xxx/qla_attr.c 	int action = NO_ACTION;
action           1856 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           1858 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_NO_ACTION;
action           1861 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_NO_ACTION;
action           1878 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           1880 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_NO_ACTION;
action           1883 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1887 drivers/scsi/qla2xxx/qla_attr.c 			action = MODE_CHANGE_ACCEPT;
action           1891 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1893 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_NO_ACTION;
action           1899 drivers/scsi/qla2xxx/qla_attr.c 				action = TARGET_STILL_ACTIVE;
action           1901 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1924 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           1926 drivers/scsi/qla2xxx/qla_attr.c 					action = NO_ACTION;
action           1928 drivers/scsi/qla2xxx/qla_attr.c 				action = NO_ACTION;
action           1941 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           1943 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_NO_ACTION;
action           1945 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_NO_ACTION;
action           1950 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1953 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1958 drivers/scsi/qla2xxx/qla_attr.c 				action = TARGET_STILL_ACTIVE;
action           1961 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_NO_ACTION;
action           1963 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           1978 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           1980 drivers/scsi/qla2xxx/qla_attr.c 				action = NO_ACTION;
action           1984 drivers/scsi/qla2xxx/qla_attr.c 			action = MODE_CHANGE_ACCEPT;
action           1987 drivers/scsi/qla2xxx/qla_attr.c 			action = MODE_CHANGE_NO_ACTION;
action           2008 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_ACCEPT;
action           2010 drivers/scsi/qla2xxx/qla_attr.c 					action = NO_ACTION;
action           2022 drivers/scsi/qla2xxx/qla_attr.c 					action = MODE_CHANGE_NO_ACTION;
action           2024 drivers/scsi/qla2xxx/qla_attr.c 					action = NO_ACTION;
action           2033 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           2035 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_NO_ACTION;
action           2043 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           2045 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           2052 drivers/scsi/qla2xxx/qla_attr.c 				action = TARGET_STILL_ACTIVE;
action           2054 drivers/scsi/qla2xxx/qla_attr.c 				action = MODE_CHANGE_ACCEPT;
action           2060 drivers/scsi/qla2xxx/qla_attr.c 	switch (action) {
action            679 drivers/scsi/scsi_lib.c 	      ACTION_DELAYED_RETRY} action;
action            697 drivers/scsi/scsi_lib.c 		action = ACTION_RETRY;
action            706 drivers/scsi/scsi_lib.c 				action = ACTION_FAIL;
action            713 drivers/scsi/scsi_lib.c 				action = ACTION_RETRY;
action            731 drivers/scsi/scsi_lib.c 				action = ACTION_REPREP;
action            733 drivers/scsi/scsi_lib.c 				action = ACTION_FAIL;
action            737 drivers/scsi/scsi_lib.c 				action = ACTION_FAIL;
action            740 drivers/scsi/scsi_lib.c 				action = ACTION_FAIL;
action            743 drivers/scsi/scsi_lib.c 			action = ACTION_FAIL;
action            765 drivers/scsi/scsi_lib.c 					action = ACTION_DELAYED_RETRY;
action            768 drivers/scsi/scsi_lib.c 					action = ACTION_FAIL;
action            772 drivers/scsi/scsi_lib.c 				action = ACTION_FAIL;
action            776 drivers/scsi/scsi_lib.c 			action = ACTION_FAIL;
action            779 drivers/scsi/scsi_lib.c 			action = ACTION_FAIL;
action            783 drivers/scsi/scsi_lib.c 		action = ACTION_FAIL;
action            785 drivers/scsi/scsi_lib.c 	if (action != ACTION_FAIL &&
action            787 drivers/scsi/scsi_lib.c 		action = ACTION_FAIL;
action            789 drivers/scsi/scsi_lib.c 	switch (action) {
action             96 drivers/scsi/smartpqi/smartpqi_init.c 	enum pqi_lockup_action	action;
action            100 drivers/scsi/smartpqi/smartpqi_init.c 		.action = NONE,
action            104 drivers/scsi/smartpqi/smartpqi_init.c 		.action = REBOOT,
action            108 drivers/scsi/smartpqi/smartpqi_init.c 		.action = PANIC,
action           1592 drivers/scsi/smartpqi/smartpqi_init.c 	char *action, struct pqi_scsi_dev *device)
action           1647 drivers/scsi/smartpqi/smartpqi_init.c 	dev_info(&ctrl_info->pci_dev->dev, "%s %s\n", action, buffer);
action           6181 drivers/scsi/smartpqi/smartpqi_init.c 		if (pqi_lockup_actions[i].action == pqi_lockup_action)
action           6206 drivers/scsi/smartpqi/smartpqi_init.c 			pqi_lockup_action = pqi_lockup_actions[i].action;
action           8006 drivers/scsi/smartpqi/smartpqi_init.c 			pqi_lockup_action = pqi_lockup_actions[i].action;
action           3634 drivers/scsi/ufs/ufshcd.c 	static const char *const action[] = {
action           3638 drivers/scsi/ufs/ufshcd.c 	const char *set = action[!!peer];
action           3678 drivers/scsi/ufs/ufshcd.c 	static const char *const action[] = {
action           3682 drivers/scsi/ufs/ufshcd.c 	const char *get = action[!!peer];
action            465 drivers/scsi/wd719x.c 	int action, result;
action            472 drivers/scsi/wd719x.c 	action = /*cmd->tag ? WD719X_CMD_ABORT_TAG : */WD719X_CMD_ABORT;
action            475 drivers/scsi/wd719x.c 	result = wd719x_direct_cmd(wd, action, cmd->device->id,
action            666 drivers/soc/bcm/brcmstb/pm/pm-arm.c 		unsigned long action, void *data)
action            850 drivers/soc/tegra/pmc.c 				    unsigned long action, void *data)
action           3684 drivers/spi/spi.c static int of_spi_notify(struct notifier_block *nb, unsigned long action,
action           3691 drivers/spi/spi.c 	switch (of_reconfig_get_state_change(action, arg)) {
action           1096 drivers/staging/isdn/gigaset/ev-layer.c static void do_action(int action, struct cardstate *cs,
action           1112 drivers/staging/isdn/gigaset/ev-layer.c 	switch (action) {
action           1513 drivers/staging/isdn/gigaset/ev-layer.c 		if (action >= ACT_CMD && action < ACT_CMD + AT_NUM) {
action           1514 drivers/staging/isdn/gigaset/ev-layer.c 			*pp_command = at_state->bcs->commands[action - ACT_CMD];
action           1520 drivers/staging/isdn/gigaset/ev-layer.c 			dev_err(cs->dev, "%s: action==%d!\n", __func__, action);
action           1620 drivers/staging/isdn/gigaset/ev-layer.c 		do_action(rep->action[curact], cs, bcs, &at_state, &p_command,
action            270 drivers/staging/isdn/gigaset/gigaset.h 	int	action[MAXACT];	/* ACT_XXXX */
action           1540 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 			    unsigned char action, unsigned short status)
action           1563 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	DBG_88E("%s, category=%d, action=%d, status=%d\n", __func__, category, action, status);
action           1593 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen);
action           1596 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		switch (action) {
action           1695 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	unsigned char category, action;
action           1720 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	action = ACT_PUBLIC_BSSCOEXIST;
action           1750 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen);
action           3536 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	u8 action;
action           3549 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	action = frame_body[1];
action           3550 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	switch (action) {
action           3585 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	unsigned char category, action;
action           3615 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		action = frame_body[1];
action           3616 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		DBG_88E("%s, action=%d\n", __func__, action);
action           3617 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		switch (action) {
action           3719 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 					     u8 action)
action           3743 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	u8 category, action;
action           3753 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	action = frame_body[1];
action           3754 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	switch (action) {
action           3759 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		ret = on_action_public_default(precv_frame, action);
action            110 drivers/staging/rtl8712/rtl871x_cmd.h 	u32 action; /* 1: sleep, 0:resume */
action           1293 drivers/staging/rtl8723bs/core/rtw_ieee80211.c int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action)
action           1319 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	if (action)
action           1320 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 		*action = a;
action           1345 drivers/staging/rtl8723bs/core/rtw_ieee80211.c const char *action_public_str(u8 action)
action           1347 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	action = (action >= ACT_PUBLIC_MAX) ? ACT_PUBLIC_MAX : action;
action           1348 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	return _action_public_str[action];
action           1882 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	u8 action;
action           1895 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	action = frame_body[1];
action           1896 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	switch (action) {
action           1917 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	unsigned char 	category, action;
action           1947 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		action = frame_body[1];
action           1948 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		DBG_871X("%s, action =%d\n", __func__, action);
action           1949 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		switch (action) {
action           2081 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c static unsigned int on_action_public_default(union recv_frame *precv_frame, u8 action)
action           2097 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	cnt += sprintf((msg+cnt), "%s(token:%u)", action_public_str(action), token);
action           2111 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	u8 category, action;
action           2121 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	action = frame_body[1];
action           2122 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	switch (action) {
action           2127 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		ret = on_action_public_default(precv_frame, action);
action           2139 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	u8 category, action;
action           2149 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	action = frame_body[1];
action           2150 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	switch (action) {
action           3805 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c void issue_action_SA_Query(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short tid)
action           3853 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen);
action           3855 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	switch (action) {
action           3876 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c void issue_action_BA(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short status)
action           3898 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	DBG_871X("%s, category =%d, action =%d, status =%d\n", __func__, category, action, status);
action           3929 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen));
action           3932 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		switch (action) {
action           4034 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	unsigned char category, action;
action           4060 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	action = ACT_PUBLIC_BSSCOEXIST;
action           4091 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 	pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen));
action            541 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action);
action           1125 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action)
action           1135 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	if (action)
action           1414 drivers/staging/rtl8723bs/hal/hal_btcoex.c void hal_btcoex_ConnectNotify(struct adapter *padapter, u8 action)
action           1416 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	EXhalbtcoutsrc_ConnectNotify(&GLBtCoexist, action);
action             38 drivers/staging/rtl8723bs/include/hal_btcoex.h void hal_btcoex_ConnectNotify(struct adapter *padapter, u8 action);
action           1177 drivers/staging/rtl8723bs/include/ieee80211.h int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action);
action           1178 drivers/staging/rtl8723bs/include/ieee80211.h const char *action_public_str(u8 action);
action            188 drivers/staging/rtl8723bs/include/rtw_cmd.h 	u32 action;/*  1: sleep, 0:resume */
action            675 drivers/staging/rtl8723bs/include/rtw_mlme_ext.h void issue_action_BA(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short status);
action            676 drivers/staging/rtl8723bs/include/rtw_mlme_ext.h void issue_action_SA_Query(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short tid);
action           2522 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		u8 category, action;
action           2524 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		if (rtw_action_frame_parse(buf, len, &category, &action) == false) {
action           2533 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 			DBG_871X("RTW_Tx:%s\n", action_public_str(action));
action           2535 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 			DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action);
action           2991 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	u8 category, action;
action           2995 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	rtw_action_frame_parse(frame, frame_len, &category, &action);
action           3001 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		DBG_871X("RTW_Rx:category(%u), action(%u)\n", category, action);
action           3101 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	u8 category, action;
action           3127 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	if (rtw_action_frame_parse(buf, len, &category, &action) == false) {
action           3135 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		DBG_871X("RTW_Tx:%s\n", action_public_str(action));
action           3137 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action);
action             69 drivers/staging/unisys/visorinput/visorinput.c 	u16 action;
action            619 drivers/staging/unisys/visorinput/visorinput.c 		switch (r.activity.action) {
action            247 drivers/staging/uwb/drp.c 	int action;
action            249 drivers/staging/uwb/drp.c 	action = evaluate_conflict_action(drp_ie, ext_beacon_slot, rsv, uwb_rsv_status(rsv));
action            252 drivers/staging/uwb/drp.c 		switch(action) {
action            270 drivers/staging/uwb/drp.c 		switch(action) {
action            289 drivers/staging/uwb/drp.c 	int action;
action            293 drivers/staging/uwb/drp.c 		action = evaluate_conflict_action(drp_ie, ext_beacon_slot, rsv, 0);
action            295 drivers/staging/uwb/drp.c 			switch(action) {
action            307 drivers/staging/uwb/drp.c 			switch(action) {
action            198 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 action;		/* enum mmal_msg_port_action_type */
action            206 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 action;		/* enum mmal_msg_port_action_type */
action           1109 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_action_port.action = action_type;
action           1154 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_action_handle.action = action_type;
action           2927 drivers/staging/wlan-ng/hfa384x_usb.c 	} action;
action           2947 drivers/staging/wlan-ng/hfa384x_usb.c 		action = HANDLE;
action           2953 drivers/staging/wlan-ng/hfa384x_usb.c 			action = RESUBMIT;
action           2963 drivers/staging/wlan-ng/hfa384x_usb.c 		action = ABORT;
action           2974 drivers/staging/wlan-ng/hfa384x_usb.c 		action = ABORT;
action           2979 drivers/staging/wlan-ng/hfa384x_usb.c 		action = RESUBMIT;
action           2985 drivers/staging/wlan-ng/hfa384x_usb.c 		action = ABORT;
action           2991 drivers/staging/wlan-ng/hfa384x_usb.c 		action = ABORT;
action           2998 drivers/staging/wlan-ng/hfa384x_usb.c 		action = RESUBMIT;
action           3006 drivers/staging/wlan-ng/hfa384x_usb.c 	if (action != ABORT) {
action           3023 drivers/staging/wlan-ng/hfa384x_usb.c 		if (action == HANDLE) {
action           3035 drivers/staging/wlan-ng/hfa384x_usb.c 		if (action == HANDLE)
action           3041 drivers/staging/wlan-ng/hfa384x_usb.c 		if (action == ABORT)
action           3043 drivers/staging/wlan-ng/hfa384x_usb.c 		if (action == HANDLE)
action            636 drivers/target/iscsi/cxgbit/cxgbit_main.c cxgbit_dcbevent_notify(struct notifier_block *nb, unsigned long action,
action           1058 drivers/tty/synclink.c 	int action;
action           1066 drivers/tty/synclink.c 	while((action = mgsl_bh_action(info)) != 0) {
action           1071 drivers/tty/synclink.c 				__FILE__,__LINE__,action);
action           1073 drivers/tty/synclink.c 		switch (action) {
action           1086 drivers/tty/synclink.c 			printk("Unknown work item ID=%08X!\n", action);
action           1924 drivers/tty/synclink_gt.c 	int action;
action           1928 drivers/tty/synclink_gt.c 	while((action = bh_action(info))) {
action           1929 drivers/tty/synclink_gt.c 		switch (action) {
action           1983 drivers/tty/synclinkmp.c 	int action;
action           1991 drivers/tty/synclinkmp.c 	while((action = bh_action(info)) != 0) {
action           1996 drivers/tty/synclinkmp.c 				__FILE__,__LINE__,info->device_name, action);
action           1998 drivers/tty/synclinkmp.c 		switch (action) {
action           2012 drivers/tty/synclinkmp.c 				__FILE__,__LINE__,info->device_name,action);
action             18 drivers/tty/tty_jobctrl.c 		current->sighand->action[sig-1].sa.sa_handler == SIG_IGN);
action           2774 drivers/usb/core/devio.c 			       unsigned long action, void *dev)
action           2776 drivers/usb/core/devio.c 	switch (action) {
action            275 drivers/usb/core/ledtrig-usbport.c static int usbport_trig_notify(struct notifier_block *nb, unsigned long action,
action            286 drivers/usb/core/ledtrig-usbport.c 	switch (action) {
action            939 drivers/usb/core/usb.c static int usb_bus_notify(struct notifier_block *nb, unsigned long action,
action            944 drivers/usb/core/usb.c 	switch (action) {
action            540 drivers/usb/dwc3/gadget.c static int dwc3_gadget_set_ep_config(struct dwc3_ep *dep, unsigned int action)
action            561 drivers/usb/dwc3/gadget.c 	params.param0 |= action;
action            562 drivers/usb/dwc3/gadget.c 	if (action == DWC3_DEPCFG_ACTION_RESTORE)
action            611 drivers/usb/dwc3/gadget.c static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, unsigned int action)
action            625 drivers/usb/dwc3/gadget.c 	ret = dwc3_gadget_set_ep_config(dep, action);
action           1592 drivers/usb/gadget/udc/pxa27x_udc.c static int pxa_udc_phy_event(struct notifier_block *nb, unsigned long action,
action           1597 drivers/usb/gadget/udc/pxa27x_udc.c 	switch (action) {
action            690 drivers/usb/host/oxu210hp-hcd.c 					enum ehci_timer_action action)
action            692 drivers/usb/host/oxu210hp-hcd.c 	clear_bit(action, &oxu->actions);
action            696 drivers/usb/host/oxu210hp-hcd.c 					enum ehci_timer_action action)
action            698 drivers/usb/host/oxu210hp-hcd.c 	if (!test_and_set_bit(action, &oxu->actions)) {
action            701 drivers/usb/host/oxu210hp-hcd.c 		switch (action) {
action            722 drivers/usb/host/oxu210hp-hcd.c 		if (action != TIMER_IAA_WATCHDOG
action           2179 drivers/usb/host/oxu210hp-hcd.c 	enum ehci_timer_action action = TIMER_IO_WATCHDOG;
action           2214 drivers/usb/host/oxu210hp-hcd.c 					action = TIMER_ASYNC_SHRINK;
action           2223 drivers/usb/host/oxu210hp-hcd.c 	if (action == TIMER_ASYNC_SHRINK)
action            225 drivers/usb/mon/mon_main.c static int mon_notify(struct notifier_block *self, unsigned long action,
action            228 drivers/usb/mon/mon_main.c 	switch (action) {
action            477 drivers/usb/storage/isd200.c static int isd200_action( struct us_data *us, int action, 
action            495 drivers/usb/storage/isd200.c 	switch ( action ) {
action            551 drivers/usb/storage/isd200.c 		usb_stor_dbg(us, "Error: Undefined action %d\n", action);
action            562 drivers/usb/storage/isd200.c 			     action, status);
action            142 drivers/usb/storage/onetouch.c static void usb_onetouch_pm_hook(struct us_data *us, int action)
action            147 drivers/usb/storage/onetouch.c 		switch (action) {
action            195 drivers/vfio/pci/vfio_pci_nvlink2.c 		unsigned long action, void *opaque)
action            202 drivers/vfio/pci/vfio_pci_nvlink2.c 	if (action == VFIO_GROUP_NOTIFY_SET_KVM && kvm &&
action            282 drivers/vfio/vfio.c 				     unsigned long action, void *data);
action            721 drivers/vfio/vfio.c 				     unsigned long action, void *data)
action            735 drivers/vfio/vfio.c 	switch (action) {
action           3586 drivers/video/fbdev/core/fbcon.c 				 unsigned long action, void *data)
action            614 drivers/w1/w1.c static int w1_family_notify(unsigned long action, struct w1_slave *sl)
action            624 drivers/w1/w1.c 	switch (action) {
action            172 drivers/watchdog/asm9260_wdt.c static int asm9260_restart(struct watchdog_device *wdd, unsigned long action,
action            159 drivers/watchdog/aspeed_wdt.c 			      unsigned long action, void *data)
action            116 drivers/watchdog/bcm2835_wdt.c 			   unsigned long action, void *data)
action             88 drivers/watchdog/bcm47xx_wdt.c 			       unsigned long action, void *data)
action            139 drivers/watchdog/da9062_wdt.c static int da9062_wdt_restart(struct watchdog_device *wdd, unsigned long action,
action            160 drivers/watchdog/da9063_wdt.c static int da9063_wdt_restart(struct watchdog_device *wdd, unsigned long action,
action            143 drivers/watchdog/davinci_wdt.c 			       unsigned long action, void *data)
action             74 drivers/watchdog/diag288_wdt.c 		     unsigned long action, unsigned int len)
action             78 drivers/watchdog/diag288_wdt.c 	register unsigned long __action asm("4") = action;
action            101 drivers/watchdog/diag288_wdt.c 			  unsigned long action)
action            104 drivers/watchdog/diag288_wdt.c 	return __diag288(func, timeout, action, 0);
action             48 drivers/watchdog/digicolor_wdt.c static int dc_wdt_restart(struct watchdog_device *wdog, unsigned long action,
action            159 drivers/watchdog/dw_wdt.c 			  unsigned long action, void *data)
action            152 drivers/watchdog/imgpdc_wdt.c 			   unsigned long action, void *data)
action             92 drivers/watchdog/imx2_wdt.c static int imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action,
action            110 drivers/watchdog/imx7ulp_wdt.c 			       unsigned long action, void *data)
action            130 drivers/watchdog/jz4740_wdt.c 			      unsigned long action, void *data)
action            106 drivers/watchdog/kempld_wdt.c 					u8 action)
action            117 drivers/watchdog/kempld_wdt.c 	stage_cfg |= (action & STAGE_CFG_ACTION_MASK);
action            119 drivers/watchdog/kempld_wdt.c 	if (action == ACTION_RESET)
action            231 drivers/watchdog/kempld_wdt.c 	u8 action = ACTION_NONE;
action            243 drivers/watchdog/kempld_wdt.c 		action = ACTION_NMI;
action            246 drivers/watchdog/kempld_wdt.c 						action);
action            156 drivers/watchdog/lpc18xx_wdt.c 			       unsigned long action, void *data)
action            113 drivers/watchdog/machzwd.c static int action;
action            114 drivers/watchdog/machzwd.c module_param(action, int, 0);
action            115 drivers/watchdog/machzwd.c MODULE_PARM_DESC(action, "after watchdog resets, generate: "
action            402 drivers/watchdog/machzwd.c 	if (action <= 3 && action >= 0)
action            403 drivers/watchdog/machzwd.c 		zf_action = zf_action >> action;
action            405 drivers/watchdog/machzwd.c 		action = 0;
action            407 drivers/watchdog/machzwd.c 	zf_show_action(action);
action             62 drivers/watchdog/meson_wdt.c 			     unsigned long action, void *data)
action             36 drivers/watchdog/moxart_wdt.c 			      unsigned long action, void *data)
action             59 drivers/watchdog/mtk_wdt.c 			   unsigned long action, void *data)
action            147 drivers/watchdog/npcm_wdt.c 			    unsigned long action, void *data)
action            123 drivers/watchdog/qcom-wdt.c static int qcom_wdt_restart(struct watchdog_device *wdd, unsigned long action,
action            141 drivers/watchdog/rave-sp-wdt.c 				       unsigned long action, void *data)
action            150 drivers/watchdog/rave-sp-wdt.c 	if (action == SYS_DOWN || action == SYS_HALT) {
action            166 drivers/watchdog/rave-sp-wdt.c 			       unsigned long action, void *data)
action            128 drivers/watchdog/renesas_wdt.c static int rwdt_restart(struct watchdog_device *wdev, unsigned long action,
action            122 drivers/watchdog/rza_wdt.c static int rza_wdt_restart(struct watchdog_device *wdev, unsigned long action,
action            350 drivers/watchdog/s3c2410_wdt.c static int s3c2410wdt_restart(struct watchdog_device *wdd, unsigned long action,
action            104 drivers/watchdog/sbsa_gwdt.c static int action;
action            105 drivers/watchdog/sbsa_gwdt.c module_param(action, int, 0);
action            106 drivers/watchdog/sbsa_gwdt.c MODULE_PARM_DESC(action, "after watchdog gets WS0 interrupt, do: "
action            125 drivers/watchdog/sbsa_gwdt.c 	if (action)
action            150 drivers/watchdog/sbsa_gwdt.c 	if (!action &&
action            268 drivers/watchdog/sbsa_gwdt.c 	if (action) {
action            271 drivers/watchdog/sbsa_gwdt.c 			action = 0;
action            281 drivers/watchdog/sbsa_gwdt.c 				action = 0;
action            286 drivers/watchdog/sbsa_gwdt.c 		if (!action)
action            293 drivers/watchdog/sbsa_gwdt.c 	if (!action)
action            310 drivers/watchdog/sbsa_gwdt.c 		 wdd->timeout, gwdt->clk, action,
action             83 drivers/watchdog/sunxi_wdt.c 			     unsigned long action, void *data)
action             94 drivers/watchdog/tangox_wdt.c 			      unsigned long action, void *data)
action            170 drivers/watchdog/watchdog_core.c 				     unsigned long action, void *data)
action            177 drivers/watchdog/watchdog_core.c 	ret = wdd->ops->restart(wdd, action, data);
action            114 drivers/watchdog/wdat_wdt.c static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action,
action            119 drivers/watchdog/wdat_wdt.c 	if (action >= ARRAY_SIZE(wdat->instructions))
action            122 drivers/watchdog/wdat_wdt.c 	if (!wdat->instructions[action])
action            125 drivers/watchdog/wdat_wdt.c 	dev_dbg(&wdat->pdev->dev, "Running action %#x\n", action);
action            128 drivers/watchdog/wdat_wdt.c 	list_for_each_entry(instr, wdat->instructions[action], node) {
action            378 drivers/watchdog/wdat_wdt.c 		unsigned int action;
action            382 drivers/watchdog/wdat_wdt.c 		action = entries[i].action;
action            383 drivers/watchdog/wdat_wdt.c 		if (action >= MAX_WDAT_ACTIONS) {
action            384 drivers/watchdog/wdat_wdt.c 			dev_dbg(dev, "Skipping unknown action: %u\n", action);
action            424 drivers/watchdog/wdat_wdt.c 		instructions = wdat->instructions[action];
action            433 drivers/watchdog/wdat_wdt.c 			wdat->instructions[action] = instructions;
action            105 drivers/xen/arm-device.c 				 unsigned long action, void *data)
action            113 drivers/xen/arm-device.c 	switch (action) {
action            125 drivers/xen/arm-device.c 			action == BUS_NOTIFY_ADD_DEVICE ? "map" :
action            126 drivers/xen/arm-device.c 			(action == BUS_NOTIFY_DEL_DEVICE ? "unmap" : "?"),
action            150 drivers/xen/arm-device.c 			     unsigned long action, void *data)
action            155 drivers/xen/arm-device.c 	switch (action) {
action            167 drivers/xen/arm-device.c 			action == BUS_NOTIFY_ADD_DEVICE ? "map" :
action            168 drivers/xen/arm-device.c 			(action == BUS_NOTIFY_DEL_DEVICE ? "unmap" : "?"),
action            408 drivers/xen/gntalloc.c 	if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT)) {
action            420 drivers/xen/gntalloc.c 	if (op.action & UNMAP_NOTIFY_SEND_EVENT) {
action            430 drivers/xen/gntalloc.c 	gref->notify.flags = op.action;
action            771 drivers/xen/gntdev.c 	if (op.action & ~(UNMAP_NOTIFY_CLEAR_BYTE|UNMAP_NOTIFY_SEND_EVENT))
action            781 drivers/xen/gntdev.c 	if (op.action & UNMAP_NOTIFY_SEND_EVENT) {
action            786 drivers/xen/gntdev.c 	out_flags = op.action;
action            801 drivers/xen/gntdev.c 	if ((op.action & UNMAP_NOTIFY_CLEAR_BYTE) &&
action            810 drivers/xen/gntdev.c 	map->notify.flags = op.action;
action            180 drivers/xen/pci.c 			    unsigned long action, void *data)
action            185 drivers/xen/pci.c 	switch (action) {
action            197 drivers/xen/pci.c 			action == BUS_NOTIFY_ADD_DEVICE ? "add" :
action            198 drivers/xen/pci.c 			(action == BUS_NOTIFY_DEL_DEVICE ? "delete" : "?"));
action             84 drivers/xen/time.c void xen_manage_runstate_time(int action)
action             90 drivers/xen/time.c 	switch (action) {
action            132 drivers/xen/time.c 	if (action != -1 && runstate_delta) {
action            341 drivers/xen/xen-acpi-cpuhotplug.c 	int *action = context;
action            347 drivers/xen/xen-acpi-cpuhotplug.c 	switch (*action) {
action            370 drivers/xen/xen-acpi-cpuhotplug.c 	int action = INSTALL_NOTIFY_HANDLER;
action            374 drivers/xen/xen-acpi-cpuhotplug.c 			    processor_walk_namespace_cb, NULL, &action, NULL);
action            380 drivers/xen/xen-acpi-cpuhotplug.c 	int action = UNINSTALL_NOTIFY_HANDLER;
action            384 drivers/xen/xen-acpi-cpuhotplug.c 			    processor_walk_namespace_cb, NULL, &action, NULL);
action           1585 drivers/xen/xen-pciback/pci_stub.c 			     unsigned long action, void *data)
action           1590 drivers/xen/xen-pciback/pci_stub.c 	if (action != BUS_NOTIFY_UNBIND_DRIVER)
action            745 drivers/xen/xenbus/xenbus_probe.c 			    unsigned long action, void *data)
action            782 fs/btrfs/backref.c 		switch (node->action) {
action            401 fs/btrfs/delayed-inode.c 				    int action)
action            410 fs/btrfs/delayed-inode.c 	if (action == BTRFS_DELAYED_INSERTION_ITEM)
action            412 fs/btrfs/delayed-inode.c 	else if (action == BTRFS_DELAYED_DELETION_ITEM)
action            438 fs/btrfs/delayed-inode.c 	ins->ins_or_del = action;
action            441 fs/btrfs/delayed-inode.c 	    action == BTRFS_DELAYED_INSERTION_ITEM &&
action            450 fs/btrfs/delayed-ref.c 		if (ref->action == next->action) {
action            611 fs/btrfs/delayed-ref.c 	if (exist->action == ref->action) {
action            616 fs/btrfs/delayed-ref.c 			exist->action = ref->action;
action            619 fs/btrfs/delayed-ref.c 			if (ref->action == BTRFS_ADD_DELAYED_REF)
action            622 fs/btrfs/delayed-ref.c 			else if (ref->action == BTRFS_DROP_DELAYED_REF) {
action            639 fs/btrfs/delayed-ref.c 	if (ref->action == BTRFS_ADD_DELAYED_REF)
action            734 fs/btrfs/delayed-ref.c 				  u64 reserved, int action, bool is_data,
action            747 fs/btrfs/delayed-ref.c 	if (action == BTRFS_UPDATE_DELAYED_HEAD)
action            749 fs/btrfs/delayed-ref.c 	else if (action == BTRFS_DROP_DELAYED_REF)
action            762 fs/btrfs/delayed-ref.c 	if (action == BTRFS_ADD_DELAYED_EXTENT)
action            802 fs/btrfs/delayed-ref.c 		     int action, int *qrecord_inserted_ret,
action            820 fs/btrfs/delayed-ref.c 	trace_add_delayed_ref_head(trans->fs_info, head_ref, action);
action            883 fs/btrfs/delayed-ref.c 				    int action, u8 ref_type)
action            887 fs/btrfs/delayed-ref.c 	if (action == BTRFS_ADD_DELAYED_EXTENT)
action            888 fs/btrfs/delayed-ref.c 		action = BTRFS_ADD_DELAYED_REF;
action            897 fs/btrfs/delayed-ref.c 	ref->action = action;
action            923 fs/btrfs/delayed-ref.c 	int action = generic_ref->action;
action            933 fs/btrfs/delayed-ref.c 	ASSERT(generic_ref->type == BTRFS_REF_METADATA && generic_ref->action);
action            963 fs/btrfs/delayed-ref.c 				generic_ref->tree_ref.root, action, ref_type);
action            969 fs/btrfs/delayed-ref.c 			      generic_ref->tree_ref.root, 0, action, false,
action            981 fs/btrfs/delayed-ref.c 					action, &qrecord_inserted,
action            994 fs/btrfs/delayed-ref.c 				   action == BTRFS_ADD_DELAYED_EXTENT ?
action            995 fs/btrfs/delayed-ref.c 				   BTRFS_ADD_DELAYED_REF : action);
action           1019 fs/btrfs/delayed-ref.c 	int action = generic_ref->action;
action           1029 fs/btrfs/delayed-ref.c 	ASSERT(generic_ref->type == BTRFS_REF_DATA && action);
action           1039 fs/btrfs/delayed-ref.c 				ref_root, action, ref_type);
action           1066 fs/btrfs/delayed-ref.c 			      reserved, action, true, false);
action           1077 fs/btrfs/delayed-ref.c 					action, &qrecord_inserted,
action           1090 fs/btrfs/delayed-ref.c 				   action == BTRFS_ADD_DELAYED_EXTENT ?
action           1091 fs/btrfs/delayed-ref.c 				   BTRFS_ADD_DELAYED_REF : action);
action             49 fs/btrfs/delayed-ref.h 	unsigned int action:8;
action            224 fs/btrfs/delayed-ref.h 	int action;
action            265 fs/btrfs/delayed-ref.h 				int action, u64 bytenr, u64 len, u64 parent)
action            267 fs/btrfs/delayed-ref.h 	generic_ref->action = action;
action           1378 fs/btrfs/extent-tree.c 	       generic_ref->action);
action           1504 fs/btrfs/extent-tree.c 	trace_run_delayed_data_ref(trans->fs_info, node, ref, node->action);
action           1510 fs/btrfs/extent-tree.c 	if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) {
action           1517 fs/btrfs/extent-tree.c 	} else if (node->action == BTRFS_ADD_DELAYED_REF) {
action           1521 fs/btrfs/extent-tree.c 	} else if (node->action == BTRFS_DROP_DELAYED_REF) {
action           1648 fs/btrfs/extent-tree.c 	trace_run_delayed_tree_ref(trans->fs_info, node, ref, node->action);
action           1657 fs/btrfs/extent-tree.c 			  node->bytenr, node->ref_mod, node->action, ref_root,
action           1661 fs/btrfs/extent-tree.c 	if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) {
action           1664 fs/btrfs/extent-tree.c 	} else if (node->action == BTRFS_ADD_DELAYED_REF) {
action           1667 fs/btrfs/extent-tree.c 	} else if (node->action == BTRFS_DROP_DELAYED_REF) {
action           1931 fs/btrfs/extent-tree.c 		switch (ref->action) {
action           2433 fs/btrfs/extent-tree.c 	int action;
action           2452 fs/btrfs/extent-tree.c 		action = BTRFS_ADD_DELAYED_REF;
action           2454 fs/btrfs/extent-tree.c 		action = BTRFS_DROP_DELAYED_REF;
action           2472 fs/btrfs/extent-tree.c 			btrfs_init_generic_ref(&generic_ref, action, bytenr,
action           2487 fs/btrfs/extent-tree.c 			btrfs_init_generic_ref(&generic_ref, action, bytenr,
action             49 fs/btrfs/ref-verify.c 	int action;
action            621 fs/btrfs/ref-verify.c 		  ra->action, ra->root, ra->ref.root_objectid, ra->ref.parent,
action            676 fs/btrfs/ref-verify.c 	int action = generic_ref->action;
action            716 fs/btrfs/ref-verify.c 	ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1;
action            731 fs/btrfs/ref-verify.c 	ra->action = action;
action            739 fs/btrfs/ref-verify.c 	if (action == BTRFS_ADD_DELAYED_EXTENT) {
action            800 fs/btrfs/ref-verify.c 				  action, (unsigned long long)bytenr,
action            819 fs/btrfs/ref-verify.c 		if (action == BTRFS_DROP_DELAYED_REF) {
action            847 fs/btrfs/ref-verify.c 		if (action == BTRFS_DROP_DELAYED_REF) {
action            874 fs/btrfs/ref-verify.c 	if (action == BTRFS_DROP_DELAYED_REF) {
action            878 fs/btrfs/ref-verify.c 	} else if (action == BTRFS_ADD_DELAYED_REF) {
action           1001 fs/btrfs/sysfs.c void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action)
action           1005 fs/btrfs/sysfs.c 	ret = kobject_uevent(&disk_to_dev(bdev->bd_disk)->kobj, action);
action           1008 fs/btrfs/sysfs.c 			action, kobject_name(&disk_to_dev(bdev->bd_disk)->kobj),
action             29 fs/btrfs/sysfs.h void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
action           3893 fs/ceph/mds_client.c 	     ceph_lease_op_name(h->action), vino.ino, inode,
action           3919 fs/ceph/mds_client.c 	switch (h->action) {
action           3953 fs/ceph/mds_client.c 	h->action = CEPH_MDS_LEASE_REVOKE_ACK;
action           3969 fs/ceph/mds_client.c 			      struct dentry *dentry, char action,
action           3978 fs/ceph/mds_client.c 	     dentry, ceph_lease_op_name(action), session->s_mds);
action           3984 fs/ceph/mds_client.c 	lease->action = action;
action           4001 fs/ceph/mds_client.c 	msg->more_to_follow = (action == CEPH_MDS_LEASE_RELEASE);
action            510 fs/ceph/mds_client.h 				     struct dentry *dentry, char action,
action           1205 fs/exec.c      		memcpy(newsighand->action, oldsighand->action,
action           1206 fs/exec.c      		       sizeof(newsighand->action));
action            257 fs/proc/array.c 	k = p->sighand->action;
action            586 fs/proc/kcore.c 				    unsigned long action, void *arg)
action            588 fs/proc/kcore.c 	switch (action) {
action            239 fs/reiserfs/xattr.c 				   int (*action)(struct dentry *, void *),
action            278 fs/reiserfs/xattr.c 				err = action(dentry, data);
action            311 fs/reiserfs/xattr.c 			err = action(dir, data);
action            278 fs/ubifs/debug.h int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len);
action           1744 fs/ubifs/lpt_commit.c int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len)
action           1753 fs/ubifs/lpt_commit.c 	switch (action) {
action           1860 fs/xfs/libxfs/xfs_attr_leaf.c 	int			*action)
action           1887 fs/xfs/libxfs/xfs_attr_leaf.c 		*action = 0;	/* blk over 50%, don't try to join */
action           1909 fs/xfs/libxfs/xfs_attr_leaf.c 			*action = 0;
action           1911 fs/xfs/libxfs/xfs_attr_leaf.c 			*action = 2;
action           1952 fs/xfs/libxfs/xfs_attr_leaf.c 		*action = 0;
action           1971 fs/xfs/libxfs/xfs_attr_leaf.c 		*action = 0;
action           1973 fs/xfs/libxfs/xfs_attr_leaf.c 		*action = 1;
action            387 fs/xfs/libxfs/xfs_da_btree.c 	int			action = 0;
action            454 fs/xfs/libxfs/xfs_da_btree.c 							 max - i, &action);
action            461 fs/xfs/libxfs/xfs_da_btree.c 			if (action)
action            972 fs/xfs/libxfs/xfs_da_btree.c 	int			action = 0;
action            997 fs/xfs/libxfs/xfs_da_btree.c 			error = xfs_attr3_leaf_toosmall(state, &action);
action           1000 fs/xfs/libxfs/xfs_da_btree.c 			if (action == 0)
action           1005 fs/xfs/libxfs/xfs_da_btree.c 			error = xfs_dir2_leafn_toosmall(state, &action);
action           1008 fs/xfs/libxfs/xfs_da_btree.c 			if (action == 0)
action           1019 fs/xfs/libxfs/xfs_da_btree.c 			error = xfs_da3_node_toosmall(state, &action);
action           1022 fs/xfs/libxfs/xfs_da_btree.c 			if (action == 0)
action           1150 fs/xfs/libxfs/xfs_da_btree.c 	int			*action)
action           1177 fs/xfs/libxfs/xfs_da_btree.c 		*action = 0;	/* blk over 50%, don't try to join */
action           1199 fs/xfs/libxfs/xfs_da_btree.c 			*action = 0;
action           1201 fs/xfs/libxfs/xfs_da_btree.c 			*action = 2;
action           1240 fs/xfs/libxfs/xfs_da_btree.c 		*action = 0;
action           1259 fs/xfs/libxfs/xfs_da_btree.c 		*action = 0;
action           1262 fs/xfs/libxfs/xfs_da_btree.c 	*action = 1;
action           1424 fs/xfs/libxfs/xfs_dir2_node.c 	int			*action)	/* resulting action to take */
action           1457 fs/xfs/libxfs/xfs_dir2_node.c 		*action = 0;
action           1477 fs/xfs/libxfs/xfs_dir2_node.c 		*action = rval ? 2 : 0;
action           1526 fs/xfs/libxfs/xfs_dir2_node.c 		*action = 0;
action           1544 fs/xfs/libxfs/xfs_dir2_node.c 	*action = rval ? 0 : 1;
action             97 fs/xfs/libxfs/xfs_dir2_priv.h extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
action            439 include/acpi/acpixf.h ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_update_interfaces(u8 action))
action            719 include/acpi/acpixf.h 					     u32 gpe_number, u8 action))
action            741 include/acpi/acpixf.h 							u8 action))
action             98 include/acpi/actbl1.h 	u8 action;
action            555 include/acpi/actbl3.h 	u8 action;
action            946 include/linux/acpi.h void acpi_ec_set_gpe_wake_mask(u8 action);
action            956 include/linux/acpi.h static inline void acpi_ec_set_gpe_wake_mask(u8 action) {}
action           1298 include/linux/acpi.h extern int acpi_platform_notify(struct device *dev, enum kobject_action action);
action           1301 include/linux/acpi.h acpi_platform_notify(struct device *dev, enum kobject_action action)
action             41 include/linux/audit.h 	u32			action;
action            572 include/linux/avf/virtchnl.h 	enum	virtchnl_action action;
action            171 include/linux/ccp.h 	enum ccp_aes_action action;
action            232 include/linux/ccp.h 	enum ccp_aes_action action;
action            344 include/linux/ccp.h 	enum ccp_des3_action action;
action            746 include/linux/ceph/ceph_fs.h 	__u8 action;            /* CEPH_MDS_LEASE_* */
action            139 include/linux/counter.h 	size_t action;
action            371 include/linux/counter.h 			  struct counter_synapse *synapse, size_t *action);
action            374 include/linux/counter.h 			  struct counter_synapse *synapse, size_t action);
action            955 include/linux/device.h int devm_add_action(struct device *dev, void (*action)(void *), void *data);
action            956 include/linux/device.h void devm_remove_action(struct device *dev, void (*action)(void *), void *data);
action            957 include/linux/device.h void devm_release_action(struct device *dev, void (*action)(void *), void *data);
action            960 include/linux/device.h 					   void (*action)(void *), void *data)
action            964 include/linux/device.h 	ret = devm_add_action(dev, action, data);
action            966 include/linux/device.h 		action(data);
action             55 include/linux/greybus/svc.h 	enum gb_svc_watchdog_bite action;
action           1017 include/linux/ieee80211.h 					u8 action;
action           1021 include/linux/ieee80211.h 					u8 action;
action           1061 include/linux/ieee80211.h 		} __packed action;
action           1070 include/linux/ieee80211.h #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
action           3225 include/linux/ieee80211.h 	return mgmt->u.action.category == WLAN_CATEGORY_PUBLIC;
action           3241 include/linux/ieee80211.h 	return mgmt->u.action.category == WLAN_CATEGORY_MESH_ACTION ||
action           3242 include/linux/ieee80211.h 	       mgmt->u.action.category == WLAN_CATEGORY_MULTIHOP_ACTION;
action           3340 include/linux/ieee80211.h 		       sizeof(mgmt->u.action.u.tpc_report))
action           3354 include/linux/ieee80211.h 	if (mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT &&
action           3355 include/linux/ieee80211.h 	    mgmt->u.action.category != WLAN_CATEGORY_RADIO_MEASUREMENT)
action           3359 include/linux/ieee80211.h 	if (mgmt->u.action.u.tpc_report.action_code !=
action           3363 include/linux/ieee80211.h 	if (mgmt->u.action.u.tpc_report.tpc_elem_id != WLAN_EID_TPC_REPORT ||
action           3364 include/linux/ieee80211.h 	    mgmt->u.action.u.tpc_report.tpc_elem_length !=
action            132 include/linux/if_vlan.h 			 int (*action)(struct net_device *dev, int vid,
action            233 include/linux/if_vlan.h 	      int (*action)(struct net_device *dev, int vid, void *arg),
action            543 include/linux/interrupt.h 	void	(*action)(struct softirq_action *);
action            558 include/linux/interrupt.h extern void open_softirq(int nr, void (*action)(struct softirq_action *));
action             64 include/linux/irqdesc.h 	struct irqaction	*action;	/* IRQ action list */
action            186 include/linux/irqdesc.h 	return desc->action != NULL;
action            240 include/linux/kobject.h int kobject_uevent(struct kobject *kobj, enum kobject_action action);
action            241 include/linux/kobject.h int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
action            744 include/linux/libata.h 	unsigned int		action;		/* ATA_EH_* action mask */
action           1463 include/linux/libata.h 	ehi->action |= ATA_EH_RESET | ATA_EH_ENABLE_LINK;
action             44 include/linux/mfd/rave-sp.h static inline u8 rave_sp_action_unpack_event(unsigned long action)
action             46 include/linux/mfd/rave-sp.h 	return action;
action             49 include/linux/mfd/rave-sp.h static inline u8 rave_sp_action_unpack_value(unsigned long action)
action             51 include/linux/mfd/rave-sp.h 	return action >> 8;
action             77 include/linux/mlx5/accel.h 	enum mlx5_accel_esp_action action;
action            199 include/linux/mlx5/fs.h 	u32 action;
action            209 include/linux/mlx5/fs.h 	struct mlx5_flow_act name = { .action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST,\
action           2797 include/linux/mlx5/mlx5_ifc.h 	u8         action[0x10];
action             52 include/linux/notifier.h 			unsigned long action, void *data);
action           1322 include/linux/of.h 	unsigned long action;
action           1352 include/linux/of.h extern int of_reconfig_get_state_change(unsigned long action,
action           1360 include/linux/of.h 		unsigned long action, struct device_node *np,
action           1401 include/linux/of.h static inline int of_reconfig_notify(unsigned long action,
action           1406 include/linux/of.h static inline int of_reconfig_get_state_change(unsigned long action,
action            492 include/linux/perf_event.h 	enum perf_addr_filter_action_t	action;
action           3560 include/linux/platform_data/cros_ec_commands.h 	uint8_t action;
action           5112 include/linux/platform_data/cros_ec_commands.h 	uint32_t action;
action           5247 include/linux/platform_data/cros_ec_commands.h 	uint8_t action;
action            115 include/linux/pm_qos.h 			 enum pm_qos_req_action action, int value);
action            118 include/linux/pm_qos.h 			 enum pm_qos_req_action action, s32 val);
action            433 include/linux/property.h int software_node_notify(struct device *dev, unsigned long action);
action             22 include/linux/sched/signal.h 	struct k_sigaction	action[_NSIG];
action            440 include/linux/signal.h 	 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
action            234 include/linux/sunrpc/sched.h 					rpc_action action,
action            237 include/linux/sunrpc/sched.h 					rpc_action action);
action             27 include/linux/wait_bit.h int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
action             28 include/linux/wait_bit.h int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
action             30 include/linux/wait_bit.h int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
action             31 include/linux/wait_bit.h int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, unsigned long timeout);
action             32 include/linux/wait_bit.h int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
action            150 include/linux/wait_bit.h wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action,
action            156 include/linux/wait_bit.h 	return out_of_line_wait_on_bit(word, bit, action, mode);
action            229 include/linux/wait_bit.h wait_on_bit_lock_action(unsigned long *word, int bit, wait_bit_action_f *action,
action            235 include/linux/wait_bit.h 	return out_of_line_wait_on_bit_lock(word, bit, action, mode);
action             17 include/misc/altera.h 	u8 *action;
action            192 include/net/act_api.h int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
action            195 include/net/act_api.h struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
action            547 include/net/bluetooth/hci_core.h 	struct list_head action;
action            446 include/net/bluetooth/mgmt.h 	__u8	action;
action            822 include/net/bluetooth/mgmt.h 	__u8 action;
action           3032 include/net/cfg80211.h 	enum nl80211_external_auth_action action;
action            173 include/net/devlink.h 		struct devlink_dpipe_action *action;
action            733 include/net/devlink.h 			       enum devlink_trap_action action);
action            825 include/net/devlink.h 			     struct devlink_dpipe_action *action);
action             27 include/net/fib_rules.h 	u8			action;
action             68 include/net/fib_rules.h 	int			(*action)(struct fib_rule *,
action            197 include/net/flow_offload.h 			int action;
action            224 include/net/flow_offload.h static inline bool flow_action_has_entries(const struct flow_action *action)
action            226 include/net/flow_offload.h 	return action->num_entries;
action            235 include/net/flow_offload.h static inline bool flow_offload_has_one_action(const struct flow_action *action)
action            237 include/net/flow_offload.h 	return action->num_entries == 1;
action            245 include/net/flow_offload.h 	struct flow_action	action;
action           3140 include/net/mac80211.h 	enum ieee80211_ampdu_mlme_action action;
action            290 include/net/nfc/nci_core.h int nci_nfcee_discover(struct nci_dev *ndev, u8 action);
action            199 include/net/pkt_cls.h 	int action;
action            204 include/net/pkt_cls.h 				int action, int police)
action            215 include/net/pkt_cls.h 	exts->action = action;
action             35 include/net/tc_act/tc_police.h 	int			action;
action            522 include/net/xfrm.h 	u8			action;
action           2045 include/rdma/ib_verbs.h 	struct ib_flow_spec_action_handle action;
action           2439 include/rdma/ib_verbs.h 	int (*destroy_flow_action)(struct ib_flow_action *action);
action           2441 include/rdma/ib_verbs.h 		struct ib_flow_action *action,
action            138 include/rdma/uverbs_std_types.h static inline void uverbs_flow_action_fill_action(struct ib_flow_action *action,
action            143 include/rdma/uverbs_std_types.h 	atomic_set(&action->usecnt, 0);
action            144 include/rdma/uverbs_std_types.h 	action->device = ib_dev;
action            145 include/rdma/uverbs_std_types.h 	action->type = type;
action            146 include/rdma/uverbs_std_types.h 	action->uobject = uobj;
action            147 include/rdma/uverbs_std_types.h 	uobj->object = action;
action            737 include/trace/events/btrfs.h #define show_ref_action(action)						\
action            738 include/trace/events/btrfs.h 	__print_symbolic(action,					\
action            750 include/trace/events/btrfs.h 		 int action),
action            752 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action),
action            757 include/trace/events/btrfs.h 		__field(	int,  action		) 
action            768 include/trace/events/btrfs.h 		__entry->action		= action;
action            781 include/trace/events/btrfs.h 		  show_ref_action(__entry->action),
action            793 include/trace/events/btrfs.h 		 int action),
action            795 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action)
action            803 include/trace/events/btrfs.h 		 int action),
action            805 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action)
action            813 include/trace/events/btrfs.h 		 int action),
action            815 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action),
action            820 include/trace/events/btrfs.h 		__field(	int,  action		) 
action            832 include/trace/events/btrfs.h 		__entry->action		= action;
action            846 include/trace/events/btrfs.h 		  show_ref_action(__entry->action),
action            860 include/trace/events/btrfs.h 		 int action),
action            862 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action)
action            870 include/trace/events/btrfs.h 		 int action),
action            872 include/trace/events/btrfs.h 	TP_ARGS(fs_info, ref, full_ref, action)
action            879 include/trace/events/btrfs.h 		 int action),
action            881 include/trace/events/btrfs.h 	TP_ARGS(fs_info, head_ref, action),
action            886 include/trace/events/btrfs.h 		__field(	int,  action		) 
action            893 include/trace/events/btrfs.h 		__entry->action		= action;
action            900 include/trace/events/btrfs.h 		  show_ref_action(__entry->action),
action            908 include/trace/events/btrfs.h 		 int action),
action            910 include/trace/events/btrfs.h 	TP_ARGS(fs_info, head_ref, action)
action            917 include/trace/events/btrfs.h 		 int action),
action            919 include/trace/events/btrfs.h 	TP_ARGS(fs_info, head_ref, action)
action           1045 include/trace/events/btrfs.h #define show_flush_action(action)						\
action           1046 include/trace/events/btrfs.h 	__print_symbolic(action,						\
action             55 include/trace/events/irq.h 	TP_PROTO(int irq, struct irqaction *action),
action             57 include/trace/events/irq.h 	TP_ARGS(irq, action),
action             61 include/trace/events/irq.h 		__string(	name,	action->name	)
action             66 include/trace/events/irq.h 		__assign_str(name, action->name);
action             85 include/trace/events/irq.h 	TP_PROTO(int irq, struct irqaction *action, int ret),
action             87 include/trace/events/irq.h 	TP_ARGS(irq, action, ret),
action            228 include/trace/events/power.h 	TP_PROTO(const char *action, int val, bool start),
action            230 include/trace/events/power.h 	TP_ARGS(action, val, start),
action            233 include/trace/events/power.h 		__field(const char *, action)
action            239 include/trace/events/power.h 		__entry->action = action;
action            244 include/trace/events/power.h 	TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
action            433 include/trace/events/power.h 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
action            435 include/trace/events/power.h 	TP_ARGS(action, prev_value, curr_value),
action            438 include/trace/events/power.h 		__field( enum pm_qos_req_action, action         )
action            444 include/trace/events/power.h 		__entry->action = action;
action            450 include/trace/events/power.h 		  __print_symbolic(__entry->action,
action            459 include/trace/events/power.h 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
action            461 include/trace/events/power.h 	TP_ARGS(action, prev_value, curr_value)
action            466 include/trace/events/power.h 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
action            468 include/trace/events/power.h 	TP_ARGS(action, prev_value, curr_value),
action            471 include/trace/events/power.h 		  __print_symbolic(__entry->action,
action            126 include/trace/events/sunrpc.h 	TP_PROTO(const struct rpc_task *task, const void *action),
action            128 include/trace/events/sunrpc.h 	TP_ARGS(task, action),
action            133 include/trace/events/sunrpc.h 		__field(const void *, action)
action            143 include/trace/events/sunrpc.h 		__entry->action = action;
action            154 include/trace/events/sunrpc.h 		__entry->action
action            161 include/trace/events/sunrpc.h 				const void *action \
action            163 include/trace/events/sunrpc.h 			TP_ARGS(task, action))
action            498 include/uapi/linux/audit.h 	__u32		action;	/* AUDIT_NEVER, AUDIT_POSSIBLE, AUDIT_ALWAYS */
action            107 include/uapi/linux/blktrace_api.h 	__u32 action;		/* what happened */
action           1109 include/uapi/linux/ethtool.h 	__s32		action;
action             28 include/uapi/linux/fib_rules.h 	__u8		action;
action            118 include/uapi/linux/pkt_cls.h 	int			action;
action            150 include/uapi/linux/pkt_cls.h 	int                   action; \
action            177 include/uapi/linux/pkt_sched.h 	int             action;
action            418 include/uapi/linux/xfrm.h 	__u8				action;
action            160 include/uapi/scsi/scsi_bsg_fc.h 		__u8	action;		/* fragment_id for CT REJECT */
action             74 include/uapi/xen/gntalloc.h 	__u32 action;
action            144 include/uapi/xen/gntdev.h 	__u32 action;
action             37 include/xen/xen-ops.h void xen_manage_runstate_time(int action);
action             47 init/init_task.c 	.action		= { { { .sa_handler = SIG_DFL, } }, },
action            258 kernel/auditfilter.c 	if (unlikely(rule->action == AUDIT_POSSIBLE)) {
action            262 kernel/auditfilter.c 	if (rule->action != AUDIT_NEVER && rule->action != AUDIT_ALWAYS)
action            274 kernel/auditfilter.c 	entry->rule.action = rule->action;
action            638 kernel/auditfilter.c 	data->action = krule->action;
action            703 kernel/auditfilter.c 	    a->action != b->action ||
action            827 kernel/auditfilter.c 	new->action = old->action;
action           1098 kernel/auditfilter.c static void audit_log_rule_change(char *action, struct audit_krule *rule, int res)
action           1110 kernel/auditfilter.c 	audit_log_format(ab, " op=%s", action);
action           1383 kernel/auditfilter.c 			if (e->rule.action == AUDIT_NEVER || listtype == AUDIT_FILTER_EXCLUDE)
action            725 kernel/auditsc.c 	switch (rule->action) {
action           1966 kernel/auditsc.c 			    && e->rule.action == AUDIT_NEVER) {
action           2084 kernel/auditsc.c 			    && e->rule.action == AUDIT_NEVER) {
action           3233 kernel/cgroup/cpuset.c 				unsigned long action, void *arg)
action           1334 kernel/cpu.c   			unsigned long action, void *ptr)
action           1336 kernel/cpu.c   	switch (action) {
action            884 kernel/dma/debug.c static int dma_debug_device_change(struct notifier_block *nb, unsigned long action, void *data)
action            893 kernel/dma/debug.c 	switch (action) {
action           9380 kernel/events/core.c 			filter->action = actions[token];
action           9437 kernel/events/core.c 			if (filter->action == PERF_ADDR_FILTER_ACTION_FILTER &&
action           1514 kernel/fork.c  	memcpy(sig->action, current->sighand->action, sizeof(sig->action));
action            728 kernel/gcov/fs.c void gcov_event(enum gcov_action action, struct gcov_info *info)
action            734 kernel/gcov/fs.c 	switch (action) {
action             58 kernel/gcov/gcov.h void gcov_event(enum gcov_action action, struct gcov_info *info);
action            249 kernel/hung_task.c 			      unsigned long action, void *hcpu)
action            251 kernel/hung_task.c 	switch (action) {
action             47 kernel/irq/autoprobe.c 		if (!desc->action && irq_settings_can_probe(desc)) {
action             70 kernel/irq/autoprobe.c 		if (!desc->action && irq_settings_can_probe(desc)) {
action            461 kernel/irq/chip.c 	struct irqaction *action;
action            470 kernel/irq/chip.c 	action = desc->action;
action            471 kernel/irq/chip.c 	if (unlikely(!action || irqd_irq_disabled(&desc->irq_data))) {
action            481 kernel/irq/chip.c 	for_each_action_of_desc(desc, action)
action            482 kernel/irq/chip.c 		action_ret |= action->thread_fn(action->irq, action->dev_id);
action            547 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action            584 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action            644 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action            714 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action            753 kernel/irq/chip.c 	struct irqaction *action = desc->action;
action            759 kernel/irq/chip.c 	trace_irq_handler_entry(irq, action);
action            763 kernel/irq/chip.c 	res = action->handler(irq, action->dev_id);
action            764 kernel/irq/chip.c 	trace_irq_handler_exit(irq, action, res);
action            802 kernel/irq/chip.c 	if (irqd_irq_disabled(&desc->irq_data) || !desc->action) {
action            814 kernel/irq/chip.c 		if (unlikely(!desc->action)) {
action            865 kernel/irq/chip.c 	if (irqd_irq_disabled(&desc->irq_data) || !desc->action) {
action            873 kernel/irq/chip.c 		if (unlikely(!desc->action))
action            926 kernel/irq/chip.c 	struct irqaction *action = desc->action;
action            939 kernel/irq/chip.c 	if (likely(action)) {
action            940 kernel/irq/chip.c 		trace_irq_handler_entry(irq, action);
action            941 kernel/irq/chip.c 		res = action->handler(irq, raw_cpu_ptr(action->percpu_dev_id));
action            942 kernel/irq/chip.c 		trace_irq_handler_exit(irq, action, res);
action            969 kernel/irq/chip.c 	struct irqaction *action = desc->action;
action            975 kernel/irq/chip.c 	trace_irq_handler_entry(irq, action);
action            976 kernel/irq/chip.c 	res = action->handler(irq, raw_cpu_ptr(action->percpu_dev_id));
action            977 kernel/irq/chip.c 	trace_irq_handler_exit(irq, action, res);
action           1023 kernel/irq/chip.c 			desc->action = NULL;
action           1048 kernel/irq/chip.c 		desc->action = &chained_action;
action           1221 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action           1274 kernel/irq/chip.c 	if (unlikely(!desc->action || irqd_irq_disabled(&desc->irq_data))) {
action            179 kernel/irq/cpuhotplug.c 	if (!irqd_affinity_is_managed(data) || !desc->action ||
action             24 kernel/irq/debug.h 	printk("->action(): %p\n", desc->action);
action             25 kernel/irq/debug.h 	if (desc->action) {
action             27 kernel/irq/debug.h 			desc->action->handler, desc->action->handler);
action             50 kernel/irq/handle.c static void warn_no_thread(unsigned int irq, struct irqaction *action)
action             52 kernel/irq/handle.c 	if (test_and_set_bit(IRQTF_WARNED, &action->thread_flags))
action             56 kernel/irq/handle.c 	       "but no thread function available.", irq, action->name);
action             59 kernel/irq/handle.c void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action)
action             66 kernel/irq/handle.c 	if (action->thread->flags & PF_EXITING)
action             73 kernel/irq/handle.c 	if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags))
action            121 kernel/irq/handle.c 	desc->threads_oneshot |= action->thread_mask;
action            134 kernel/irq/handle.c 	wake_up_process(action->thread);
action            141 kernel/irq/handle.c 	struct irqaction *action;
action            145 kernel/irq/handle.c 	for_each_action_of_desc(desc, action) {
action            148 kernel/irq/handle.c 		trace_irq_handler_entry(irq, action);
action            149 kernel/irq/handle.c 		res = action->handler(irq, action->dev_id);
action            150 kernel/irq/handle.c 		trace_irq_handler_exit(irq, action, res);
action            153 kernel/irq/handle.c 			      irq, action->handler))
action            162 kernel/irq/handle.c 			if (unlikely(!action->thread_fn)) {
action            163 kernel/irq/handle.c 				warn_no_thread(irq, action);
action            167 kernel/irq/handle.c 			__irq_wake_thread(desc, action);
action            171 kernel/irq/handle.c 			*flags |= action->flags;
action            113 kernel/irq/internals.h void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action);
action            118 kernel/irq/internals.h extern void register_handler_proc(unsigned int irq, struct irqaction *action);
action            119 kernel/irq/internals.h extern void unregister_handler_proc(unsigned int irq, struct irqaction *action);
action            124 kernel/irq/internals.h 					 struct irqaction *action) { }
action            126 kernel/irq/internals.h 					   struct irqaction *action) { }
action            162 kernel/irq/internals.h 	for (act = desc->action; act; act = act->next)
action            269 kernel/irq/internals.h 	return (desc->action && desc->action == &chained_action);
action            274 kernel/irq/internals.h void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action);
action            275 kernel/irq/internals.h void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action);
action            279 kernel/irq/internals.h irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) { }
action            281 kernel/irq/internals.h irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) { }
action            249 kernel/irq/irqdesc.c 	struct irqaction *action;
action            254 kernel/irq/irqdesc.c 	for (action = desc->action; action != NULL; action = action->next) {
action            256 kernel/irq/irqdesc.c 				 p, action->name);
action           1421 kernel/irq/irqdomain.c 	if (WARN_ON(desc->action))
action           1503 kernel/irq/irqdomain.c 	if (WARN_ON(desc->action))
action            190 kernel/irq/manage.c 	struct irqaction *action;
action            192 kernel/irq/manage.c 	for_each_action_of_desc(desc, action)
action            193 kernel/irq/manage.c 		if (action->thread)
action            194 kernel/irq/manage.c 			set_bit(IRQTF_AFFINITY, &action->thread_flags);
action            748 kernel/irq/manage.c 		if (!desc->action ||
action            749 kernel/irq/manage.c 		    irqflags & desc->action->flags & IRQF_SHARED)
action            854 kernel/irq/manage.c static int irq_wait_for_interrupt(struct irqaction *action)
action            862 kernel/irq/manage.c 					       &action->thread_flags)) {
action            871 kernel/irq/manage.c 				       &action->thread_flags)) {
action            885 kernel/irq/manage.c 				 struct irqaction *action)
action            888 kernel/irq/manage.c 	    action->handler == irq_forced_secondary_handler)
action            920 kernel/irq/manage.c 	if (test_bit(IRQTF_RUNTHREAD, &action->thread_flags))
action            923 kernel/irq/manage.c 	desc->threads_oneshot &= ~action->thread_mask;
action            939 kernel/irq/manage.c irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action)
action            944 kernel/irq/manage.c 	if (!test_and_clear_bit(IRQTF_AFFINITY, &action->thread_flags))
action            952 kernel/irq/manage.c 		set_bit(IRQTF_AFFINITY, &action->thread_flags);
action            977 kernel/irq/manage.c irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) { }
action            987 kernel/irq/manage.c irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action)
action            992 kernel/irq/manage.c 	ret = action->thread_fn(action->irq, action->dev_id);
action            996 kernel/irq/manage.c 	irq_finalize_oneshot(desc, action);
action           1007 kernel/irq/manage.c 		struct irqaction *action)
action           1011 kernel/irq/manage.c 	ret = action->thread_fn(action->irq, action->dev_id);
action           1015 kernel/irq/manage.c 	irq_finalize_oneshot(desc, action);
action           1029 kernel/irq/manage.c 	struct irqaction *action;
action           1034 kernel/irq/manage.c 	action = kthread_data(tsk);
action           1037 kernel/irq/manage.c 	       tsk->comm, tsk->pid, action->irq);
action           1040 kernel/irq/manage.c 	desc = irq_to_desc(action->irq);
action           1045 kernel/irq/manage.c 	if (test_and_clear_bit(IRQTF_RUNTHREAD, &action->thread_flags))
action           1049 kernel/irq/manage.c 	irq_finalize_oneshot(desc, action);
action           1052 kernel/irq/manage.c static void irq_wake_secondary(struct irq_desc *desc, struct irqaction *action)
action           1054 kernel/irq/manage.c 	struct irqaction *secondary = action->secondary;
action           1070 kernel/irq/manage.c 	struct irqaction *action = data;
action           1071 kernel/irq/manage.c 	struct irq_desc *desc = irq_to_desc(action->irq);
action           1073 kernel/irq/manage.c 			struct irqaction *action);
action           1076 kernel/irq/manage.c 					&action->thread_flags))
action           1084 kernel/irq/manage.c 	irq_thread_check_affinity(desc, action);
action           1086 kernel/irq/manage.c 	while (!irq_wait_for_interrupt(action)) {
action           1089 kernel/irq/manage.c 		irq_thread_check_affinity(desc, action);
action           1091 kernel/irq/manage.c 		action_ret = handler_fn(desc, action);
action           1093 kernel/irq/manage.c 			irq_wake_secondary(desc, action);
action           1117 kernel/irq/manage.c 	struct irqaction *action;
action           1124 kernel/irq/manage.c 	for_each_action_of_desc(desc, action) {
action           1125 kernel/irq/manage.c 		if (action->dev_id == dev_id) {
action           1126 kernel/irq/manage.c 			if (action->thread)
action           1127 kernel/irq/manage.c 				__irq_wake_thread(desc, action);
action           1372 kernel/irq/manage.c 	if (!desc->action) {
action           1388 kernel/irq/manage.c 	old_ptr = &desc->action;
action           1621 kernel/irq/manage.c 	if (!desc->action)
action           1682 kernel/irq/manage.c 	struct irqaction *action, **action_ptr;
action           1695 kernel/irq/manage.c 	action_ptr = &desc->action;
action           1697 kernel/irq/manage.c 		action = *action_ptr;
action           1699 kernel/irq/manage.c 		if (!action) {
action           1707 kernel/irq/manage.c 		if (action->dev_id == dev_id)
action           1709 kernel/irq/manage.c 		action_ptr = &action->next;
action           1713 kernel/irq/manage.c 	*action_ptr = action->next;
action           1715 kernel/irq/manage.c 	irq_pm_remove_action(desc, action);
action           1718 kernel/irq/manage.c 	if (!desc->action) {
action           1747 kernel/irq/manage.c 	unregister_handler_proc(irq, action);
action           1765 kernel/irq/manage.c 	if (action->flags & IRQF_SHARED) {
action           1767 kernel/irq/manage.c 		action->handler(irq, dev_id);
action           1778 kernel/irq/manage.c 	if (action->thread) {
action           1779 kernel/irq/manage.c 		kthread_stop(action->thread);
action           1780 kernel/irq/manage.c 		put_task_struct(action->thread);
action           1781 kernel/irq/manage.c 		if (action->secondary && action->secondary->thread) {
action           1782 kernel/irq/manage.c 			kthread_stop(action->secondary->thread);
action           1783 kernel/irq/manage.c 			put_task_struct(action->secondary->thread);
action           1788 kernel/irq/manage.c 	if (!desc->action) {
action           1811 kernel/irq/manage.c 	kfree(action->secondary);
action           1812 kernel/irq/manage.c 	return action;
action           1850 kernel/irq/manage.c 	struct irqaction *action;
action           1861 kernel/irq/manage.c 	action = __free_irq(desc, dev_id);
action           1863 kernel/irq/manage.c 	if (!action)
action           1866 kernel/irq/manage.c 	devname = action->name;
action           1867 kernel/irq/manage.c 	kfree(action);
action           1879 kernel/irq/manage.c 	if (!WARN_ON(desc->action == NULL)) {
action           1880 kernel/irq/manage.c 		irq_pm_remove_action(desc, desc->action);
action           1881 kernel/irq/manage.c 		devname = desc->action->name;
action           1882 kernel/irq/manage.c 		unregister_handler_proc(irq, desc->action);
action           1884 kernel/irq/manage.c 		kfree(desc->action);
action           1885 kernel/irq/manage.c 		desc->action = NULL;
action           1971 kernel/irq/manage.c 	struct irqaction *action;
action           2006 kernel/irq/manage.c 	action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);
action           2007 kernel/irq/manage.c 	if (!action)
action           2010 kernel/irq/manage.c 	action->handler = handler;
action           2011 kernel/irq/manage.c 	action->thread_fn = thread_fn;
action           2012 kernel/irq/manage.c 	action->flags = irqflags;
action           2013 kernel/irq/manage.c 	action->name = devname;
action           2014 kernel/irq/manage.c 	action->dev_id = dev_id;
action           2018 kernel/irq/manage.c 		kfree(action);
action           2022 kernel/irq/manage.c 	retval = __setup_irq(irq, desc, action);
action           2026 kernel/irq/manage.c 		kfree(action->secondary);
action           2027 kernel/irq/manage.c 		kfree(action);
action           2123 kernel/irq/manage.c 	struct irqaction *action;
action           2149 kernel/irq/manage.c 	action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);
action           2150 kernel/irq/manage.c 	if (!action)
action           2153 kernel/irq/manage.c 	action->handler = handler;
action           2154 kernel/irq/manage.c 	action->flags = irqflags | IRQF_NO_THREAD | IRQF_NOBALANCING;
action           2155 kernel/irq/manage.c 	action->name = name;
action           2156 kernel/irq/manage.c 	action->dev_id = dev_id;
action           2162 kernel/irq/manage.c 	retval = __setup_irq(irq, desc, action);
action           2184 kernel/irq/manage.c 	kfree(action);
action           2278 kernel/irq/manage.c 	struct irqaction *action;
action           2288 kernel/irq/manage.c 	action = desc->action;
action           2289 kernel/irq/manage.c 	if (!action || action->percpu_dev_id != dev_id) {
action           2301 kernel/irq/manage.c 	desc->action = NULL;
action           2307 kernel/irq/manage.c 	unregister_handler_proc(irq, action);
action           2311 kernel/irq/manage.c 	return action;
action           2419 kernel/irq/manage.c 	struct irqaction *action;
action           2434 kernel/irq/manage.c 	action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);
action           2435 kernel/irq/manage.c 	if (!action)
action           2438 kernel/irq/manage.c 	action->handler = handler;
action           2439 kernel/irq/manage.c 	action->flags = flags | IRQF_PERCPU | IRQF_NO_SUSPEND;
action           2440 kernel/irq/manage.c 	action->name = devname;
action           2441 kernel/irq/manage.c 	action->percpu_dev_id = dev_id;
action           2445 kernel/irq/manage.c 		kfree(action);
action           2449 kernel/irq/manage.c 	retval = __setup_irq(irq, desc, action);
action           2453 kernel/irq/manage.c 		kfree(action);
action           2484 kernel/irq/manage.c 	struct irqaction *action;
action           2504 kernel/irq/manage.c 	action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);
action           2505 kernel/irq/manage.c 	if (!action)
action           2508 kernel/irq/manage.c 	action->handler = handler;
action           2509 kernel/irq/manage.c 	action->flags = IRQF_PERCPU | IRQF_NO_SUSPEND | IRQF_NO_THREAD
action           2511 kernel/irq/manage.c 	action->name = name;
action           2512 kernel/irq/manage.c 	action->percpu_dev_id = dev_id;
action           2518 kernel/irq/manage.c 	retval = __setup_irq(irq, desc, action);
action           2531 kernel/irq/manage.c 	kfree(action);
action             33 kernel/irq/pm.c void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action)
action             37 kernel/irq/pm.c 	if (action->flags & IRQF_FORCE_RESUME)
action             43 kernel/irq/pm.c 	if (action->flags & IRQF_NO_SUSPEND)
action             45 kernel/irq/pm.c 	else if (action->flags & IRQF_COND_SUSPEND)
action             57 kernel/irq/pm.c void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action)
action             61 kernel/irq/pm.c 	if (action->flags & IRQF_FORCE_RESUME)
action             64 kernel/irq/pm.c 	if (action->flags & IRQF_NO_SUSPEND)
action             66 kernel/irq/pm.c 	else if (action->flags & IRQF_COND_SUSPEND)
action             72 kernel/irq/pm.c 	if (!desc->action || irq_desc_is_chained(desc) ||
action            165 kernel/irq/pm.c 		bool is_early = desc->action &&
action            166 kernel/irq/pm.c 			desc->action->flags & IRQF_EARLY_RESUME;
action            303 kernel/irq/proc.c 	struct irqaction *action;
action            308 kernel/irq/proc.c 	for_each_action_of_desc(desc, action) {
action            309 kernel/irq/proc.c 		if ((action != new_action) && action->name &&
action            310 kernel/irq/proc.c 				!strcmp(new_action->name, action->name)) {
action            319 kernel/irq/proc.c void register_handler_proc(unsigned int irq, struct irqaction *action)
action            324 kernel/irq/proc.c 	if (!desc->dir || action->dir || !action->name ||
action            325 kernel/irq/proc.c 					!name_unique(irq, action))
action            328 kernel/irq/proc.c 	snprintf(name, MAX_NAMELEN, "%s", action->name);
action            331 kernel/irq/proc.c 	action->dir = proc_mkdir(name, desc->dir);
action            417 kernel/irq/proc.c void unregister_handler_proc(unsigned int irq, struct irqaction *action)
action            419 kernel/irq/proc.c 	proc_remove(action->dir);
action            466 kernel/irq/proc.c 	struct irqaction *action;
action            495 kernel/irq/proc.c 	if ((!desc->action || irq_desc_is_chained(desc)) && !any_count)
action            524 kernel/irq/proc.c 	action = desc->action;
action            525 kernel/irq/proc.c 	if (action) {
action            526 kernel/irq/proc.c 		seq_printf(p, "  %s", action->name);
action            527 kernel/irq/proc.c 		while ((action = action->next) != NULL)
action            528 kernel/irq/proc.c 			seq_printf(p, ", %s", action->name);
action             51 kernel/irq/spurious.c 	return !irqd_irq_disabled(&desc->irq_data) && desc->action;
action             64 kernel/irq/spurious.c 	struct irqaction *action;
action             88 kernel/irq/spurious.c 	action = desc->action;
action             89 kernel/irq/spurious.c 	if (!action || !(action->flags & IRQF_SHARED) ||
action             90 kernel/irq/spurious.c 	    (action->flags & __IRQF_TIMER))
action            109 kernel/irq/spurious.c 		action = desc->action;
action            110 kernel/irq/spurious.c 	} while ((desc->istate & IRQS_PENDING) && action);
action            194 kernel/irq/spurious.c 	struct irqaction *action;
action            214 kernel/irq/spurious.c 	for_each_action_of_desc(desc, action) {
action            215 kernel/irq/spurious.c 		printk(KERN_ERR "[<%p>] %ps", action->handler, action->handler);
action            216 kernel/irq/spurious.c 		if (action->thread_fn)
action            218 kernel/irq/spurious.c 					action->thread_fn, action->thread_fn);
action            238 kernel/irq/spurious.c 	struct irqaction *action;
action            264 kernel/irq/spurious.c 	action = desc->action;
action            266 kernel/irq/spurious.c 	return action && (action->flags & IRQF_IRQPOLL);
action            198 kernel/pid_namespace.c 	me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN;
action            215 kernel/power/qos.c 			 enum pm_qos_req_action action, int value)
action            228 kernel/power/qos.c 	switch (action) {
action            254 kernel/power/qos.c 	trace_pm_qos_update_target(action, prev_value, curr_value);
action            297 kernel/power/qos.c 			 enum pm_qos_req_action action, s32 val)
action            306 kernel/power/qos.c 	switch (action) {
action            328 kernel/power/qos.c 	trace_pm_qos_update_flags(action, prev_value, curr_value);
action            719 kernel/power/qos.c 			  enum pm_qos_req_action action, s32 value)
action            726 kernel/power/qos.c 					   action, value);
action            730 kernel/power/qos.c 					   action, value);
action            503 kernel/ptrace.c 	ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||
action            504 kernel/ptrace.c 	      (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);
action           3254 kernel/rcu/tree.c 			 unsigned long action, void *hcpu)
action           3256 kernel/rcu/tree.c 	switch (action) {
action             70 kernel/sched/completion.c 		   long (*action)(long), long timeout, int state)
action             83 kernel/sched/completion.c 			timeout = action(timeout);
action             97 kernel/sched/completion.c 		  long (*action)(long), long timeout, int state)
action            104 kernel/sched/completion.c 	timeout = do_wait_for_common(x, action, timeout, state);
action             42 kernel/sched/wait_bit.c 	      wait_bit_action_f *action, unsigned mode)
action             49 kernel/sched/wait_bit.c 			ret = (*action)(&wbq_entry->key, mode);
action             59 kernel/sched/wait_bit.c 				    wait_bit_action_f *action, unsigned mode)
action             64 kernel/sched/wait_bit.c 	return __wait_on_bit(wq_head, &wq_entry, action, mode);
action             69 kernel/sched/wait_bit.c 	void *word, int bit, wait_bit_action_f *action,
action             77 kernel/sched/wait_bit.c 	return __wait_on_bit(wq_head, &wq_entry, action, mode);
action             83 kernel/sched/wait_bit.c 			wait_bit_action_f *action, unsigned mode)
action             90 kernel/sched/wait_bit.c 			ret = action(&wbq_entry->key, mode);
action            112 kernel/sched/wait_bit.c 					 wait_bit_action_f *action, unsigned mode)
action            117 kernel/sched/wait_bit.c 	return __wait_on_bit_lock(wq_head, &wq_entry, action, mode);
action            634 kernel/seccomp.c static inline void seccomp_log(unsigned long syscall, long signr, u32 action,
action            639 kernel/seccomp.c 	switch (action) {
action            674 kernel/seccomp.c 	audit_seccomp(syscall, signr, action);
action            790 kernel/seccomp.c 	u32 filter_ret, action;
action            808 kernel/seccomp.c 	action = filter_ret & SECCOMP_RET_ACTION_FULL;
action            810 kernel/seccomp.c 	switch (action) {
action            874 kernel/seccomp.c 		seccomp_log(this_syscall, 0, action, true);
action            888 kernel/seccomp.c 		seccomp_log(this_syscall, SIGSYS, action, true);
action            890 kernel/seccomp.c 		if (action == SECCOMP_RET_KILL_PROCESS ||
action            900 kernel/seccomp.c 		if (action == SECCOMP_RET_KILL_PROCESS)
action            909 kernel/seccomp.c 	seccomp_log(this_syscall, 0, action, match ? match->log : false);
action           1351 kernel/seccomp.c 	u32 action;
action           1353 kernel/seccomp.c 	if (copy_from_user(&action, uaction, sizeof(action)))
action           1356 kernel/seccomp.c 	switch (action) {
action             69 kernel/signal.c 	return t->sighand->action[sig - 1].sa.sa_handler;
action            528 kernel/signal.c 		t->sighand->action[i].sa.sa_handler = SIG_IGN;
action            541 kernel/signal.c 	struct k_sigaction *ka = &t->sighand->action[0];
action            556 kernel/signal.c 	void __user *handler = tsk->sighand->action[sig-1].sa.sa_handler;
action           1313 kernel/signal.c 	struct k_sigaction *action;
action           1317 kernel/signal.c 	action = &t->sighand->action[sig-1];
action           1318 kernel/signal.c 	ignored = action->sa.sa_handler == SIG_IGN;
action           1321 kernel/signal.c 		action->sa.sa_handler = SIG_DFL;
action           1331 kernel/signal.c 	if (action->sa.sa_handler == SIG_DFL && !t->ptrace)
action           1650 kernel/signal.c 		p->sighand->action[sig - 1].sa.sa_handler = SIG_DFL;
action           1975 kernel/signal.c 	    (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN ||
action           1976 kernel/signal.c 	     (psig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) {
action           1993 kernel/signal.c 		if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN)
action           2069 kernel/signal.c 	if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN &&
action           2070 kernel/signal.c 	    !(sighand->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDSTOP))
action           2592 kernel/signal.c 				&sighand->action[SIGKILL - 1]);
action           2644 kernel/signal.c 		ka = &sighand->action[signr-1];
action           3935 kernel/signal.c void kernel_sigaction(int sig, __sighandler_t action)
action           3938 kernel/signal.c 	current->sighand->action[sig - 1].sa.sa_handler = action;
action           3939 kernel/signal.c 	if (action == SIG_IGN) {
action           3967 kernel/signal.c 	k = &p->sighand->action[sig-1];
action            292 kernel/softirq.c 		h->action(h);
action            296 kernel/softirq.c 			       vec_nr, softirq_to_name[vec_nr], h->action,
action            455 kernel/softirq.c void open_softirq(int nr, void (*action)(struct softirq_action *))
action            457 kernel/softirq.c 	softirq_vec[nr].action = action;
action            661 kernel/time/timekeeping.c static void timekeeping_update(struct timekeeper *tk, unsigned int action)
action            663 kernel/time/timekeeping.c 	if (action & TK_CLEAR_NTP) {
action            672 kernel/time/timekeeping.c 	update_pvclock_gtod(tk, action & TK_CLOCK_WAS_SET);
action            678 kernel/time/timekeeping.c 	if (action & TK_CLOCK_WAS_SET)
action            685 kernel/time/timekeeping.c 	if (action & TK_MIRROR)
action             66 kernel/trace/blktrace.c static void trace_note(struct blk_trace *bt, pid_t pid, int action,
action             99 kernel/trace/blktrace.c 		t->action = action | (cgid ? __BLK_TN_CGROUP : 0);
action            291 kernel/trace/blktrace.c 		t->action = what;
action           1181 kernel/trace/blktrace.c 	int tc = t->action >> BLK_TC_SHIFT;
action           1183 kernel/trace/blktrace.c 	if ((t->action & ~__BLK_TN_CGROUP) == BLK_TN_MESSAGE) {
action           1237 kernel/trace/blktrace.c 	return te_blk_io_trace(ent)->action;
action           1516 kernel/trace/blktrace.c 	what	   = (t->action & ((1 << BLK_TC_SHIFT) - 1)) & ~__BLK_TA_CGROUP;
action           1519 kernel/trace/blktrace.c 	has_cg	   = t->action & __BLK_TA_CGROUP;
action           1521 kernel/trace/blktrace.c 	if ((t->action & ~__BLK_TN_CGROUP) == BLK_TN_MESSAGE) {
action            462 kernel/trace/trace_events_hist.c 	enum action_id		action;
action           3709 kernel/trace/trace_events_hist.c 	struct action_data *action;
action           3715 kernel/trace/trace_events_hist.c 	action = track_data->action_data;
action           3720 kernel/trace/trace_events_hist.c 	if (!action->track_data.check_val(track_data->track_val, track_val))
action           3766 kernel/trace/trace_events_hist.c 		if (data->action == ACTION_SNAPSHOT)
action           3778 kernel/trace/trace_events_hist.c 	struct action_data *action;
action           3787 kernel/trace/trace_events_hist.c 	action = snapshot_action(hist_data);
action           3788 kernel/trace/trace_events_hist.c 	if (!action)
action           3793 kernel/trace/trace_events_hist.c 		   action->handler == HANDLER_ONMAX ? "onmax" : "onchange",
action           3794 kernel/trace/trace_events_hist.c 		   action->track_data.var_str, track_data->track_val);
action           3827 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_SNAPSHOT)
action           3886 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_SNAPSHOT) {
action           4045 kernel/trace/trace_events_hist.c 		data->action = ACTION_SAVE;
action           4067 kernel/trace/trace_events_hist.c 		data->action = ACTION_SNAPSHOT;
action           4091 kernel/trace/trace_events_hist.c 		data->action = ACTION_TRACE;
action           4392 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_TRACE)
action           4395 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_SNAPSHOT) {
action           4410 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_SAVE) {
action           5014 kernel/trace/trace_events_hist.c 		if (data->action == ACTION_SNAPSHOT)
action           5029 kernel/trace/trace_events_hist.c 	if (data->action == ACTION_SAVE) {
action           5035 kernel/trace/trace_events_hist.c 	} else if (data->action == ACTION_TRACE) {
action           5091 kernel/trace/trace_events_hist.c 		if (data->action != data_test->action)
action             66 lib/kobject_uevent.c 	enum kobject_action action;
action             84 lib/kobject_uevent.c 	for (action = 0; action < ARRAY_SIZE(kobject_actions); action++) {
action             85 lib/kobject_uevent.c 		if (strncmp(kobject_actions[action], buf, count_first) != 0)
action             87 lib/kobject_uevent.c 		if (kobject_actions[action][count_first] != '\0')
action             91 lib/kobject_uevent.c 		*type = action;
action            195 lib/kobject_uevent.c 	enum kobject_action action;
action            201 lib/kobject_uevent.c 	r = kobject_action_type(buf, count, &action, &action_args);
action            208 lib/kobject_uevent.c 		r = kobject_uevent_env(kobj, action, no_uuid_envp);
action            222 lib/kobject_uevent.c 	r = kobject_uevent_env(kobj, action, env->envp);
action            456 lib/kobject_uevent.c int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
action            460 lib/kobject_uevent.c 	const char *action_string = kobject_actions[action];
action            473 lib/kobject_uevent.c 	if (action == KOBJ_REMOVE)
action            565 lib/kobject_uevent.c 	switch (action) {
action            639 lib/kobject_uevent.c int kobject_uevent(struct kobject *kobj, enum kobject_action action)
action            641 lib/kobject_uevent.c 	return kobject_uevent_env(kobj, action, NULL);
action             33 lib/notifier-error-inject.c 	struct notifier_err_inject_action *action;
action             35 lib/notifier-error-inject.c 	for (action = err_inject->actions; action->name; action++) {
action             36 lib/notifier-error-inject.c 		if (action->val == val) {
action             37 lib/notifier-error-inject.c 			err = action->error;
action             42 lib/notifier-error-inject.c 		pr_info("Injecting error (%d) to %s\n", err, action->name);
action             53 lib/notifier-error-inject.c 	struct notifier_err_inject_action *action;
action             65 lib/notifier-error-inject.c 	for (action = err_inject->actions; action->name; action++) {
action             68 lib/notifier-error-inject.c 		action_dir = debugfs_create_dir(action->name, actions_dir);
action             75 lib/notifier-error-inject.c 		debugfs_create_errno("error", mode, action_dir, &action->error);
action             12 lib/notifier-error-inject.h #define NOTIFIER_ERR_INJECT_ACTION(action)	\
action             13 lib/notifier-error-inject.h 	.name = #action, .val = (action),
action            413 lib/test_objagg.c 	enum action action;
action            577 lib/test_objagg.c 		if (WARN_ON(action_item->action == ACTION_PUT))
action            586 lib/test_objagg.c 		if (WARN_ON(action_item->action == ACTION_GET))
action            605 lib/test_objagg.c 		if (WARN_ON(action_item->action == ACTION_PUT))
action            614 lib/test_objagg.c 		if (WARN_ON(action_item->action == ACTION_GET))
action            765 lib/test_objagg.c 	enum action action = action_item->action;
action            771 lib/test_objagg.c 		action = action == ACTION_GET ? ACTION_PUT : ACTION_GET;
action            773 lib/test_objagg.c 	switch (action) {
action            674 mm/kasan/common.c 			unsigned long action, void *data)
action            690 mm/kasan/common.c 	switch (action) {
action           2795 mm/ksm.c       			       unsigned long action, void *arg)
action           2799 mm/ksm.c       	switch (action) {
action            839 mm/memory-failure.c 	int (*action)(struct page *p, unsigned long pfn);
action            903 mm/memory-failure.c 	result = ps->action(p, pfn);
action            906 mm/memory-failure.c 	if (ps->action == me_swapcache_dirty && result == MF_DELAYED)
action            156 mm/mm_init.c   					unsigned long action, void *arg)
action            158 mm/mm_init.c   	switch (action) {
action           3718 mm/mmap.c      			     unsigned long action, void *data)
action           3722 mm/mmap.c      	switch (action) {
action            336 mm/page_ext.c  			       unsigned long action, void *arg)
action            341 mm/page_ext.c  	switch (action) {
action           1119 mm/slab.c      					unsigned long action, void *arg)
action           1129 mm/slab.c      	switch (action) {
action           4170 mm/slub.c      				unsigned long action, void *arg)
action           4174 mm/slub.c      	switch (action) {
action             28 net/802/garp.c 	u8	action;
action             32 net/802/garp.c 						    .action = GARP_ACTION_S_JOIN_IN },
action             43 net/802/garp.c 						    .action = GARP_ACTION_S_JOIN_IN },
action             64 net/802/garp.c 						    .action = GARP_ACTION_S_LEAVE_EMPTY },
action             75 net/802/garp.c 						    .action = GARP_ACTION_S_JOIN_IN },
action             86 net/802/garp.c 						    .action = GARP_ACTION_S_JOIN_IN },
action            319 net/802/garp.c 	switch (garp_applicant_state_table[attr->state][event].action) {
action            227 net/8021q/vlan_core.c 		  int (*action)(struct net_device *dev, int vid, void *arg),
action            244 net/8021q/vlan_core.c 		ret = action(vdev, vid_info->vid, arg);
action             75 net/atm/mpc.c  		     int action);
action           1389 net/atm/mpc.c  static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action)
action           1407 net/atm/mpc.c  	msg->type = action;
action            700 net/batman-adv/main.c 			enum batadv_uev_action action, const char *data)
action            716 net/batman-adv/main.c 				  batadv_uev_action_str[action]);
action            721 net/batman-adv/main.c 	if (action != BATADV_UEV_DEL) {
action            738 net/batman-adv/main.c 			   batadv_uev_action_str[action],
action            739 net/batman-adv/main.c 			   (action == BATADV_UEV_DEL ? "NULL" : data), ret);
action            386 net/batman-adv/main.h 			enum batadv_uev_action action, const char *data);
action             93 net/bluetooth/hci_conn.c 	list_del_init(&params->action);
action            102 net/bluetooth/hci_conn.c 		list_add(&params->action, &hdev->pend_le_conns);
action            105 net/bluetooth/hci_conn.c 		list_add(&params->action, &hdev->pend_le_reports);
action           1130 net/bluetooth/hci_conn.c 		list_del_init(&params->action);
action           1131 net/bluetooth/hci_conn.c 		list_add(&params->action, &hdev->pend_le_conns);
action           1656 net/bluetooth/hci_core.c 		list_del_init(&p->action);
action           3044 net/bluetooth/hci_core.c 	list_for_each_entry(param, list, action) {
action           3073 net/bluetooth/hci_core.c 	INIT_LIST_HEAD(&params->action);
action           3093 net/bluetooth/hci_core.c 	list_del(&params->action);
action           2731 net/bluetooth/hci_event.c 			list_del_init(&params->action);
action           2732 net/bluetooth/hci_event.c 			list_add(&params->action, &hdev->pend_le_conns);
action           5051 net/bluetooth/hci_event.c 		list_del_init(&params->action);
action            733 net/bluetooth/hci_request.c 	list_for_each_entry(params, &hdev->pend_le_conns, action) {
action            757 net/bluetooth/hci_request.c 	list_for_each_entry(params, &hdev->pend_le_reports, action) {
action           5551 net/bluetooth/mgmt.c 	list_del_init(&params->action);
action           5560 net/bluetooth/mgmt.c 			list_add(&params->action, &hdev->pend_le_conns);
action           5564 net/bluetooth/mgmt.c 			list_add(&params->action, &hdev->pend_le_conns);
action           5566 net/bluetooth/mgmt.c 			list_add(&params->action, &hdev->pend_le_reports);
action           5571 net/bluetooth/mgmt.c 			list_add(&params->action, &hdev->pend_le_conns);
action           5584 net/bluetooth/mgmt.c 			 bdaddr_t *bdaddr, u8 type, u8 action)
action           5590 net/bluetooth/mgmt.c 	ev.action = action;
action           5610 net/bluetooth/mgmt.c 	if (cp->action != 0x00 && cp->action != 0x01 && cp->action != 0x02)
action           5619 net/bluetooth/mgmt.c 		if (cp->action != 0x01) {
action           5639 net/bluetooth/mgmt.c 	if (cp->action == 0x02)
action           5641 net/bluetooth/mgmt.c 	else if (cp->action == 0x01)
action           5672 net/bluetooth/mgmt.c 	device_added(sk, hdev, &cp->addr.bdaddr, cp->addr.type, cp->action);
action           5770 net/bluetooth/mgmt.c 		list_del(&params->action);
action           5804 net/bluetooth/mgmt.c 			list_del(&p->action);
action           6995 net/bluetooth/mgmt.c 		list_del_init(&p->action);
action           7000 net/bluetooth/mgmt.c 			list_add(&p->action, &hdev->pend_le_conns);
action           7003 net/bluetooth/mgmt.c 			list_add(&p->action, &hdev->pend_le_reports);
action             26 net/bridge/netfilter/ebt_mark.c 	int action = info->target & -16;
action             28 net/bridge/netfilter/ebt_mark.c 	if (action == MARK_SET_VALUE)
action             30 net/bridge/netfilter/ebt_mark.c 	else if (action == MARK_OR_VALUE)
action             32 net/bridge/netfilter/ebt_mark.c 	else if (action == MARK_AND_VALUE)
action           1735 net/core/devlink.c 			     struct devlink_dpipe_action *action)
action           1737 net/core/devlink.c 	struct devlink_dpipe_header *header = action->header;
action           1738 net/core/devlink.c 	struct devlink_dpipe_field *field = &header->fields[action->field_id];
action           1745 net/core/devlink.c 	if (nla_put_u32(skb, DEVLINK_ATTR_DPIPE_ACTION_TYPE, action->type) ||
action           1746 net/core/devlink.c 	    nla_put_u32(skb, DEVLINK_ATTR_DPIPE_HEADER_INDEX, action->header_index) ||
action           1952 net/core/devlink.c 	if (!value->action)
action           1954 net/core/devlink.c 	if (devlink_dpipe_action_put(skb, value->action))
action           5261 net/core/devlink.c 	enum devlink_trap_action action;
action           5415 net/core/devlink.c 	if (nla_put_u8(msg, DEVLINK_ATTR_TRAP_ACTION, trap_item->action))
action           5516 net/core/devlink.c 	if (trap_item->action != trap_action &&
action           5527 net/core/devlink.c 	trap_item->action = trap_action;
action           7819 net/core/devlink.c 	trap_item->action = trap->init_action;
action           7872 net/core/devlink.c 	trap_item->action = DEVLINK_TRAP_ACTION_DROP;
action           3089 net/core/ethtool.c 	act = &flow->rule->action.entries[0];
action             51 net/core/fib_rules.c 	r->action = FR_ACT_TO_TBL;
action            133 net/core/fib_rules.c 	    ops->action == NULL)
action            288 net/core/fib_rules.c 		if (rule->action == FR_ACT_GOTO) {
action            298 net/core/fib_rules.c 		} else if (rule->action == FR_ACT_NOP)
action            301 net/core/fib_rules.c 			err = ops->action(rule, fl, flags, arg);
action            396 net/core/fib_rules.c 		if (rule->action && r->action != rule->action)
action            572 net/core/fib_rules.c 	nlrule->action = frh->action;
action            586 net/core/fib_rules.c 		if (nlrule->action != FR_ACT_GOTO) {
action            597 net/core/fib_rules.c 	} else if (nlrule->action == FR_ACT_GOTO) {
action            662 net/core/fib_rules.c 		if (r->action != rule->action)
action            799 net/core/fib_rules.c 			if (r->action == FR_ACT_GOTO &&
action            809 net/core/fib_rules.c 	if (rule->action == FR_ACT_GOTO)
action            887 net/core/fib_rules.c 	if (rule->action == FR_ACT_GOTO) {
action            977 net/core/fib_rules.c 	frh->action = rule->action;
action            983 net/core/fib_rules.c 	if (rule->action == FR_ACT_GOTO &&
action           1077 net/core/fib_rules.c 	    frh->res1 || frh->res2 || frh->action || frh->flags) {
action           5074 net/core/filter.c 	   u32, action, void *, param, u32, param_len)
action           5081 net/core/filter.c 	switch (action) {
action           8704 net/core/filter.c 	enum sk_action action;
action           8707 net/core/filter.c 	action = BPF_PROG_RUN(prog, &reuse_kern);
action           8709 net/core/filter.c 	if (action == SK_PASS)
action             12 net/core/flow_offload.c 	rule = kzalloc(struct_size(rule, action.entries, num_actions),
action             17 net/core/flow_offload.c 	rule->action.num_entries = num_actions;
action             75 net/decnet/dn_rules.c 	switch(rule->action) {
action            136 net/decnet/dn_rules.c 		if (rule->action == FR_ACT_TO_TBL) {
action            231 net/decnet/dn_rules.c 	.action		= dn_fib_rule_action,
action            877 net/dsa/slave.c 	if (!flow_offload_has_one_action(&cls->rule->action))
action            880 net/dsa/slave.c 	act = &cls->rule->action.entries[0];
action             58 net/ipv4/fib_rules.c 	if (!fib4_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL ||
action            112 net/ipv4/fib_rules.c 	switch (rule->action) {
action            238 net/ipv4/fib_rules.c 		if (rule->action == FR_ACT_TO_TBL) {
action            373 net/ipv4/fib_rules.c 	.action		= fib4_rule_action,
action            170 net/ipv4/ipmr.c 	switch (rule->action) {
action            226 net/ipv4/ipmr.c 	.action		= ipmr_rule_action,
action           1196 net/ipv6/addrconf.c 	enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_DEL;
action           1210 net/ipv6/addrconf.c 		action = CLEANUP_PREFIX_RT_EXPIRE;
action           1225 net/ipv6/addrconf.c 	return action;
action           1254 net/ipv6/addrconf.c 	enum cleanup_prefix_rt_t action = CLEANUP_PREFIX_RT_NOP;
action           1283 net/ipv6/addrconf.c 		action = check_cleanup_prefix_route(ifp, &expires);
action           1296 net/ipv6/addrconf.c 	if (action != CLEANUP_PREFIX_RT_NOP) {
action           1298 net/ipv6/addrconf.c 			action == CLEANUP_PREFIX_RT_DEL, false);
action           4041 net/ipv6/addrconf.c 	} action = DAD_PROCESS;
action           4047 net/ipv6/addrconf.c 		action = DAD_BEGIN;
action           4050 net/ipv6/addrconf.c 		action = DAD_ABORT;
action           4075 net/ipv6/addrconf.c 	if (action == DAD_BEGIN) {
action           4078 net/ipv6/addrconf.c 	} else if (action == DAD_ABORT) {
action           4723 net/ipv6/addrconf.c 		enum cleanup_prefix_rt_t action;
action           4727 net/ipv6/addrconf.c 		action = check_cleanup_prefix_route(ifp, &rt_expires);
action           4730 net/ipv6/addrconf.c 		if (action != CLEANUP_PREFIX_RT_NOP) {
action           4732 net/ipv6/addrconf.c 				action == CLEANUP_PREFIX_RT_DEL, false);
action           6380 net/ipv6/addrconf.c void addrconf_set_nopolicy(struct rt6_info *rt, int action)
action           6383 net/ipv6/addrconf.c 		if (action)
action             41 net/ipv6/fib6_rules.c 	if (!fib6_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL ||
action            163 net/ipv6/fib6_rules.c 	switch (rule->action) {
action            203 net/ipv6/fib6_rules.c 	switch (rule->action) {
action            348 net/ipv6/fib6_rules.c 	if (rule->action == FR_ACT_TO_TBL && !rule->l3mdev) {
action            445 net/ipv6/fib6_rules.c 	.action			= fib6_rule_action,
action            157 net/ipv6/ip6mr.c 	switch (rule->action) {
action            213 net/ipv6/ip6mr.c 	.action		= ip6mr_rule_action,
action            280 net/ipv6/ip6mr.c 	return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL &&
action             37 net/ipv6/seg6_local.c 	int action;
action             49 net/ipv6/seg6_local.c 	int action;
action            549 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END,
action            554 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_X,
action            559 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_T,
action            564 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_DX2,
action            569 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_DX6,
action            574 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_DX4,
action            579 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_DT6,
action            584 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_B6,
action            589 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_B6_ENCAP,
action            595 net/ipv6/seg6_local.c 		.action		= SEG6_LOCAL_ACTION_END_BPF,
action            602 net/ipv6/seg6_local.c static struct seg6_action_desc *__get_action_desc(int action)
action            610 net/ipv6/seg6_local.c 		if (desc->action == action)
action            933 net/ipv6/seg6_local.c 	desc = __get_action_desc(slwt->action);
action            985 net/ipv6/seg6_local.c 	slwt->action = nla_get_u32(tb[SEG6_LOCAL_ACTION]);
action           1026 net/ipv6/seg6_local.c 	if (nla_put_u32(skb, SEG6_LOCAL_ACTION, slwt->action))
action           1087 net/ipv6/seg6_local.c 	if (slwt_a->action != slwt_b->action)
action           2135 net/key/af_key.c 	if (xp->action == XFRM_POLICY_ALLOW) {
action           2262 net/key/af_key.c 	xp->action = (pol->sadb_x_policy_type == IPSEC_POLICY_DISCARD ?
action           3282 net/key/af_key.c 	xp->action = (pol->sadb_x_policy_type == IPSEC_POLICY_DISCARD ?
action             65 net/mac80211/agg-rx.c 		.action = IEEE80211_AMPDU_RX_STOP,
action            248 net/mac80211/agg-rx.c 	skb_put(skb, 1 + sizeof(mgmt->u.action.u.addba_resp));
action            249 net/mac80211/agg-rx.c 	mgmt->u.action.category = WLAN_CATEGORY_BACK;
action            250 net/mac80211/agg-rx.c 	mgmt->u.action.u.addba_resp.action_code = WLAN_ACTION_ADDBA_RESP;
action            251 net/mac80211/agg-rx.c 	mgmt->u.action.u.addba_resp.dialog_token = dialog_token;
action            258 net/mac80211/agg-rx.c 	mgmt->u.action.u.addba_resp.capab = cpu_to_le16(capab);
action            259 net/mac80211/agg-rx.c 	mgmt->u.action.u.addba_resp.timeout = cpu_to_le16(timeout);
action            260 net/mac80211/agg-rx.c 	mgmt->u.action.u.addba_resp.status = cpu_to_le16(status);
action            278 net/mac80211/agg-rx.c 		.action = IEEE80211_AMPDU_RX_START,
action            484 net/mac80211/agg-rx.c 	dialog_token = mgmt->u.action.u.addba_req.dialog_token;
action            485 net/mac80211/agg-rx.c 	timeout = le16_to_cpu(mgmt->u.action.u.addba_req.timeout);
action            487 net/mac80211/agg-rx.c 		le16_to_cpu(mgmt->u.action.u.addba_req.start_seq_num) >> 4;
action            489 net/mac80211/agg-rx.c 	capab = le16_to_cpu(mgmt->u.action.u.addba_req.capab);
action            495 net/mac80211/agg-rx.c 				 u.action.u.addba_req.variable);
action            497 net/mac80211/agg-rx.c 		ieee802_11_parse_elems(mgmt->u.action.u.addba_req.variable,
action             92 net/mac80211/agg-tx.c 	skb_put(skb, 1 + sizeof(mgmt->u.action.u.addba_req));
action             94 net/mac80211/agg-tx.c 	mgmt->u.action.category = WLAN_CATEGORY_BACK;
action             95 net/mac80211/agg-tx.c 	mgmt->u.action.u.addba_req.action_code = WLAN_ACTION_ADDBA_REQ;
action             97 net/mac80211/agg-tx.c 	mgmt->u.action.u.addba_req.dialog_token = dialog_token;
action            103 net/mac80211/agg-tx.c 	mgmt->u.action.u.addba_req.capab = cpu_to_le16(capab);
action            105 net/mac80211/agg-tx.c 	mgmt->u.action.u.addba_req.timeout = cpu_to_le16(timeout);
action            106 net/mac80211/agg-tx.c 	mgmt->u.action.u.addba_req.start_seq_num =
action            319 net/mac80211/agg-tx.c 		params.action = IEEE80211_AMPDU_TX_STOP_CONT;
action            322 net/mac80211/agg-tx.c 		params.action = IEEE80211_AMPDU_TX_STOP_FLUSH;
action            350 net/mac80211/agg-tx.c 		params.action = IEEE80211_AMPDU_TX_STOP_FLUSH_CONT;
action            458 net/mac80211/agg-tx.c 		.action = IEEE80211_AMPDU_TX_START,
action            704 net/mac80211/agg-tx.c 		.action = IEEE80211_AMPDU_TX_OPERATIONAL,
action            922 net/mac80211/agg-tx.c 	capab = le16_to_cpu(mgmt->u.action.u.addba_resp.capab);
action            938 net/mac80211/agg-tx.c 	if (mgmt->u.action.u.addba_resp.dialog_token != tid_tx->dialog_token) {
action            968 net/mac80211/agg-tx.c 	if (le16_to_cpu(mgmt->u.action.u.addba_resp.status)
action            985 net/mac80211/agg-tx.c 			le16_to_cpu(mgmt->u.action.u.addba_resp.timeout);
action           3762 net/mac80211/cfg.c 		tx_tspec->action = TX_TSPEC_ACTION_STOP_DOWNGRADE;
action            437 net/mac80211/ht.c 	skb_put(skb, 1 + sizeof(mgmt->u.action.u.delba));
action            439 net/mac80211/ht.c 	mgmt->u.action.category = WLAN_CATEGORY_BACK;
action            440 net/mac80211/ht.c 	mgmt->u.action.u.delba.action_code = WLAN_ACTION_DELBA;
action            444 net/mac80211/ht.c 	mgmt->u.action.u.delba.params = cpu_to_le16(params);
action            445 net/mac80211/ht.c 	mgmt->u.action.u.delba.reason_code = cpu_to_le16(reason_code);
action            457 net/mac80211/ht.c 	params = le16_to_cpu(mgmt->u.action.u.delba.params);
action            464 net/mac80211/ht.c 			   le16_to_cpu(mgmt->u.action.u.delba.reason_code));
action            508 net/mac80211/ht.c 	action_frame->u.action.category = WLAN_CATEGORY_HT;
action            509 net/mac80211/ht.c 	action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS;
action            516 net/mac80211/ht.c 		action_frame->u.action.u.ht_smps.smps_control =
action            520 net/mac80211/ht.c 		action_frame->u.action.u.ht_smps.smps_control =
action            524 net/mac80211/ht.c 		action_frame->u.action.u.ht_smps.smps_control =
action            926 net/mac80211/ibss.c 	if (mgmt->u.action.u.measurement.action_code !=
action            931 net/mac80211/ibss.c 		       sizeof(mgmt->u.action.u.chan_switch);
action           1651 net/mac80211/ibss.c 		switch (mgmt->u.action.category) {
action           1655 net/mac80211/ibss.c 					   u.action.u.chan_switch.variable);
action           1661 net/mac80211/ibss.c 				mgmt->u.action.u.chan_switch.variable,
action            428 net/mac80211/ieee80211_i.h 	} action;
action           1982 net/mac80211/ieee80211_i.h u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
action           1987 net/mac80211/ieee80211_i.h 					  bool action,
action           1992 net/mac80211/ieee80211_i.h 	ieee802_11_parse_elems_crc(start, len, action, elems, 0, 0,
action           1250 net/mac80211/iface.c 		    mgmt->u.action.category == WLAN_CATEGORY_BACK) {
action           1256 net/mac80211/iface.c 				switch (mgmt->u.action.u.addba_req.action_code) {
action           1276 net/mac80211/iface.c 			   mgmt->u.action.category == WLAN_CATEGORY_VHT) {
action           1277 net/mac80211/iface.c 			switch (mgmt->u.action.u.vht_group_notif.action_code) {
action           1285 net/mac80211/iface.c 				opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode;
action             20 net/mac80211/mesh.c 	return (mgmt->u.action.u.mesh_action.action_code ==
action           1366 net/mac80211/mesh.c 	if (mgmt->u.action.u.measurement.action_code !=
action           1370 net/mac80211/mesh.c 	pos = mgmt->u.action.u.chan_switch.variable;
action           1372 net/mac80211/mesh.c 			   u.action.u.chan_switch.variable);
action           1407 net/mac80211/mesh.c 	switch (mgmt->u.action.category) {
action           1409 net/mac80211/mesh.c 		switch (mgmt->u.action.u.self_prot.action_code) {
action            100 net/mac80211/mesh_hwmp.c static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
action            113 net/mac80211/mesh_hwmp.c 				  u.action.u.mesh_action);
action            129 net/mac80211/mesh_hwmp.c 	mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION;
action            130 net/mac80211/mesh_hwmp.c 	mgmt->u.action.u.mesh_action.action_code =
action            133 net/mac80211/mesh_hwmp.c 	switch (action) {
action            160 net/mac80211/mesh_hwmp.c 	if (action == MPATH_PREP) {
action            166 net/mac80211/mesh_hwmp.c 		if (action == MPATH_PREQ) {
action            179 net/mac80211/mesh_hwmp.c 	if (action == MPATH_PREQ) {
action            186 net/mac80211/mesh_hwmp.c 	} else if (action == MPATH_PREP) {
action            244 net/mac80211/mesh_hwmp.c 				  u.action.u.mesh_action);
action            265 net/mac80211/mesh_hwmp.c 	mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION;
action            266 net/mac80211/mesh_hwmp.c 	mgmt->u.action.u.mesh_action.action_code =
action            382 net/mac80211/mesh_hwmp.c 			       const u8 *hwmp_ie, enum mpath_frame_type action)
action            406 net/mac80211/mesh_hwmp.c 	switch (action) {
action            928 net/mac80211/mesh_hwmp.c 	baselen = (u8 *) mgmt->u.action.u.mesh_action.variable - (u8 *) mgmt;
action            929 net/mac80211/mesh_hwmp.c 	ieee802_11_parse_elems(mgmt->u.action.u.mesh_action.variable,
action             16 net/mac80211/mesh_plink.c #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
action            211 net/mac80211/mesh_plink.c 			       enum ieee80211_self_protected_actioncode action,
action            222 net/mac80211/mesh_plink.c 	int hdr_len = offsetofend(struct ieee80211_mgmt, u.action.u.self_prot);
action            253 net/mac80211/mesh_plink.c 	mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED;
action            254 net/mac80211/mesh_plink.c 	mgmt->u.action.u.self_prot.action_code = action;
action            256 net/mac80211/mesh_plink.c 	if (action != WLAN_SP_MESH_PEERING_CLOSE) {
action            269 net/mac80211/mesh_plink.c 		if (action == WLAN_SP_MESH_PEERING_CONFIRM) {
action            287 net/mac80211/mesh_plink.c 	switch (action) {
action            320 net/mac80211/mesh_plink.c 	if (action == WLAN_SP_MESH_PEERING_CLOSE) {
action            325 net/mac80211/mesh_plink.c 	if (action != WLAN_SP_MESH_PEERING_CLOSE) {
action            635 net/mac80211/mesh_plink.c 	enum ieee80211_self_protected_actioncode action = 0;
action            693 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_OPEN;
action            704 net/mac80211/mesh_plink.c 		action = WLAN_SP_MESH_PEERING_CLOSE;
action            715 net/mac80211/mesh_plink.c 	if (action)
action            716 net/mac80211/mesh_plink.c 		mesh_plink_frame_tx(sdata, sta, action, sta->sta.addr,
action            845 net/mac80211/mesh_plink.c 	enum ieee80211_self_protected_actioncode action = 0;
action            867 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_OPEN;
action            879 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CLOSE;
action            884 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CONFIRM;
action            900 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CLOSE;
action            903 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CONFIRM;
action            918 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CLOSE;
action            922 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CONFIRM;
action            935 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CLOSE;
action            939 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CONFIRM;
action            955 net/mac80211/mesh_plink.c 			action = WLAN_SP_MESH_PEERING_CLOSE;
action            970 net/mac80211/mesh_plink.c 	if (action) {
action            971 net/mac80211/mesh_plink.c 		mesh_plink_frame_tx(sdata, sta, action, sta->sta.addr,
action            976 net/mac80211/mesh_plink.c 		if (action == WLAN_SP_MESH_PEERING_OPEN) {
action           1118 net/mac80211/mesh_plink.c 	ftype = mgmt->u.action.u.self_prot.action_code;
action           1215 net/mac80211/mesh_plink.c 	baseaddr = mgmt->u.action.u.self_prot.variable;
action           1216 net/mac80211/mesh_plink.c 	baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt;
action           1217 net/mac80211/mesh_plink.c 	if (mgmt->u.action.u.self_prot.action_code ==
action           1848 net/mac80211/mlme.c 		if (tx_tspec->action == TX_TSPEC_ACTION_NONE &&
action           1855 net/mac80211/mlme.c 				tx_tspec->action =
action           1859 net/mac80211/mlme.c 		switch (tx_tspec->action) {
action           1866 net/mac80211/mlme.c 			tx_tspec->action = TX_TSPEC_ACTION_NONE;
action           1872 net/mac80211/mlme.c 				tx_tspec->action = TX_TSPEC_ACTION_NONE;
action           1896 net/mac80211/mlme.c 			tx_tspec->action = TX_TSPEC_ACTION_NONE;
action           2438 net/mac80211/mlme.c 			tx_tspec->action = TX_TSPEC_ACTION_STOP_DOWNGRADE;
action           2450 net/mac80211/mlme.c 		tx_tspec->action = TX_TSPEC_ACTION_DOWNGRADE;
action           4096 net/mac80211/mlme.c 		if (mgmt->u.action.category == WLAN_CATEGORY_SPECTRUM_MGMT) {
action           4099 net/mac80211/mlme.c 					   u.action.u.chan_switch.variable);
action           4106 net/mac80211/mlme.c 				mgmt->u.action.u.chan_switch.variable,
action           4116 net/mac80211/mlme.c 		} else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) {
action           4119 net/mac80211/mlme.c 					   u.action.u.ext_chan_switch.variable);
action           4129 net/mac80211/mlme.c 				mgmt->u.action.u.ext_chan_switch.variable,
action           4137 net/mac80211/mlme.c 				&mgmt->u.action.u.ext_chan_switch.data;
action            822 net/mac80211/offchannel.c 		    mgmt->u.action.category == WLAN_CATEGORY_PUBLIC ||
action            823 net/mac80211/offchannel.c 		    mgmt->u.action.category == WLAN_CATEGORY_SELF_PROTECTED ||
action            824 net/mac80211/offchannel.c 		    mgmt->u.action.category == WLAN_CATEGORY_SPECTRUM_MGMT)
action            248 net/mac80211/rx.c 	} __packed __aligned(2) action;
action            253 net/mac80211/rx.c 	BUILD_BUG_ON(sizeof(action) != IEEE80211_MIN_ACTION_SIZE + 1);
action            255 net/mac80211/rx.c 	if (skb->len < rtap_space + sizeof(action) +
action            262 net/mac80211/rx.c 	skb_copy_bits(skb, rtap_space, &action, sizeof(action));
action            264 net/mac80211/rx.c 	if (!ieee80211_is_action(action.hdr.frame_control))
action            267 net/mac80211/rx.c 	if (action.category != WLAN_CATEGORY_VHT)
action            270 net/mac80211/rx.c 	if (action.action_code != WLAN_VHT_ACTION_GROUPID_MGMT)
action            273 net/mac80211/rx.c 	if (!ether_addr_equal(action.hdr.addr1, sdata->u.mntr.mu_follow_addr))
action           1084 net/mac80211/rx.c 			category = mgmt->u.action.category;
action           2977 net/mac80211/rx.c 	if (len < 24 + 1 + sizeof(resp->u.action.u.sa_query)) {
action           2993 net/mac80211/rx.c 	skb_put(skb, 1 + sizeof(resp->u.action.u.sa_query));
action           2994 net/mac80211/rx.c 	resp->u.action.category = WLAN_CATEGORY_SA_QUERY;
action           2995 net/mac80211/rx.c 	resp->u.action.u.sa_query.action = WLAN_ACTION_SA_QUERY_RESPONSE;
action           2996 net/mac80211/rx.c 	memcpy(resp->u.action.u.sa_query.trans_id,
action           2997 net/mac80211/rx.c 	       mgmt->u.action.u.sa_query.trans_id,
action           3057 net/mac80211/rx.c 	if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC &&
action           3058 net/mac80211/rx.c 	    mgmt->u.action.category != WLAN_CATEGORY_SELF_PROTECTED &&
action           3059 net/mac80211/rx.c 	    mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT)
action           3062 net/mac80211/rx.c 	switch (mgmt->u.action.category) {
action           3079 net/mac80211/rx.c 		switch (mgmt->u.action.u.ht_smps.action) {
action           3086 net/mac80211/rx.c 			switch (mgmt->u.action.u.ht_smps.smps_control) {
action           3120 net/mac80211/rx.c 			u8 chanwidth = mgmt->u.action.u.ht_notify_cw.chanwidth;
action           3169 net/mac80211/rx.c 		if (mgmt->u.action.u.ext_chan_switch.action_code !=
action           3173 net/mac80211/rx.c 				   u.action.u.ext_chan_switch.variable))
action           3188 net/mac80211/rx.c 		switch (mgmt->u.action.u.vht_opmode_notif.action_code) {
action           3216 net/mac80211/rx.c 		switch (mgmt->u.action.u.addba_req.action_code) {
action           3219 net/mac80211/rx.c 				   sizeof(mgmt->u.action.u.addba_req)))
action           3224 net/mac80211/rx.c 				   sizeof(mgmt->u.action.u.addba_resp)))
action           3229 net/mac80211/rx.c 				   sizeof(mgmt->u.action.u.delba)))
action           3242 net/mac80211/rx.c 		switch (mgmt->u.action.u.measurement.action_code) {
action           3248 net/mac80211/rx.c 				   sizeof(mgmt->u.action.u.measurement)))
action           3259 net/mac80211/rx.c 				   sizeof(mgmt->u.action.u.chan_switch)))
action           3285 net/mac80211/rx.c 			   sizeof(mgmt->u.action.u.sa_query)))
action           3288 net/mac80211/rx.c 		switch (mgmt->u.action.u.sa_query.action) {
action           3298 net/mac80211/rx.c 			   sizeof(mgmt->u.action.u.self_prot.action_code)))
action           3301 net/mac80211/rx.c 		switch (mgmt->u.action.u.self_prot.action_code) {
action           3320 net/mac80211/rx.c 			   sizeof(mgmt->u.action.u.mesh_action.action_code)))
action           3415 net/mac80211/rx.c 	if (mgmt->u.action.category & 0x80)
action           3423 net/mac80211/rx.c 		nmgmt->u.action.category |= 0x80;
action            208 net/mac80211/spectmgmt.c 	skb_put(skb, 1 + sizeof(msr_report->u.action.u.measurement));
action            209 net/mac80211/spectmgmt.c 	msr_report->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT;
action            210 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.action_code =
action            212 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.dialog_token = dialog_token;
action            214 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.element_id = WLAN_EID_MEASURE_REPORT;
action            215 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.length =
action            218 net/mac80211/spectmgmt.c 	memset(&msr_report->u.action.u.measurement.msr_elem, 0,
action            220 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.msr_elem.token = request_ie->token;
action            221 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.msr_elem.mode |=
action            223 net/mac80211/spectmgmt.c 	msr_report->u.action.u.measurement.msr_elem.type = request_ie->type;
action            240 net/mac80211/spectmgmt.c 			&mgmt->u.action.u.measurement.msr_elem,
action            242 net/mac80211/spectmgmt.c 			mgmt->u.action.u.measurement.dialog_token);
action            210 net/mac80211/status.c 	    mgmt->u.action.category == WLAN_CATEGORY_HT &&
action            211 net/mac80211/status.c 	    mgmt->u.action.u.ht_smps.action == WLAN_HT_ACTION_SMPS &&
action            215 net/mac80211/status.c 		switch (mgmt->u.action.u.ht_smps.smps_control) {
action            844 net/mac80211/tdls.c 		skb_put(skb, 1 + sizeof(mgmt->u.action.u.tdls_discover_resp));
action            845 net/mac80211/tdls.c 		mgmt->u.action.category = WLAN_CATEGORY_PUBLIC;
action            846 net/mac80211/tdls.c 		mgmt->u.action.u.tdls_discover_resp.action_code =
action            848 net/mac80211/tdls.c 		mgmt->u.action.u.tdls_discover_resp.dialog_token =
action            850 net/mac80211/tdls.c 		mgmt->u.action.u.tdls_discover_resp.capability =
action             98 net/mac80211/trace.h 				__field(u16, action)
action            105 net/mac80211/trace.h 				__entry->action = params->action;
action            109 net/mac80211/trace.h 				__entry->action
action            895 net/mac80211/util.c _ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
action           1149 net/mac80211/util.c 			if (!action ||
action           1157 net/mac80211/util.c 			if (action) {
action           1342 net/mac80211/util.c u32 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action,
action           1368 net/mac80211/util.c 	crc = _ieee802_11_parse_elems_crc(start, len, action, elems, filter,
action           1375 net/mac80211/util.c 					    action, elems, 0, 0, NULL);
action           3476 net/mac80211/util.c 				  u.action.u.chan_switch);
action           3504 net/mac80211/util.c 	mgmt->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT;
action           3505 net/mac80211/util.c 	mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH;
action            562 net/mac80211/vht.c 	if (!memcmp(mgmt->u.action.u.vht_group_notif.position,
action            564 net/mac80211/vht.c 	    !memcmp(mgmt->u.action.u.vht_group_notif.membership,
action            569 net/mac80211/vht.c 	       mgmt->u.action.u.vht_group_notif.membership,
action            572 net/mac80211/vht.c 	       mgmt->u.action.u.vht_group_notif.position,
action             66 net/netfilter/nf_dup_netdev.c 	entry = &flow->rule->action.entries[ctx->num_actions++];
action             91 net/netfilter/nf_tables_offload.c 	flow_action_for_each(i, entry, &flow->rule->action) {
action            135 net/netfilter/nft_immediate.c 	entry = &flow->rule->action.entries[ctx->num_actions++];
action            632 net/nfc/nci/core.c 	__u8 action = opt;
action            634 net/nfc/nci/core.c 	cmd.discovery_action = action;
action            639 net/nfc/nci/core.c int nci_nfcee_discover(struct nci_dev *ndev, u8 action)
action            641 net/nfc/nci/core.c 	return __nci_request(ndev, nci_nfcee_discover_req, action,
action             57 net/openvswitch/flow_netlink.c 		u16 action = nla_type(nla);
action             59 net/openvswitch/flow_netlink.c 		switch (action) {
action             51 net/sched/act_api.c int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
action             55 net/sched/act_api.c 	int opcode = TC_ACT_EXT_OPCODE(action), ret = -EINVAL;
action             59 net/sched/act_api.c 		ret = action > TC_ACT_VALUE_MAX ? -EINVAL : 0;
action             60 net/sched/act_api.c 	else if (opcode <= TC_ACT_EXT_OPCODE_MAX || action == TC_ACT_UNSPEC)
action             67 net/sched/act_api.c 	if (TC_ACT_EXT_CMP(action, TC_ACT_GOTO_CHAIN)) {
action             68 net/sched/act_api.c 		chain_index = action & TC_ACT_EXT_VAL_MASK;
action             87 net/sched/act_api.c struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
action             90 net/sched/act_api.c 	a->tcfa_action = action;
action             40 net/sched/act_bpf.c 	int action, filter_res;
action             73 net/sched/act_bpf.c 		action = filter_res;
action             76 net/sched/act_bpf.c 		action = filter_res;
action             80 net/sched/act_bpf.c 		action = prog->tcf_action;
action             83 net/sched/act_bpf.c 		action = TC_ACT_UNSPEC;
action             87 net/sched/act_bpf.c 	return action;
action            148 net/sched/act_bpf.c 	opt.action = prog->tcf_action;
action            326 net/sched/act_bpf.c 	ret = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            357 net/sched/act_bpf.c 	goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch);
action            131 net/sched/act_connmark.c 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
action            135 net/sched/act_connmark.c 		tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            149 net/sched/act_connmark.c 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
action            155 net/sched/act_connmark.c 		goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            182 net/sched/act_connmark.c 	opt.action = ci->tcf_action;
action             89 net/sched/act_csum.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            103 net/sched/act_csum.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            578 net/sched/act_csum.c 	int action;
action            585 net/sched/act_csum.c 	action = READ_ONCE(p->tcf_action);
action            586 net/sched/act_csum.c 	if (unlikely(action == TC_ACT_SHOT))
action            624 net/sched/act_csum.c 	return action;
action            628 net/sched/act_csum.c 	action = TC_ACT_SHOT;
action            648 net/sched/act_csum.c 	opt.action = p->tcf_action;
action            718 net/sched/act_ct.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            735 net/sched/act_ct.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            846 net/sched/act_ct.c 	opt.action = c->tcf_action;
action             90 net/sched/act_ctinfo.c 	int action;
action             96 net/sched/act_ctinfo.c 	action = READ_ONCE(ca->tcf_action);
action            140 net/sched/act_ctinfo.c 	return action;
action            230 net/sched/act_ctinfo.c 	err = tcf_action_check_ctrlact(actparm->action, tp, &goto_ch, extack);
action            259 net/sched/act_ctinfo.c 	goto_ch = tcf_action_set_ctrlact(*a, actparm->action, goto_ch);
action            303 net/sched/act_ctinfo.c 	opt.action = ci->tcf_action;
action            119 net/sched/act_gact.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            125 net/sched/act_gact.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            154 net/sched/act_gact.c 	int action = READ_ONCE(gact->tcf_action);
action            161 net/sched/act_gact.c 		action = gact_rand[ptype](gact);
action            165 net/sched/act_gact.c 	if (action == TC_ACT_SHOT)
action            170 net/sched/act_gact.c 	return action;
action            177 net/sched/act_gact.c 	int action = READ_ONCE(gact->tcf_action);
action            182 net/sched/act_gact.c 	if (action == TC_ACT_SHOT)
action            205 net/sched/act_gact.c 	opt.action = gact->tcf_action;
action            542 net/sched/act_ife.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            595 net/sched/act_ife.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            632 net/sched/act_ife.c 	opt.action = ife->tcf_action;
action            693 net/sched/act_ife.c 	int action = ife->tcf_action;
action            741 net/sched/act_ife.c 	return action;
action            766 net/sched/act_ife.c 	int action = ife->tcf_action;
action            794 net/sched/act_ife.c 		return action;
action            798 net/sched/act_ife.c 	if ((action == TC_ACT_SHOT) || exceed_mtu) {
action            839 net/sched/act_ife.c 	return action;
action             33 net/sched/act_mirred.c static bool tcf_mirred_is_act_redirect(int action)
action             35 net/sched/act_mirred.c 	return action == TCA_EGRESS_REDIR || action == TCA_INGRESS_REDIR;
action             38 net/sched/act_mirred.c static bool tcf_mirred_act_wants_ingress(int action)
action             40 net/sched/act_mirred.c 	switch (action) {
action             52 net/sched/act_mirred.c static bool tcf_mirred_can_reinsert(int action)
action             54 net/sched/act_mirred.c 	switch (action) {
action            167 net/sched/act_mirred.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            187 net/sched/act_mirred.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            342 net/sched/act_mirred.c 	opt.action = m->tcf_action;
action            242 net/sched/act_mpls.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            267 net/sched/act_mpls.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            311 net/sched/act_mpls.c 	opt.action = m->tcf_action;
action             80 net/sched/act_nat.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action             91 net/sched/act_nat.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            115 net/sched/act_nat.c 	int action;
action            126 net/sched/act_nat.c 	action = p->tcf_action;
action            132 net/sched/act_nat.c 	if (unlikely(action == TC_ACT_SHOT))
action            253 net/sched/act_nat.c 	return action;
action            279 net/sched/act_nat.c 	opt.action = p->tcf_action;
action            209 net/sched/act_pedit.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            232 net/sched/act_pedit.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            433 net/sched/act_pedit.c 	opt->action = p->tcf_action;
action            101 net/sched/act_police.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            193 net/sched/act_police.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            318 net/sched/act_police.c 	opt.action = police->tcf_action;
action             82 net/sched/act_sample.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            102 net/sched/act_sample.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            212 net/sched/act_sample.c 	opt.action = s->tcf_action;
action             67 net/sched/act_simple.c 	err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack);
action             72 net/sched/act_simple.c 	goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch);
action            137 net/sched/act_simple.c 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
action            146 net/sched/act_simple.c 		tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            183 net/sched/act_simple.c 	opt.action = d->tcf_action;
action             31 net/sched/act_skbedit.c 	int action;
action             37 net/sched/act_skbedit.c 	action = READ_ONCE(d->tcf_action);
action             69 net/sched/act_skbedit.c 	return action;
action            183 net/sched/act_skbedit.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            208 net/sched/act_skbedit.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            245 net/sched/act_skbedit.c 	opt.action = d->tcf_action;
action             28 net/sched/act_skbmod.c 	int action;
action             44 net/sched/act_skbmod.c 	action = READ_ONCE(d->tcf_action);
action             45 net/sched/act_skbmod.c 	if (unlikely(action == TC_ACT_SHOT))
action             65 net/sched/act_skbmod.c 	return action;
action            157 net/sched/act_skbmod.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            174 net/sched/act_skbmod.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            228 net/sched/act_skbmod.c 	opt.action = d->tcf_action;
action             29 net/sched/act_tunnel_key.c 	int action;
action             35 net/sched/act_tunnel_key.c 	action = READ_ONCE(t->tcf_action);
action             51 net/sched/act_tunnel_key.c 	return action;
action            368 net/sched/act_tunnel_key.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            387 net/sched/act_tunnel_key.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            528 net/sched/act_tunnel_key.c 	opt.action   = t->tcf_action;
action             27 net/sched/act_vlan.c 	int action;
action             40 net/sched/act_vlan.c 	action = READ_ONCE(v->tcf_action);
action             88 net/sched/act_vlan.c 	return action;
action            113 net/sched/act_vlan.c 	int action;
action            188 net/sched/act_vlan.c 	action = parm->v_action;
action            204 net/sched/act_vlan.c 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
action            216 net/sched/act_vlan.c 	p->tcfv_action = action;
action            222 net/sched/act_vlan.c 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
action            266 net/sched/act_vlan.c 	opt.action = v->tcf_action;
action           3029 net/sched/cls_api.c 		} else if (exts->action && tb[exts->action]) {
action           3032 net/sched/cls_api.c 			err = tcf_action_init(net, tp, tb[exts->action],
action           3042 net/sched/cls_api.c 	if ((exts->action && tb[exts->action]) ||
action           3079 net/sched/cls_api.c 	if (exts->action && tcf_exts_has_actions(exts)) {
action           3086 net/sched/cls_api.c 			nest = nla_nest_start_noflag(skb, exts->action);
action           3539 net/sched/cls_api.c 			entry->ct.action = tcf_ct_action(act);
action            451 net/sched/cls_flower.c 	err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts,
action            464 net/sched/cls_flower.c 	tc_cleanup_flow_action(&cls_flower.rule->action);
action           1815 net/sched/cls_flower.c 		err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts,
action           1833 net/sched/cls_flower.c 		tc_cleanup_flow_action(&cls_flower.rule->action);
action            100 net/sched/cls_matchall.c 	err = tc_setup_flow_action(&cls_mall.rule->action, &head->exts, true);
action            114 net/sched/cls_matchall.c 	tc_cleanup_flow_action(&cls_mall.rule->action);
action            305 net/sched/cls_matchall.c 	err = tc_setup_flow_action(&cls_mall.rule->action, &head->exts, true);
action            318 net/sched/cls_matchall.c 	tc_cleanup_flow_action(&cls_mall.rule->action);
action            171 net/sched/sch_plug.c 	switch (msg->action) {
action           2121 net/sctp/sm_statefuns.c 	char action;
action           2185 net/sctp/sm_statefuns.c 	action = sctp_tietags_compare(new_asoc, asoc);
action           2187 net/sctp/sm_statefuns.c 	switch (action) {
action           1558 net/sunrpc/clnt.c __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *))
action           1562 net/sunrpc/clnt.c 	task->tk_action = action;
action            344 net/sunrpc/sched.c int __rpc_wait_for_completion_task(struct rpc_task *task, wait_bit_action_f *action)
action            346 net/sunrpc/sched.c 	if (action == NULL)
action            347 net/sunrpc/sched.c 		action = rpc_wait_bit_killable;
action            349 net/sunrpc/sched.c 			action, TASK_KILLABLE);
action            409 net/sunrpc/sched.c static void rpc_set_tk_callback(struct rpc_task *task, rpc_action action)
action            411 net/sunrpc/sched.c 	if (action && !WARN_ON_ONCE(task->tk_callback != NULL))
action            412 net/sunrpc/sched.c 		task->tk_callback = action;
action            427 net/sunrpc/sched.c 				rpc_action action, unsigned long timeout)
action            432 net/sunrpc/sched.c 	rpc_set_tk_callback(task, action);
action            444 net/sunrpc/sched.c 				rpc_action action)
action            449 net/sunrpc/sched.c 	rpc_set_tk_callback(task, action);
action            530 net/sunrpc/sched.c 		bool (*action)(struct rpc_task *, void *), void *data)
action            535 net/sunrpc/sched.c 			if (action == NULL || action(task, data)) {
action            609 net/wireless/mlme.c 	    mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) {
action            681 net/wireless/mlme.c 		    mgmt->u.action.category != WLAN_CATEGORY_PUBLIC)
action           16931 net/wireless/nl80211.c 			params->action) ||
action           2303 net/xfrm/xfrm_policy.c 		newp->action = old->action;
action           2683 net/xfrm/xfrm_policy.c 	if (pols[0] && pols[0]->action == XFRM_POLICY_ALLOW &&
action           2701 net/xfrm/xfrm_policy.c 		if (pols[i]->action != XFRM_POLICY_ALLOW) {
action           3602 net/xfrm/xfrm_policy.c 	if (pol->action == XFRM_POLICY_ALLOW) {
action           3616 net/xfrm/xfrm_policy.c 			    pols[pi]->action != XFRM_POLICY_ALLOW) {
action           1415 net/xfrm/xfrm_user.c 	switch (p->action) {
action           1590 net/xfrm/xfrm_user.c 	xp->action = p->action;
action           1606 net/xfrm/xfrm_user.c 	p->action = xp->action;
action            108 samples/bpf/xdp_monitor_user.c static const char *action2str(int action)
action            110 samples/bpf/xdp_monitor_user.c 	if (action < XDP_ACTION_MAX)
action            111 samples/bpf/xdp_monitor_user.c 		return xdp_action_names[action];
action             17 samples/bpf/xdp_rxq_info_kern.c 	__u32 action;
action            137 samples/bpf/xdp_rxq_info_kern.c 	return config->action;
action             84 samples/bpf/xdp_rxq_info_user.c 	__u32 action;
action            102 samples/bpf/xdp_rxq_info_user.c static const char *action2str(int action)
action            104 samples/bpf/xdp_rxq_info_user.c 	if (action < XDP_ACTION_MAX)
action            105 samples/bpf/xdp_rxq_info_user.c 		return xdp_action_names[action];
action            112 samples/bpf/xdp_rxq_info_user.c 	__u64 action = -1;
action            118 samples/bpf/xdp_rxq_info_user.c 			action = i;
action            122 samples/bpf/xdp_rxq_info_user.c 	return action;
action            343 samples/bpf/xdp_rxq_info_user.c 			int action, __u32 cfg_opt)
action            355 samples/bpf/xdp_rxq_info_user.c 	       ifname, ifindex, action2str(action), options2str(cfg_opt));
action            437 samples/bpf/xdp_rxq_info_user.c static void stats_poll(int interval, int action, __u32 cfg_opt)
action            448 samples/bpf/xdp_rxq_info_user.c 		stats_print(record, prev, action, cfg_opt);
action            478 samples/bpf/xdp_rxq_info_user.c 	int action = XDP_PASS; /* Default action */
action            564 samples/bpf/xdp_rxq_info_user.c 		action = parse_xdp_action(action_str);
action            565 samples/bpf/xdp_rxq_info_user.c 		if (action < 0) {
action            572 samples/bpf/xdp_rxq_info_user.c 	cfg.action = action;
action            575 samples/bpf/xdp_rxq_info_user.c 	if (action == XDP_TX)
action            606 samples/bpf/xdp_rxq_info_user.c 	stats_poll(interval, action, cfg_options);
action            292 scripts/asn1_compiler.c 	struct action	*next;
action            297 scripts/asn1_compiler.c static struct action *action_list;
action            304 scripts/asn1_compiler.c 	struct action	*action;
action            685 scripts/asn1_compiler.c 	struct action	*action;
action            857 scripts/asn1_compiler.c 	struct action *action, **ppaction;
action           1088 scripts/asn1_compiler.c 		action = malloc(sizeof(struct action));
action           1089 scripts/asn1_compiler.c 		if (!action) {
action           1093 scripts/asn1_compiler.c 		action->index = 0;
action           1094 scripts/asn1_compiler.c 		action->name = cursor->content;
action           1100 scripts/asn1_compiler.c 			int cmp = strcmp(action->name, (*ppaction)->name);
action           1102 scripts/asn1_compiler.c 				free(action);
action           1103 scripts/asn1_compiler.c 				action = *ppaction;
action           1107 scripts/asn1_compiler.c 				action->next = *ppaction;
action           1108 scripts/asn1_compiler.c 				*ppaction = action;
action           1113 scripts/asn1_compiler.c 		action->next = NULL;
action           1114 scripts/asn1_compiler.c 		*ppaction = action;
action           1118 scripts/asn1_compiler.c 		element->action = action;
action           1119 scripts/asn1_compiler.c 		cursor->action = action;
action           1242 scripts/asn1_compiler.c 	       e->action ? e->action->name : "");
action           1295 scripts/asn1_compiler.c 	struct action *action;
action           1328 scripts/asn1_compiler.c 	for (action = action_list; action; action = action->next) {
action           1329 scripts/asn1_compiler.c 		action->index = index++;
action           1333 scripts/asn1_compiler.c 			action->name);
action           1338 scripts/asn1_compiler.c 	for (action = action_list; action; action = action->next)
action           1340 scripts/asn1_compiler.c 			action->name, action->index);
action           1347 scripts/asn1_compiler.c 	for (action = action_list; action; action = action->next)
action           1348 scripts/asn1_compiler.c 		fprintf(out, "\t[%4u] = %s,\n", action->index, action->name);
action           1410 scripts/asn1_compiler.c 		act = e->action ? "_ACT" : "";
action           1429 scripts/asn1_compiler.c 		if (e->action)
action           1431 scripts/asn1_compiler.c 				      e->action->name);
action           1460 scripts/asn1_compiler.c 	act = e->action ? "_ACT" : "";
action           1526 scripts/asn1_compiler.c 		if (e->action)
action           1601 scripts/asn1_compiler.c 		if (e->action)
action           1609 scripts/asn1_compiler.c 	if (e->action)
action           1610 scripts/asn1_compiler.c 		render_opcode(out, "_action(ACT_%s),\n", e->action->name);
action            874 scripts/kconfig/qconf.cc 			QAction *action;
action            877 scripts/kconfig/qconf.cc 			action = new QAction("Show Name", this);
action            878 scripts/kconfig/qconf.cc 			  action->setCheckable(true);
action            879 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
action            882 scripts/kconfig/qconf.cc 				  action, SLOT(setOn(bool)));
action            883 scripts/kconfig/qconf.cc 			  action->setChecked(showName);
action            884 scripts/kconfig/qconf.cc 			  headerPopup->addAction(action);
action            885 scripts/kconfig/qconf.cc 			action = new QAction("Show Range", this);
action            886 scripts/kconfig/qconf.cc 			  action->setCheckable(true);
action            887 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
action            890 scripts/kconfig/qconf.cc 				  action, SLOT(setOn(bool)));
action            891 scripts/kconfig/qconf.cc 			  action->setChecked(showRange);
action            892 scripts/kconfig/qconf.cc 			  headerPopup->addAction(action);
action            893 scripts/kconfig/qconf.cc 			action = new QAction("Show Data", this);
action            894 scripts/kconfig/qconf.cc 			  action->setCheckable(true);
action            895 scripts/kconfig/qconf.cc 			  connect(action, SIGNAL(toggled(bool)),
action            898 scripts/kconfig/qconf.cc 				  action, SLOT(setOn(bool)));
action            899 scripts/kconfig/qconf.cc 			  action->setChecked(showData);
action            900 scripts/kconfig/qconf.cc 			  headerPopup->addAction(action);
action           1227 scripts/kconfig/qconf.cc 	QAction* action = new QAction("Show Debug Info", popup);
action           1229 scripts/kconfig/qconf.cc 	action->setCheckable(true);
action           1230 scripts/kconfig/qconf.cc 	connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
action           1231 scripts/kconfig/qconf.cc 	connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool)));
action           1232 scripts/kconfig/qconf.cc 	action->setChecked(showDebug());
action           1234 scripts/kconfig/qconf.cc 	popup->addAction(action);
action            460 security/integrity/ima/ima_appraise.c 	int action;
action            466 security/integrity/ima/ima_appraise.c 	action = ima_must_appraise(inode, MAY_ACCESS, POST_SETATTR);
action            467 security/integrity/ima/ima_appraise.c 	if (!action)
action            472 security/integrity/ima/ima_appraise.c 		if (!action)
action            202 security/integrity/ima/ima_main.c 	int rc = 0, action, must_appraise = 0;
action            217 security/integrity/ima/ima_main.c 	action = ima_get_action(inode, cred, secid, mask, func, &pcr,
action            221 security/integrity/ima/ima_main.c 	if (!action && !violation_check)
action            224 security/integrity/ima/ima_main.c 	must_appraise = action & IMA_APPRAISE;
action            227 security/integrity/ima/ima_main.c 	if (action & IMA_FILE_APPRAISE)
action            232 security/integrity/ima/ima_main.c 	if (action) {
action            239 security/integrity/ima/ima_main.c 		ima_rdwr_violation_check(file, iint, action & IMA_MEASURE,
action            246 security/integrity/ima/ima_main.c 	if (!action)
action            265 security/integrity/ima/ima_main.c 	     !(action & IMA_FAIL_UNVERIFIABLE_SIGS))) {
action            274 security/integrity/ima/ima_main.c 	iint->flags |= action;
action            275 security/integrity/ima/ima_main.c 	action &= IMA_DO_MASK;
action            276 security/integrity/ima/ima_main.c 	action &= ~((iint->flags & (IMA_DONE_MASK ^ IMA_MEASURED)) >> 1);
action            279 security/integrity/ima/ima_main.c 	if ((action & IMA_MEASURE) && (iint->measured_pcrs & (0x1 << pcr)))
action            280 security/integrity/ima/ima_main.c 		action ^= IMA_MEASURE;
action            283 security/integrity/ima/ima_main.c 	if ((action & IMA_HASH) &&
action            290 security/integrity/ima/ima_main.c 		action ^= IMA_HASH;
action            295 security/integrity/ima/ima_main.c 	if (!action) {
action            305 security/integrity/ima/ima_main.c 	if ((action & IMA_APPRAISE_SUBMASK) ||
action            320 security/integrity/ima/ima_main.c 				action |= IMA_MEASURE;
action            333 security/integrity/ima/ima_main.c 	if (action & IMA_MEASURE)
action            337 security/integrity/ima/ima_main.c 	if (rc == 0 && (action & IMA_APPRAISE_SUBMASK)) {
action            346 security/integrity/ima/ima_main.c 	if (action & IMA_AUDIT)
action            652 security/integrity/ima/ima_main.c 	int action = 0;
action            654 security/integrity/ima/ima_main.c 	action = ima_get_action(NULL, cred, secid, 0, KEXEC_CMDLINE, &pcr,
action            656 security/integrity/ima/ima_main.c 	if (!(action & IMA_MEASURE))
action             65 security/integrity/ima/ima_policy.c 	int action;
action             97 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action             98 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = SYSFS_MAGIC, .flags = IMA_FSMAGIC},
action             99 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = DEBUGFS_MAGIC, .flags = IMA_FSMAGIC},
action            100 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = TMPFS_MAGIC, .flags = IMA_FSMAGIC},
action            101 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = DEVPTS_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action            102 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = BINFMTFS_MAGIC, .flags = IMA_FSMAGIC},
action            103 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = SECURITYFS_MAGIC, .flags = IMA_FSMAGIC},
action            104 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = SELINUX_MAGIC, .flags = IMA_FSMAGIC},
action            105 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = SMACK_MAGIC, .flags = IMA_FSMAGIC},
action            106 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = CGROUP_SUPER_MAGIC,
action            108 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = CGROUP2_SUPER_MAGIC,
action            110 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = NSFS_MAGIC, .flags = IMA_FSMAGIC},
action            111 security/integrity/ima/ima_policy.c 	{.action = DONT_MEASURE, .fsmagic = EFIVARFS_MAGIC, .flags = IMA_FSMAGIC}
action            115 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC,
action            117 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = BPRM_CHECK, .mask = MAY_EXEC,
action            119 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ,
action            122 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = MODULE_CHECK, .flags = IMA_FUNC},
action            123 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = FIRMWARE_CHECK, .flags = IMA_FUNC},
action            127 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC,
action            129 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = BPRM_CHECK, .mask = MAY_EXEC,
action            131 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ,
action            134 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ,
action            137 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = MODULE_CHECK, .flags = IMA_FUNC},
action            138 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = FIRMWARE_CHECK, .flags = IMA_FUNC},
action            139 security/integrity/ima/ima_policy.c 	{.action = MEASURE, .func = POLICY_CHECK, .flags = IMA_FUNC},
action            143 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action            144 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = SYSFS_MAGIC, .flags = IMA_FSMAGIC},
action            145 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = DEBUGFS_MAGIC, .flags = IMA_FSMAGIC},
action            146 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = TMPFS_MAGIC, .flags = IMA_FSMAGIC},
action            147 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = RAMFS_MAGIC, .flags = IMA_FSMAGIC},
action            148 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = DEVPTS_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action            149 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = BINFMTFS_MAGIC, .flags = IMA_FSMAGIC},
action            150 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = SECURITYFS_MAGIC, .flags = IMA_FSMAGIC},
action            151 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = SELINUX_MAGIC, .flags = IMA_FSMAGIC},
action            152 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = SMACK_MAGIC, .flags = IMA_FSMAGIC},
action            153 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = NSFS_MAGIC, .flags = IMA_FSMAGIC},
action            154 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = EFIVARFS_MAGIC, .flags = IMA_FSMAGIC},
action            155 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = CGROUP_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action            156 security/integrity/ima/ima_policy.c 	{.action = DONT_APPRAISE, .fsmagic = CGROUP2_SUPER_MAGIC, .flags = IMA_FSMAGIC},
action            158 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = POLICY_CHECK,
action            162 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
action            166 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
action            173 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = MODULE_CHECK,
action            177 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = FIRMWARE_CHECK,
action            181 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = KEXEC_KERNEL_CHECK,
action            185 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = POLICY_CHECK,
action            191 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = MODULE_CHECK,
action            193 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = FIRMWARE_CHECK,
action            195 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = KEXEC_KERNEL_CHECK,
action            197 security/integrity/ima/ima_policy.c 	{.action = APPRAISE, .func = POLICY_CHECK,
action            497 security/integrity/ima/ima_policy.c 	int action = 0, actmask = flags | (flags << 1);
action            505 security/integrity/ima/ima_policy.c 		if (!(entry->action & actmask))
action            511 security/integrity/ima/ima_policy.c 		action |= entry->flags & IMA_ACTION_FLAGS;
action            513 security/integrity/ima/ima_policy.c 		action |= entry->action & IMA_DO_MASK;
action            514 security/integrity/ima/ima_policy.c 		if (entry->action & IMA_APPRAISE) {
action            515 security/integrity/ima/ima_policy.c 			action |= get_subaction(entry, func);
action            516 security/integrity/ima/ima_policy.c 			action &= ~IMA_HASH;
action            518 security/integrity/ima/ima_policy.c 				action |= IMA_FAIL_UNVERIFIABLE_SIGS;
action            522 security/integrity/ima/ima_policy.c 		if (entry->action & IMA_DO_MASK)
action            523 security/integrity/ima/ima_policy.c 			actmask &= ~(entry->action | entry->action << 1);
action            525 security/integrity/ima/ima_policy.c 			actmask &= ~(entry->action | entry->action >> 1);
action            538 security/integrity/ima/ima_policy.c 	return action;
action            552 security/integrity/ima/ima_policy.c 		if (entry->action & IMA_DO_MASK)
action            553 security/integrity/ima/ima_policy.c 			ima_policy_flag |= entry->action;
action            593 security/integrity/ima/ima_policy.c 		if (entries[i].action == APPRAISE) {
action            907 security/integrity/ima/ima_policy.c 	entry->action = UNKNOWN;
action            922 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            925 security/integrity/ima/ima_policy.c 			entry->action = MEASURE;
action            930 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            933 security/integrity/ima/ima_policy.c 			entry->action = DONT_MEASURE;
action            938 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            941 security/integrity/ima/ima_policy.c 			entry->action = APPRAISE;
action            946 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            949 security/integrity/ima/ima_policy.c 			entry->action = DONT_APPRAISE;
action            954 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            957 security/integrity/ima/ima_policy.c 			entry->action = AUDIT;
action            962 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            965 security/integrity/ima/ima_policy.c 			entry->action = HASH;
action            970 security/integrity/ima/ima_policy.c 			if (entry->action != UNKNOWN)
action            973 security/integrity/ima/ima_policy.c 			entry->action = DONT_HASH;
action           1168 security/integrity/ima/ima_policy.c 			if (entry->action != APPRAISE) {
action           1187 security/integrity/ima/ima_policy.c 			if (entry->action != MEASURE) {
action           1202 security/integrity/ima/ima_policy.c 			if (entry->action != MEASURE) {
action           1228 security/integrity/ima/ima_policy.c 	if (!result && (entry->action == UNKNOWN))
action           1230 security/integrity/ima/ima_policy.c 	else if (entry->action == APPRAISE)
action           1383 security/integrity/ima/ima_policy.c 	if (entry->action & MEASURE)
action           1385 security/integrity/ima/ima_policy.c 	if (entry->action & DONT_MEASURE)
action           1387 security/integrity/ima/ima_policy.c 	if (entry->action & APPRAISE)
action           1389 security/integrity/ima/ima_policy.c 	if (entry->action & DONT_APPRAISE)
action           1391 security/integrity/ima/ima_policy.c 	if (entry->action & AUDIT)
action           1393 security/integrity/ima/ima_policy.c 	if (entry->action & HASH)
action           1395 security/integrity/ima/ima_policy.c 	if (entry->action & DONT_HASH)
action           1539 security/integrity/ima/ima_policy.c 		if (entry->action != APPRAISE)
action             56 sound/core/oss/pcm_plugin.h 	int (*action)(struct snd_pcm_plugin *plugin,
action             57 sound/core/oss/pcm_plugin.h 		      enum snd_pcm_plugin_action action,
action            284 sound/core/oss/rate.c 		       enum snd_pcm_plugin_action action,
action            289 sound/core/oss/rate.c 	switch (action) {
action            345 sound/core/oss/rate.c 	plugin->action = rate_action;
action             84 sound/core/pcm_native.c #define DEFINE_PCM_GROUP_LOCK(action, mutex_action) \
action             85 sound/core/pcm_native.c static void snd_pcm_group_ ## action(struct snd_pcm_group *group, bool nonatomic) \
action             90 sound/core/pcm_native.c 		spin_ ## action(&group->lock); \
action             29 sound/firewire/oxfw/oxfw-spkr.c 				  enum control_action action)
action             39 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ) {
action             55 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ)
action             73 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ)
action             87 sound/firewire/oxfw/oxfw-spkr.c 				    enum control_action action)
action             97 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ) {
action            113 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ) {
action            134 sound/firewire/oxfw/oxfw-spkr.c 	if (action == CTL_READ)
action            141 sound/isa/wavefront/wavefront_synth.c 	char *action;
action            359 sound/isa/wavefront/wavefront_synth.c 			       cmd, wfcmd->action, wfcmd->read_cnt,
action            365 sound/isa/wavefront/wavefront_synth.c 						     cmd, wfcmd->action);
action            378 sound/isa/wavefront/wavefront_synth.c 						      i, cmd, wfcmd->action);
action            397 sound/isa/wavefront/wavefront_synth.c 						      i, cmd, wfcmd->action);
action            410 sound/isa/wavefront/wavefront_synth.c 							      wfcmd->action);
action            441 sound/isa/wavefront/wavefront_synth.c 							      wfcmd->action);
action            470 sound/isa/wavefront/wavefront_synth.c 						      cmd, wfcmd->action);
action            482 sound/isa/wavefront/wavefront_synth.c 							cmd, wfcmd->action);
action            488 sound/isa/wavefront/wavefront_synth.c 					cmd, wfcmd->action, ack, err,
action            497 sound/isa/wavefront/wavefront_synth.c 					cmd, wfcmd->action);
action            502 sound/isa/wavefront/wavefront_synth.c 				       cmd, wfcmd->action, wfcmd->read_cnt,
action            820 sound/pci/hda/hda_auto_parser.c static void apply_fixup(struct hda_codec *codec, int id, int action, int depth)
action            830 sound/pci/hda/hda_auto_parser.c 			apply_fixup(codec, fix->chain_id, action, depth + 1);
action            834 sound/pci/hda/hda_auto_parser.c 			if (action != HDA_FIXUP_ACT_PRE_PROBE || !fix->v.pins)
action            841 sound/pci/hda/hda_auto_parser.c 			if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs)
action            852 sound/pci/hda/hda_auto_parser.c 			fix->v.func(codec, fix, action);
action            855 sound/pci/hda/hda_auto_parser.c 			if (action != HDA_FIXUP_ACT_PROBE || !fix->v.pins)
action            877 sound/pci/hda/hda_auto_parser.c void snd_hda_apply_fixup(struct hda_codec *codec, int action)
action            880 sound/pci/hda/hda_auto_parser.c 		apply_fixup(codec, codec->fixup_id, action, 0);
action           4047 sound/pci/hda/hda_generic.c 				   const struct hda_fixup *fix, int action)
action           4050 sound/pci/hda/hda_generic.c 	if (action == HDA_FIXUP_ACT_PROBE)
action           5278 sound/pci/hda/hda_generic.c 				   int action)
action           5282 sound/pci/hda/hda_generic.c 		spec->pcm_playback_hook(hinfo, codec, substream, action);
action           5288 sound/pci/hda/hda_generic.c 				  int action)
action           5292 sound/pci/hda/hda_generic.c 		spec->pcm_capture_hook(hinfo, codec, substream, action);
action            293 sound/pci/hda/hda_generic.h 				  int action);
action            297 sound/pci/hda/hda_generic.h 				 int action);
action            359 sound/pci/hda/hda_generic.h 				   const struct hda_fixup *fix, int action);
action            300 sound/pci/hda/hda_local.h 			     int action);
action            359 sound/pci/hda/hda_local.h void snd_hda_apply_fixup(struct hda_codec *codec, int action);
action              7 sound/pci/hda/hp_x360_helper.c 		const struct hda_fixup *fix, int action)
action             86 sound/pci/hda/hp_x360_helper.c 	switch (action) {
action             89 sound/pci/hda/hp_x360_helper.c 		alc295_fixup_disable_dac3(codec, fix, action);
action            221 sound/pci/hda/patch_analog.c 				     const struct hda_fixup *fix, int action)
action            225 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            235 sound/pci/hda/patch_analog.c 			       const struct hda_fixup *fix, int action)
action            239 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            248 sound/pci/hda/patch_analog.c 				      const struct hda_fixup *fix, int action)
action            252 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            253 sound/pci/hda/patch_analog.c 		ad1986a_fixup_eapd(codec, fix, action);
action            559 sound/pci/hda/patch_analog.c 				 const struct hda_fixup *fix, int action)
action            563 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            573 sound/pci/hda/patch_analog.c 				      const struct hda_fixup *fix, int action)
action            575 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action            964 sound/pci/hda/patch_analog.c 				      const struct hda_fixup *fix, int action)
action            966 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action            988 sound/pci/hda/patch_analog.c 				 const struct hda_fixup *fix, int action)
action            992 sound/pci/hda/patch_analog.c 	switch (action) {
action           1013 sound/pci/hda/patch_analog.c 				  const struct hda_fixup *fix, int action)
action           1017 sound/pci/hda/patch_analog.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            495 sound/pci/hda/patch_cirrus.c 				 const struct hda_fixup *fix, int action)
action            497 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            507 sound/pci/hda/patch_cirrus.c 				 const struct hda_fixup *fix, int action)
action            509 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            651 sound/pci/hda/patch_cirrus.c 			       const struct hda_fixup *fix, int action)
action            653 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            666 sound/pci/hda/patch_cirrus.c 			     const struct hda_fixup *fix, int action)
action            668 sound/pci/hda/patch_cirrus.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action            675 sound/pci/hda/patch_cirrus.c 	snd_hda_apply_fixup(codec, action);
action            680 sound/pci/hda/patch_cirrus.c 				 const struct hda_fixup *fix, int action)
action            688 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            710 sound/pci/hda/patch_cirrus.c 				      const struct hda_fixup *fix, int action)
action            712 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_BUILD) {
action            849 sound/pci/hda/patch_cirrus.c 				 const struct hda_fixup *fix, int action)
action            852 sound/pci/hda/patch_cirrus.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action            224 sound/pci/hda/patch_conexant.c 				  const struct hda_fixup *fix, int action)
action            231 sound/pci/hda/patch_conexant.c 				   const struct hda_fixup *fix, int action)
action            233 sound/pci/hda/patch_conexant.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action            278 sound/pci/hda/patch_conexant.c 				    const struct hda_fixup *fix, int action)
action            282 sound/pci/hda/patch_conexant.c 	switch (action) {
action            299 sound/pci/hda/patch_conexant.c 				    const struct hda_fixup *fix, int action)
action            303 sound/pci/hda/patch_conexant.c 	switch (action) {
action            419 sound/pci/hda/patch_conexant.c 				 int action)
action            426 sound/pci/hda/patch_conexant.c 	switch (action) {
action            531 sound/pci/hda/patch_conexant.c 				    const struct hda_fixup *fix, int action)
action            537 sound/pci/hda/patch_conexant.c 	if (action != HDA_FIXUP_ACT_PROBE)
action            562 sound/pci/hda/patch_conexant.c 				    const struct hda_fixup *fix, int action)
action            566 sound/pci/hda/patch_conexant.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            578 sound/pci/hda/patch_conexant.c 				  const struct hda_fixup *fix, int action)
action            592 sound/pci/hda/patch_conexant.c 				  const struct hda_fixup *fix, int action)
action            603 sound/pci/hda/patch_conexant.c 				       int action)
action            608 sound/pci/hda/patch_conexant.c 	if (action == HDA_FIXUP_ACT_PROBE)
action            653 sound/pci/hda/patch_conexant.c 				const struct hda_fixup *fix, int action)
action            662 sound/pci/hda/patch_conexant.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            257 sound/pci/hda/patch_realtek.c static void alc_fixup_gpio(struct hda_codec *codec, int action,
action            260 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action            265 sound/pci/hda/patch_realtek.c 			    const struct hda_fixup *fix, int action)
action            267 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, 0x01);
action            271 sound/pci/hda/patch_realtek.c 			    const struct hda_fixup *fix, int action)
action            273 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, 0x02);
action            277 sound/pci/hda/patch_realtek.c 			    const struct hda_fixup *fix, int action)
action            279 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, 0x03);
action            283 sound/pci/hda/patch_realtek.c 			    const struct hda_fixup *fix, int action)
action            285 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, 0x04);
action            585 sound/pci/hda/patch_realtek.c 				 const struct hda_fixup *fix, int action)
action            588 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action            595 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action            599 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PROBE) {
action            814 sound/pci/hda/patch_realtek.c 			       const struct hda_fixup *fix, int action)
action           1193 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           1195 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PROBE)
action           1652 sound/pci/hda/patch_realtek.c 				      const struct hda_fixup *fix, int action)
action           1655 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PROBE) {
action           1670 sound/pci/hda/patch_realtek.c 			     const struct hda_fixup *fix, int action)
action           1689 sound/pci/hda/patch_realtek.c 	switch (action) {
action           1698 sound/pci/hda/patch_realtek.c 				   const struct hda_fixup *fix, int action)
action           1701 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           1706 sound/pci/hda/patch_realtek.c 				   const struct hda_fixup *fix, int action)
action           1709 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           1925 sound/pci/hda/patch_realtek.c 			      const struct hda_fixup *fix, int action)
action           1927 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_INIT)
action           1934 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           1939 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio3(codec, fix, action);
action           1947 sound/pci/hda/patch_realtek.c 				   const struct hda_fixup *fix, int action)
action           1949 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           1957 sound/pci/hda/patch_realtek.c 	} else if (action == HDA_FIXUP_ACT_PROBE) {
action           1969 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           1975 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_INIT)
action           2006 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           2010 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_INIT)
action           2016 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           2020 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_INIT)
action           2026 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           2030 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_INIT)
action           2039 sound/pci/hda/patch_realtek.c 				       const struct hda_fixup *fix, int action)
action           2042 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           2049 sound/pci/hda/patch_realtek.c 				 const struct hda_fixup *fix, int action);
action           2055 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           2059 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2084 sound/pci/hda/patch_realtek.c 					 int action)
action           2086 sound/pci/hda/patch_realtek.c 	alc_fixup_dual_codecs(codec, fix, action);
action           2087 sound/pci/hda/patch_realtek.c 	switch (action) {
action           2108 sound/pci/hda/patch_realtek.c 				     int action)
action           2112 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2124 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action);
action           2128 sound/pci/hda/patch_realtek.c 				     int action)
action           2130 sound/pci/hda/patch_realtek.c 	alc1220_fixup_clevo_p950(codec, fix, action);
action           2131 sound/pci/hda/patch_realtek.c 	alc_fixup_headset_mode_no_hp_mic(codec, fix, action);
action           3083 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           3087 sound/pci/hda/patch_realtek.c 	switch (action) {
action           3790 sound/pci/hda/patch_realtek.c 						 const struct hda_fixup *fix, int action)
action           3794 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           3800 sound/pci/hda/patch_realtek.c 						 int action)
action           3812 sound/pci/hda/patch_realtek.c 			       const struct hda_fixup *fix, int action)
action           3814 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_INIT)
action           3819 sound/pci/hda/patch_realtek.c 				       const struct hda_fixup *fix, int action)
action           3823 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           3828 sound/pci/hda/patch_realtek.c 			      const struct hda_fixup *fix, int action)
action           3846 sound/pci/hda/patch_realtek.c 				 const struct hda_fixup *fix, int action)
action           3850 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PROBE)
action           3861 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           3868 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_INIT)
action           3881 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           3884 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PROBE)
action           3937 sound/pci/hda/patch_realtek.c 					   int action)
action           3955 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_INIT)
action           3973 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           3976 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4022 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           4027 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           4050 sound/pci/hda/patch_realtek.c 					  int action, hda_nid_t pin)
action           4054 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4064 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4066 sound/pci/hda/patch_realtek.c 	alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x18);
action           4070 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4072 sound/pci/hda/patch_realtek.c 	alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x19);
action           4076 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4078 sound/pci/hda/patch_realtek.c 	alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1b);
action           4112 sound/pci/hda/patch_realtek.c 				  int action,
action           4118 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, mute_mask | micmute_mask);
action           4120 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           4133 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4135 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
action           4139 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4141 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x04, 0x00);
action           4145 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4147 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x02, 0x20);
action           4168 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4172 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
action           4173 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4186 sound/pci/hda/patch_realtek.c 				   const struct hda_fixup *fix, int action)
action           4190 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
action           4191 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4216 sound/pci/hda/patch_realtek.c 					  int action)
action           4220 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4233 sound/pci/hda/patch_realtek.c 					  int action)
action           4237 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4262 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4266 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4276 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4280 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4290 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4292 sound/pci/hda/patch_realtek.c 	alc285_fixup_hp_mute_led_coefbit(codec, fix, action);
action           4293 sound/pci/hda/patch_realtek.c 	alc285_fixup_hp_coef_micmute_led(codec, fix, action);
action           4297 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4299 sound/pci/hda/patch_realtek.c 	alc236_fixup_hp_mute_led_coefbit(codec, fix, action);
action           4300 sound/pci/hda/patch_realtek.c 	alc236_fixup_hp_coef_micmute_led(codec, fix, action);
action           4354 sound/pci/hda/patch_realtek.c 					     const struct hda_fixup *fix, int action)
action           4358 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
action           4359 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4377 sound/pci/hda/patch_realtek.c 	switch (action) {
action           4388 sound/pci/hda/patch_realtek.c 					     const struct hda_fixup *fix, int action)
action           4392 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
action           4393 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4406 sound/pci/hda/patch_realtek.c 	switch (action) {
action           4418 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           4422 sound/pci/hda/patch_realtek.c 	alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1a);
action           4423 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5326 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5330 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5348 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5350 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5355 sound/pci/hda/patch_realtek.c 		alc_fixup_headset_mode(codec, fix, action);
action           5390 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5392 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5395 sound/pci/hda/patch_realtek.c 	alc_fixup_headset_mode(codec, fix, action);
action           5399 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5401 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5407 sound/pci/hda/patch_realtek.c 		alc_fixup_headset_mode(codec, fix, action);
action           5421 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5423 sound/pci/hda/patch_realtek.c 	alc_fixup_headset_mode(codec, fix, action);
action           5424 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PROBE) {
action           5434 sound/pci/hda/patch_realtek.c 					const struct hda_fixup *fix, int action)
action           5436 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5443 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5445 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5452 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5454 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5463 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           5472 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5481 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           5490 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5493 sound/pci/hda/patch_realtek.c 	} else if (action == HDA_FIXUP_ACT_INIT) {
action           5504 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           5516 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           5532 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5538 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5559 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5563 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5572 sound/pci/hda/patch_realtek.c 		alc_fixup_headset_mode(codec, fix, action);
action           5576 sound/pci/hda/patch_realtek.c 				const struct hda_fixup *fix, int action)
action           5578 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5583 sound/pci/hda/patch_realtek.c 	alc_fixup_headset_mode(codec, fix, action);
action           5610 sound/pci/hda/patch_realtek.c 				    int action)
action           5614 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PROBE) {
action           5626 sound/pci/hda/patch_realtek.c 					     int action)
action           5636 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PROBE)
action           5673 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5677 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5694 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5698 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5720 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5728 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5755 sound/pci/hda/patch_realtek.c 				       const struct hda_fixup *fix, int action)
action           5757 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5768 sound/pci/hda/patch_realtek.c 					const struct hda_fixup *fix, int action)
action           5770 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5785 sound/pci/hda/patch_realtek.c 				      const struct hda_fixup *fix, int action)
action           5787 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5795 sound/pci/hda/patch_realtek.c 					  const struct hda_fixup *fix, int action)
action           5797 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5822 sound/pci/hda/patch_realtek.c 				  int action)
action           5826 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
action           5827 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5837 sound/pci/hda/patch_realtek.c 				   int action)
action           5841 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           5850 sound/pci/hda/patch_realtek.c 					 int action)
action           5852 sound/pci/hda/patch_realtek.c 	alc_fixup_dual_codecs(codec, fix, action);
action           5853 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5873 sound/pci/hda/patch_realtek.c 				      const struct hda_fixup *fix, int action)
action           5875 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           5883 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5891 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           5901 sound/pci/hda/patch_realtek.c 			      const struct hda_fixup *fix, int action)
action           5903 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           5910 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5914 sound/pci/hda/patch_realtek.c 	switch (action) {
action           5934 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           5936 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           5944 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           5946 sound/pci/hda/patch_realtek.c 	alc_fixup_no_shutup(codec, fix, action); /* reduce click noise */
action           5947 sound/pci/hda/patch_realtek.c 	hda_fixup_thinkpad_acpi(codec, fix, action);
action           8435 sound/pci/hda/patch_realtek.c 			const struct hda_fixup *fix, int action)
action           8440 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_INIT)
action           8452 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           8454 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           8570 sound/pci/hda/patch_realtek.c 				  const struct hda_fixup *fix, int action)
action           8572 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           8580 sound/pci/hda/patch_realtek.c 				      const struct hda_fixup *fix, int action)
action           8584 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           8586 sound/pci/hda/patch_realtek.c 	alc_fixup_gpio(codec, action, 0x01);
action           8682 sound/pci/hda/patch_realtek.c 			       const struct hda_fixup *fix, int action)
action           8684 sound/pci/hda/patch_realtek.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           8705 sound/pci/hda/patch_realtek.c 				    const struct hda_fixup *fix, int action)
action           8707 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_BUILD) {
action           8725 sound/pci/hda/patch_realtek.c 				   const struct hda_fixup *fix, int action)
action           8729 sound/pci/hda/patch_realtek.c 	alc_fixup_hp_gpio_led(codec, action, 0x01, 0);
action           8730 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           8751 sound/pci/hda/patch_realtek.c 				     const struct hda_fixup *fix, int action)
action           8754 sound/pci/hda/patch_realtek.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           8779 sound/pci/hda/patch_realtek.c 					const struct hda_fixup *fix, int action)
action           8785 sound/pci/hda/patch_realtek.c 	switch (action) {
action           8802 sound/pci/hda/patch_realtek.c 					     const struct hda_fixup *fix, int action)
action           8812 sound/pci/hda/patch_realtek.c 	switch (action) {
action            243 sound/pci/hda/patch_sigmatel.c 				   int action)
action            246 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay)
action            253 sound/pci/hda/patch_sigmatel.c 				  int action)
action            268 sound/pci/hda/patch_sigmatel.c 	switch (action) {
action           1348 sound/pci/hda/patch_sigmatel.c 				     const struct hda_fixup *fix, int action)
action           1352 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           1776 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           1780 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1796 sound/pci/hda/patch_sigmatel.c 				       const struct hda_fixup *fix, int action)
action           1800 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1810 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           1812 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1821 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           1823 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1832 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           1834 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1843 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           1847 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           1855 sound/pci/hda/patch_sigmatel.c 				     const struct hda_fixup *fix, int action)
action           1857 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           1863 sound/pci/hda/patch_sigmatel.c 				     const struct hda_fixup *fix, int action)
action           1867 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2084 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2088 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2106 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2108 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2116 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2120 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           2125 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2129 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           2134 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2138 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           2148 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2152 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           2159 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           2163 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           2169 sound/pci/hda/patch_sigmatel.c 					    int action)
action           2173 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           2182 sound/pci/hda/patch_sigmatel.c 					    int action)
action           2190 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3043 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           3047 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3055 sound/pci/hda/patch_sigmatel.c 				      const struct hda_fixup *fix, int action)
action           3060 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3078 sound/pci/hda/patch_sigmatel.c 				       const struct hda_fixup *fix, int action)
action           3082 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3088 sound/pci/hda/patch_sigmatel.c 				       const struct hda_fixup *fix, int action)
action           3092 sound/pci/hda/patch_sigmatel.c 	switch (action) {
action           3108 sound/pci/hda/patch_sigmatel.c 				       const struct hda_fixup *fix, int action)
action           3112 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3142 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           3146 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3506 sound/pci/hda/patch_sigmatel.c 					  int action)
action           3508 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3515 sound/pci/hda/patch_sigmatel.c 		snd_hda_apply_fixup(codec, action);
action           3520 sound/pci/hda/patch_sigmatel.c 					  int action)
action           3524 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           3811 sound/pci/hda/patch_sigmatel.c 				     const struct hda_fixup *fix, int action)
action           3814 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           3819 sound/pci/hda/patch_sigmatel.c 			       const struct hda_fixup *fix, int action)
action           3823 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           3831 sound/pci/hda/patch_sigmatel.c 				     const struct hda_fixup *fix, int action)
action           3835 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action           3849 sound/pci/hda/patch_sigmatel.c 				   const struct hda_fixup *fix, int action)
action           3853 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4085 sound/pci/hda/patch_sigmatel.c 			       const struct hda_fixup *fix, int action)
action           4089 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4097 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           4102 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE) {
action           4125 sound/pci/hda/patch_sigmatel.c 				const struct hda_fixup *fix, int action)
action           4129 sound/pci/hda/patch_sigmatel.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action           4214 sound/pci/hda/patch_sigmatel.c 				    const struct hda_fixup *fix, int action)
action           4218 sound/pci/hda/patch_sigmatel.c 	if (action != HDA_FIXUP_ACT_PRE_PROBE)
action             96 sound/pci/hda/patch_via.c 				  int action);
action            369 sound/pci/hda/patch_via.c 				  int action)
action           1008 sound/pci/hda/patch_via.c 				  const struct hda_fixup *fix, int action)
action           1010 sound/pci/hda/patch_via.c 	if (action == HDA_FIXUP_ACT_PRE_PROBE)
action             29 sound/pci/hda/thinkpad_helper.c 				    const struct hda_fixup *fix, int action)
action             33 sound/pci/hda/thinkpad_helper.c 	if (action == HDA_FIXUP_ACT_PROBE) {
action             38 sound/pci/hda/thinkpad_helper.c 		snd_hda_gen_fixup_micmute_led(codec, fix, action);
action             45 sound/pci/hda/thinkpad_helper.c 				    const struct hda_fixup *fix, int action)
action            333 sound/soc/codecs/arizona.h 					    unsigned long action, void *data))
action            248 sound/soc/intel/haswell/sst-haswell-ipc.h 	u32 action;
action            298 sound/soc/soc-jack.c 				    unsigned long action, void *data)
action            303 sound/soc/soc-jack.c 	switch (action) {
action            438 tools/arch/x86/include/uapi/asm/kvm.h 	__u32 action;
action             78 tools/include/uapi/linux/pkt_cls.h 	int			action;
action            110 tools/include/uapi/linux/pkt_cls.h 	int                   action; \
action            176 tools/include/uapi/linux/pkt_sched.h 	int             action;
action            103 tools/lib/bpf/libbpf.c #define CHECK_ERR(action, err, out) do {	\
action            104 tools/lib/bpf/libbpf.c 	err = action;			\
action           1480 tools/perf/util/auxtrace.c 	filt->action   = NULL;
action           1571 tools/perf/util/auxtrace.c 	if (!strcmp(filt->action, "filter")) {
action           1574 tools/perf/util/auxtrace.c 	} else if (!strcmp(filt->action, "start")) {
action           1576 tools/perf/util/auxtrace.c 	} else if (!strcmp(filt->action, "stop")) {
action           1578 tools/perf/util/auxtrace.c 	} else if (!strcmp(filt->action, "tracestop")) {
action           1581 tools/perf/util/auxtrace.c 		filt->action += 5; /* Change 'tracestop' to 'stop' */
action           1638 tools/perf/util/auxtrace.c 	err = parse_num_or_str(&fstr, NULL, &filt->action, " ");
action           2095 tools/perf/util/auxtrace.c 			       filt->action, filt->addr, filt->size, at, fn);
action           2098 tools/perf/util/auxtrace.c 			       filt->action, filt->addr, at, fn);
action            362 tools/perf/util/auxtrace.h 	const char		*action;
action           1566 tools/perf/util/evlist.c 	} action = NONE;
action           1580 tools/perf/util/evlist.c 		action = PAUSE;
action           1591 tools/perf/util/evlist.c 		action = RESUME;
action           1600 tools/perf/util/evlist.c 	switch (action) {
action             37 tools/perf/util/lzma.c 	lzma_action action = LZMA_RUN;
action             76 tools/perf/util/lzma.c 				action = LZMA_FINISH;
action             79 tools/perf/util/lzma.c 		ret = lzma_code(&strm, action);
action            294 tools/power/acpi/tools/acpidump/apmain.c 	struct ap_dump_action *action;
action            316 tools/power/acpi/tools/acpidump/apmain.c 		action = &action_table[i];
action            317 tools/power/acpi/tools/acpidump/apmain.c 		switch (action->to_be_done) {
action            325 tools/power/acpi/tools/acpidump/apmain.c 			status = ap_dump_table_by_address(action->argument);
action            330 tools/power/acpi/tools/acpidump/apmain.c 			status = ap_dump_table_by_name(action->argument);
action            335 tools/power/acpi/tools/acpidump/apmain.c 			status = ap_dump_table_from_file(action->argument);
action            342 tools/power/acpi/tools/acpidump/apmain.c 				action->to_be_done);
action            151 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_lwt_seg6_action)(void *ctx, unsigned int action, void *param,
action            346 tools/testing/selftests/bpf/progs/test_l4lb.c 	int action;
action            362 tools/testing/selftests/bpf/progs/test_l4lb.c 			action = parse_icmpv6(data, data_end, off, &pckt);
action            363 tools/testing/selftests/bpf/progs/test_l4lb.c 			if (action >= 0)
action            364 tools/testing/selftests/bpf/progs/test_l4lb.c 				return action;
action            385 tools/testing/selftests/bpf/progs/test_l4lb.c 			action = parse_icmp(data, data_end, off, &pckt);
action            386 tools/testing/selftests/bpf/progs/test_l4lb.c 			if (action >= 0)
action            387 tools/testing/selftests/bpf/progs/test_l4lb.c 				return action;
action            346 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 	int action;
action            362 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 			action = parse_icmpv6(data, data_end, off, &pckt);
action            363 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 			if (action >= 0)
action            364 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 				return action;
action            385 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 			action = parse_icmp(data, data_end, off, &pckt);
action            386 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 			if (action >= 0)
action            387 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c 				return action;
action            635 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	int action;
action            648 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		action = parse_icmpv6(data, data_end, off, pckt);
action            649 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		if (action >= 0)
action            650 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 			return action;
action            666 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	int action;
action            680 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		action = parse_icmp(data, data_end, off, pckt);
action            681 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		if (action >= 0)
action            682 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 			return action;
action            710 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	int action;
action            713 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		action = process_l3_headers_v6(&pckt, &protocol, off,
action            716 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		action = process_l3_headers_v4(&pckt, &protocol, off,
action            718 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 	if (action >= 0)
action            719 tools/testing/selftests/bpf/progs/test_xdp_noinline.c 		return action;
action             46 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	struct sigaction action;
action             48 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	memset(&action, 0, sizeof(action));
action             49 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	action.sa_sigaction = segv_handler;
action             50 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	action.sa_flags = SA_SIGINFO;
action             51 tools/testing/selftests/powerpc/copyloops/exc_validate.c 	sigaction(SIGSEGV, &action, NULL);
action             94 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	struct sigaction action;
action             96 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	memset(&action, 0, sizeof(action));
action             97 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	action.sa_sigaction = segv_handler;
action             98 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	action.sa_flags = SA_SIGINFO;
action             99 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c 	sigaction(SIGSEGV, &action, NULL);
action           1376 tools/testing/selftests/seccomp/seccomp_bpf.c 	struct sigaction action = {
action           1382 tools/testing/selftests/seccomp/seccomp_bpf.c 	ASSERT_EQ(0, sigaction(SIGUSR1, &action, NULL));
action           1615 tools/testing/selftests/seccomp/seccomp_bpf.c # define EXPECT_SYSCALL_RETURN(val, action)	EXPECT_EQ(-1, action)
action           1617 tools/testing/selftests/seccomp/seccomp_bpf.c # define EXPECT_SYSCALL_RETURN(val, action)		\
action           1621 tools/testing/selftests/seccomp/seccomp_bpf.c 			EXPECT_EQ(-1, action);		\
action           1624 tools/testing/selftests/seccomp/seccomp_bpf.c 			EXPECT_EQ(val, action);		\