Searched refs:action (Results 26 - 50 of 1443) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c20 u32 action)
27 cmd->action = cpu_to_le32(action);
89 IWL_ERR(mvm, "Failed to send MAC_CONFIG_CMD (action:%d): %d\n",
90 le32_to_cpu(cmd->action), ret);
96 u32 action, bool force_assoc_off)
104 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
161 u32 action)
167 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
180 u32 action)
17 iwl_mvm_mld_mac_ctxt_cmd_common(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_mac_config_cmd *cmd, u32 action) argument
94 iwl_mvm_mld_mac_ctxt_cmd_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action, bool force_assoc_off) argument
159 iwl_mvm_mld_mac_ctxt_cmd_listener(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action) argument
178 iwl_mvm_mld_mac_ctxt_cmd_ibss(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action) argument
195 iwl_mvm_mld_mac_ctxt_cmd_p2p_device(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action) argument
217 iwl_mvm_mld_mac_ctxt_cmd_ap_go(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action) argument
237 iwl_mvm_mld_mac_ctx_send(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 action, bool force_assoc_off) argument
[all...]
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c67 static void bcm1480_send_ipi_single(int cpu, unsigned int action) argument
69 __raw_writeq((((u64)action)<< 48), mailbox_0_set_regs[cpu]);
73 unsigned int action)
78 bcm1480_send_ipi_single(i, action);
162 unsigned int action; local
166 action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
169 __raw_writeq(((u64)action)<<48, mailbox_0_clear_regs[cpu]);
171 if (action & SMP_RESCHEDULE_YOURSELF)
174 if (action & SMP_CALL_FUNCTION) {
72 bcm1480_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c56 static void sb1250_send_ipi_single(int cpu, unsigned int action) argument
58 __raw_writeq((((u64)action) << 48), mailbox_set_regs[cpu]);
62 unsigned int action)
67 sb1250_send_ipi_single(i, action);
151 unsigned int action; local
155 action = (____raw_readq(mailbox_regs[cpu]) >> 48) & 0xffff;
158 ____raw_writeq(((u64)action) << 48, mailbox_clear_regs[cpu]);
160 if (action & SMP_RESCHEDULE_YOURSELF)
163 if (action & SMP_CALL_FUNCTION) {
61 sb1250_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
/linux-master/kernel/irq/
H A Dmanage.c192 struct irqaction *action; local
194 for_each_action_of_desc(desc, action) {
195 if (action->thread) {
196 set_bit(IRQTF_AFFINITY, &action->thread_flags);
197 wake_up_process(action->thread);
199 if (action->secondary && action->secondary->thread) {
200 set_bit(IRQTF_AFFINITY, &action->secondary->thread_flags);
201 wake_up_process(action->secondary->thread);
954 if (!desc->action ||
1064 irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) argument
1102 irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) argument
1105 irq_wait_for_interrupt(struct irq_desc *desc, struct irqaction *action) argument
1137 irq_finalize_oneshot(struct irq_desc *desc, struct irqaction *action) argument
1194 irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action) argument
1217 irq_thread_fn(struct irq_desc *desc, struct irqaction *action) argument
1240 struct irqaction *action; local
1263 irq_wake_secondary(struct irq_desc *desc, struct irqaction *action) argument
1278 irq_thread_set_ready(struct irq_desc *desc, struct irqaction *action) argument
1289 wake_up_and_wait_for_irq_thread_ready(struct irq_desc *desc, struct irqaction *action) argument
1306 struct irqaction *action = data; local
1353 struct irqaction *action; local
1885 struct irqaction *action, **action_ptr; local
2034 struct irqaction *action; local
2155 struct irqaction *action; local
2312 struct irqaction *action; local
2468 struct irqaction *action; local
2609 struct irqaction *action; local
2674 struct irqaction *action; local
[all...]
H A Dpm.c30 * Called from __setup_irq() with desc->lock held after @action has
31 * been installed in the action chain.
33 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) argument
37 if (action->flags & IRQF_FORCE_RESUME)
43 if (action->flags & IRQF_NO_SUSPEND)
45 else if (action->flags & IRQF_COND_SUSPEND)
54 * Called from __free_irq() with desc->lock held after @action has
55 * been removed from the action chain.
57 void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) argument
61 if (action
[all...]
H A Ddebug.h24 printk("->action(): %p\n", desc->action);
25 if (desc->action) {
26 printk("->action->handler(): %p, %pS\n",
27 desc->action->handler, desc->action->handler);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_mpls_l2vpn.sh84 action mpls mac_push label 102 \
85 action vlan push_eth dst_mac $mpls2mac src_mac $mpls1mac \
86 action mirred egress redirect dev $mpls1
93 action vlan pop_eth \
94 action mpls pop protocol teb \
95 action mirred egress redirect dev $edge1
113 action mpls mac_push label 101 \
114 action vlan push_eth dst_mac $mpls1mac src_mac $mpls2mac \
115 action mirred egress redirect dev $mpls2
122 action vla
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dcsum.c10 u32 action,
18 if (!(action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)) {
20 "TC csum action is only offloaded with pedit");
22 "TC csum action is only offloaded with pedit\n");
28 "can't offload TC csum action for some header/s");
30 "can't offload TC csum action for some header/s - flags %#x\n",
46 return csum_offload_supported(flow->priv, attr->action,
9 csum_offload_supported(struct mlx5e_priv *priv, u32 action, u32 update_flags, struct netlink_ext_ack *extack) argument
H A Dvlan.c12 u32 *action, struct netlink_ext_ack *extack)
18 mlx5e_get_match_headers_value(*action,
22 mlx5e_get_match_headers_criteria(*action,
28 &prio_tag_act, parse_attr, action,
36 u32 *action,
55 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP_2;
57 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_POP;
67 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2;
69 *action |= MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH;
82 NL_SET_ERR_MSG_MOD(extack, "Unexpected action i
10 add_vlan_prio_tag_rewrite_action(struct mlx5e_priv *priv, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action, struct netlink_ext_ack *extack) argument
33 parse_tc_vlan_action(struct mlx5e_priv *priv, const struct flow_action_entry *act, struct mlx5_esw_flow_attr *attr, u32 *action, struct netlink_ext_ack *extack, struct mlx5e_tc_act_parse_state *parse_state) argument
[all...]
H A Dtrap.c14 attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
H A Dvlan_mangle.c15 u32 *action, struct netlink_ext_ack *extack)
30 headers_c = mlx5e_get_match_headers_criteria(*action, &parse_attr->spec);
31 headers_v = mlx5e_get_match_headers_value(*action, &parse_attr->spec);
35 NL_SET_ERR_MSG_MOD(extack, "VLAN rewrite action must have VLAN protocol match");
48 *action |= MLX5_FLOW_CONTEXT_ACTION_MOD_HDR;
64 &attr->action, parse_state->extack);
12 mlx5e_tc_act_vlan_add_rewrite_action(struct mlx5e_priv *priv, int namespace, const struct flow_action_entry *act, struct mlx5e_tc_flow_parse_attr *parse_attr, u32 *action, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c29 struct flow_action_entry *action,
34 entry->type = action->id;
41 struct flow_action_entry *action)
43 entry->mirror.port = netdev_priv(action->dev);
52 struct flow_action_entry *action; local
56 if (!flow_offload_has_one_action(&tmo->rule->action)) {
58 "Only one action per filter is supported");
61 action = &tmo->rule->action.entries[0];
69 action,
27 sparx5_tc_matchall_parse_action(struct sparx5_port *port, struct sparx5_mall_entry *entry, struct flow_action_entry *action, bool ingress, unsigned long cookie) argument
40 sparx5_tc_matchall_parse_mirror_action(struct sparx5_mall_entry *entry, struct flow_action_entry *action) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c94 struct sigaction action; local
96 memset(&action, 0, sizeof(action));
97 action.sa_sigaction = segv_handler;
98 action.sa_flags = SA_SIGINFO;
99 sigaction(SIGSEGV, &action, NULL);
/linux-master/net/netfilter/
H A Dnf_nat_ovs.c11 enum ip_conntrack_info ctinfo, int *action,
56 /* Initialize according to the NAT action. */
80 *action |= BIT(maniptype);
86 enum ip_conntrack_info ctinfo, int *action,
90 int err, ct_action = *action;
92 *action = 0;
119 err = nf_ct_nat_execute(skb, ct, ctinfo, action, range, maniptype);
127 err = nf_ct_nat_execute(skb, ct, ctinfo, action, range,
130 err = nf_ct_nat_execute(skb, ct, ctinfo, action, NULL,
10 nf_ct_nat_execute(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, int *action, const struct nf_nat_range2 *range, enum nf_nat_manip_type maniptype) argument
85 nf_ct_nat(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, int *action, const struct nf_nat_range2 *range, bool commit) argument
/linux-master/tools/net/ynl/
H A Dcli.py35 parser.add_argument('--no-schema', action='store_true')
40 group.add_argument('--multi', dest='multi', nargs=2, action='append',
43 group.add_argument('--list-ops', action='store_true')
44 group.add_argument('--list-msgs', action='store_true')
48 parser.add_argument('--replace', dest='flags', action='append_const',
50 parser.add_argument('--excl', dest='flags', action='append_const',
52 parser.add_argument('--create', dest='flags', action='append_const',
54 parser.add_argument('--append', dest='flags', action='append_const',
56 parser.add_argument('--process-unknown', action=argparse.BooleanOptionalAction)
57 parser.add_argument('--output-json', action
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c34 struct mlx5dr_action *action = NULL; local
40 action = mlx5dr_action_create_dest_table(next_tbl);
41 if (!action)
45 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action);
46 if (err && action) {
47 err = mlx5dr_action_destroy(action);
50 "Failed to destroy action (%d)\n", err);
51 action = NULL;
53 ft->fs_dr_table.miss_action = action;
57 mlx5_core_err(ns->dev, "Failed to destroy action (
110 struct mlx5dr_action *action = ft->fs_dr_table.miss_action; local
641 struct mlx5dr_action *action; local
697 struct mlx5dr_action *action; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c223 * @action: filter action
227 const u8 *mac, enum ice_sw_fwd_act_type action)
234 info.fltr_act = action;
274 * @action: filter action
279 enum ice_sw_fwd_act_type action)
285 info.fltr_act = action;
302 * @action: action t
226 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list, const u8 *mac, enum ice_sw_fwd_act_type action) argument
277 ice_fltr_add_eth_to_list(struct ice_vsi *vsi, struct list_head *list, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action) argument
306 ice_fltr_prepare_mac(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action, int (*mac_action)(struct ice_vsi *, struct list_head *)) argument
331 ice_fltr_prepare_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action, int(*mac_action) (struct ice_vsi *, struct list_head *)) argument
382 ice_fltr_prepare_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action, int (*eth_action)(struct ice_vsi *, struct list_head *)) argument
403 ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) argument
416 ice_fltr_add_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) argument
429 ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) argument
462 ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action) argument
476 ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action) argument
[all...]
/linux-master/include/misc/
H A Daltera.h17 u8 *action; member in struct:altera_config
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dpriv.h11 u32 action; member in struct:nvkm_mxm
/linux-master/include/kunit/
H A Dattributes.h48 struct kunit_attr_filter filter, char *action, int *err);
/linux-master/net/mac80211/tests/
H A Dmfp.c19 u8 action; member in struct:mfp_test_case
22 /* regular public action */
24 .desc = "public action: accept unicast from unknown peer",
27 .action = WLAN_PUB_ACTION_DSE_ENABLEMENT,
32 .desc = "public action: accept multicast from unknown peer",
35 .action = WLAN_PUB_ACTION_DSE_ENABLEMENT,
40 .desc = "public action: accept unicast without MFP",
43 .action = WLAN_PUB_ACTION_DSE_ENABLEMENT,
49 .desc = "public action: accept multicast without MFP",
52 .action
[all...]
/linux-master/arch/mips/dec/
H A Dkn02xa-berr.c58 int action = MIPS_BE_FATAL; local
80 action = MIPS_BE_FIXUP;
82 if (action != MIPS_BE_FIXUP)
86 if (action != MIPS_BE_FIXUP && address < 0x10000000)
95 return action;
106 int action = dec_kn02xa_be_backend(regs, 0, 1); local
108 if (action == MIPS_BE_DISCARD)
/linux-master/tools/power/acpi/tools/acpidump/
H A Dapmain.c90 * PARAMETERS: argument - Pointer to the argument for this action
91 * to_be_done - What to do to process this action
95 * DESCRIPTION: Add an action item to the action table
102 /* Insert action and check for table overflow */
126 * and dumping tables are deferred via the action table.
294 struct ap_dump_action *action; local
316 action = &action_table[i];
317 switch (action->to_be_done) {
325 status = ap_dump_table_by_address(action
[all...]
/linux-master/lib/kunit/
H A Dresource.c95 int kunit_add_action(struct kunit *test, void (*action)(void *), void *ctx)
99 KUNIT_ASSERT_NOT_NULL_MSG(test, action, "Tried to action a NULL function!");
105 action_ctx->func = action;
116 int kunit_add_action_or_reset(struct kunit *test, void (*action)(void *),
119 int res = kunit_add_action(test, action, ctx);
122 action(ctx);
142 kunit_action_t *action,
148 match_ctx.func = action;
153 /* Remove the free function so we don't run the action
141 kunit_remove_action(struct kunit *test, kunit_action_t *action, void *ctx) argument
161 kunit_release_action(struct kunit *test, kunit_action_t *action, void *ctx) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt_walk.c79 enum page_walk_action action; local
90 action = ACTION_SUBTREE;
93 &child, &action, walk);
98 if (unlikely(action == ACTION_AGAIN))
101 if (likely(!level || !child || action == ACTION_CONTINUE))
108 next, &child, &action, walk);
143 enum page_walk_action action = ACTION_SUBTREE; local
149 &child, &action, walk);
151 if (err || action != ACTION_SUBTREE)
157 &child, &action, wal
[all...]

Completed in 433 milliseconds

1234567891011>>