Searched refs:action (Results 176 - 200 of 1417) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dlzma.c37 lzma_action action = LZMA_RUN; local
74 action = LZMA_FINISH;
77 ret = lzma_code(&strm, action);
/linux-master/drivers/watchdog/
H A Dwdat_wdt.c22 * @node: Next instruction in action sequence
37 * @instructions: An array of instruction lists indexed by an action number from
114 static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action, argument
119 if (action >= ARRAY_SIZE(wdat->instructions))
122 if (!wdat->instructions[action])
125 dev_dbg(&wdat->pdev->dev, "Running action %#x\n", action);
128 list_for_each_entry(instr, wdat->instructions[action], node) {
377 unsigned int action; local
381 action
[all...]
/linux-master/net/mac80211/
H A Dspectmgmt.c418 skb_put(skb, 1 + sizeof(msr_report->u.action.u.measurement));
419 msr_report->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT;
420 msr_report->u.action.u.measurement.action_code =
422 msr_report->u.action.u.measurement.dialog_token = dialog_token;
424 msr_report->u.action.u.measurement.element_id = WLAN_EID_MEASURE_REPORT;
425 msr_report->u.action.u.measurement.length =
428 memset(&msr_report->u.action.u.measurement.msr_elem, 0,
430 msr_report->u.action.u.measurement.msr_elem.token = request_ie->token;
431 msr_report->u.action.u.measurement.msr_elem.mode |=
433 msr_report->u.action
[all...]
/linux-master/net/netfilter/
H A Dnf_flow_table_inet.c69 .action = nf_flow_rule_route_inet,
79 .action = nf_flow_rule_route_ipv4,
89 .action = nf_flow_rule_route_ipv6,
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c28 __u32 action; member in struct:__kvm_pmu_event_filter
260 .action = KVM_PMU_EVENT_DENY,
276 f.action = KVM_PMU_EVENT_DENY;
286 f.action = KVM_PMU_EVENT_ALLOW;
296 f.action = KVM_PMU_EVENT_DENY;
310 f.action = KVM_PMU_EVENT_ALLOW;
512 .action = KVM_PMU_EVENT_ALLOW,
700 uint32_t flags, uint32_t action)
705 .action = action,
699 set_pmu_single_event_filter(struct kvm_vcpu *vcpu, uint64_t event, uint32_t flags, uint32_t action) argument
776 test_with_fixed_counter_filter(struct kvm_vcpu *vcpu, uint32_t action, uint32_t bitmap) argument
788 test_set_gp_and_fixed_event_filter(struct kvm_vcpu *vcpu, uint32_t action, uint32_t bitmap) argument
[all...]
/linux-master/lib/
H A Dkobject_uevent.c65 enum kobject_action action; local
83 for (action = 0; action < ARRAY_SIZE(kobject_actions); action++) {
84 if (strncmp(kobject_actions[action], buf, count_first) != 0)
86 if (kobject_actions[action][count_first] != '\0')
90 *type = action;
185 * @buf: buffer containing action type and action args, newline is ignored
194 enum kobject_action action; local
458 kobject_uevent_env(struct kobject *kobj, enum kobject_action action, char *envp_ext[]) argument
639 kobject_uevent(struct kobject *kobj, enum kobject_action action) argument
[all...]
/linux-master/net/bridge/
H A Dbr_switchdev.c302 unsigned long action, const void *ctx)
309 err = nb->notifier_call(nb, action, &item);
319 unsigned long action; local
331 action = SWITCHDEV_FDB_ADD_TO_DEVICE;
333 action = SWITCHDEV_FDB_DEL_TO_DEVICE;
338 err = br_switchdev_fdb_replay_one(br, nb, fdb, action, ctx);
394 const void *ctx, unsigned long action,
407 err = nb->notifier_call(nb, action, &obj_info);
414 const void *ctx, unsigned long action,
438 action, extac
300 br_switchdev_fdb_replay_one(struct net_bridge *br, struct notifier_block *nb, const struct net_bridge_fdb_entry *fdb, unsigned long action, const void *ctx) argument
391 br_switchdev_vlan_replay_one(struct notifier_block *nb, struct net_device *dev, struct switchdev_obj_port_vlan *vlan, const void *ctx, unsigned long action, struct netlink_ext_ack *extack) argument
411 br_switchdev_vlan_replay_group(struct notifier_block *nb, struct net_device *dev, struct net_bridge_vlan_group *vg, const void *ctx, unsigned long action, struct netlink_ext_ack *extack) argument
453 unsigned long action; local
578 br_switchdev_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, const struct switchdev_obj_port_mdb *mdb, unsigned long action, const void *ctx, struct netlink_ext_ack *extack) argument
597 br_switchdev_mdb_queue_one(struct list_head *mdb_list, struct net_device *dev, unsigned long action, enum switchdev_obj_id id, const struct net_bridge_mdb_entry *mp, struct net_device *orig_dev) argument
682 unsigned long action; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c1239 tbl->action = 0;
1294 tbl->action = 0;
1343 tbl->action = 0;
1397 if (tbl->action == IWL_LEGACY_SWITCH_ANTENNA2)
1398 tbl->action = IWL_LEGACY_SWITCH_SISO;
1405 if (tbl->action >= IWL_LEGACY_SWITCH_ANTENNA2 &&
1406 tbl->action != IWL_LEGACY_SWITCH_SISO)
1407 tbl->action = IWL_LEGACY_SWITCH_SISO;
1416 tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
1418 tbl->action > IWL_LEGACY_SWITCH_SIS
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c407 static void ct_track_lost_and_found(struct intel_guc_ct *ct, u32 fence, u32 action) argument
420 ct->requests.lost_and_found[lost].action = action;
431 const u32 *action,
467 * dw1: HXG header (including action code)
468 * dw2+: action data
478 GUC_HXG_REQUEST_MSG_0_DATA0, action[0]);
481 tail, 4, &header, 4, &hxg, 4 * (len - 1), &action[1]);
490 cmds[tail] = action[i];
497 FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, action[
430 ct_write(struct intel_guc_ct *ct, const u32 *action, u32 len , u32 fence, u32 flags) argument
680 ct_send_nb(struct intel_guc_ct *ct, const u32 *action, u32 len, u32 flags) argument
711 ct_send(struct intel_guc_ct *ct, const u32 *action, u32 len, u32 *response_buf, u32 response_buf_size, u32 *status) argument
834 intel_guc_ct_send(struct intel_guc_ct *ct, const u32 *action, u32 len, u32 *response_buf, u32 response_buf_size, u32 flags) argument
1112 u32 hxg_len, action, len; local
1215 u32 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c36 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
40 switch (action) {
54 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
307 enum bp_pipe_control_action action)
311 switch (action) {
322 BREAK_TO_DEBUGGER(); /* Unhandle action in driver! */
306 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh114 flower action vlan modify id 65
116 flower action vlan modify id 85
141 flower action vlan modify id 85
143 flower action vlan modify id 65
H A Drouter_multicast.sh241 dst_ip 225.1.2.3 action drop
243 dst_ip 225.1.2.3 action drop
281 dst_ip ff0e::3 action drop
283 dst_ip ff0e::3 action drop
324 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
326 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
328 dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action drop
330 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass
369 dst_ip ff0e::3 ip_proto udp dst_port 12345 action drop
371 dst_ip ff0e::3 ip_proto udp dst_port 12345 action dro
[all...]
/linux-master/drivers/hid/
H A Dhid-roccat-arvo.h65 uint8_t action; member in struct:arvo_roccat_report
/linux-master/arch/sparc/include/uapi/asm/
H A Doradax.h25 __u16 action; /* action taken to kill ccb */ member in struct:ccb_kill_result
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper_dce112.c257 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
261 switch (action) {
275 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
283 enum bp_pipe_control_action action)
287 switch (action) {
298 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
322 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
348 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
282 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
H A Dcommand_table_helper2_dce112.c257 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
261 switch (action) {
275 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
283 enum bp_pipe_control_action action)
287 switch (action) {
298 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
322 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
348 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
282 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c255 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
259 switch (action) {
273 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
281 enum bp_pipe_control_action action)
285 switch (action) {
296 ASSERT_CRITICAL(false); /* Unhandle action in driver! */
280 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c97 static void ip27_send_ipi_single(int destid, unsigned int action) argument
101 switch (action) {
121 static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
126 ip27_send_ipi_single(i, action);
/linux-master/drivers/s390/char/
H A Dsclp_pci.c38 u8 action; member in struct:err_notify_evbuf
115 switch (report->action) {
168 sccb->evbuf.action = report->action;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_acl_drops.sh99 flower src_mac $h1mac action pass
102 flower dst_ip 192.0.2.2 action drop
124 flower src_mac $h1mac action pass
127 flower dst_ip 192.0.2.2 action drop
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c36 static uint8_t encoder_action_to_atom(enum bp_encoder_control_action action) argument
40 switch (action) {
54 BREAK_TO_DEBUGGER(); /* Unhandle action in driver.!! */
307 enum bp_pipe_control_action action)
311 switch (action) {
322 BREAK_TO_DEBUGGER(); /* Unhandle action in driver! */
306 disp_power_gating_action_to_atom( enum bp_pipe_control_action action) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h31 f->rule->action.num_entries : 0)
35 f->rule->action.num_entries : 0);
38 f->rule->action.entries,
39 f->rule->action.num_entries);
/linux-master/arch/arm/probes/
H A Ddecode.h130 * {.action = _handler},
136 * description of the action performed when that entry is matched to an
144 * action functions, and the retrieved decoder function is invoked
149 * indexing into the action array using the value of 'handler'. This
155 * indexing into the action array using the value of 'handler'. This
166 * logically ORed. Once an 'or' entry is matched the decoding action to
224 * the indicated slot in the action array), in order to simulate the instruction.
273 int action; member in union:decode_item
327 {.action = (_decoder)}
337 {.action
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c29 * - Setting command ID, action and proper size
41 cmd->params.rssi_info.action = cpu_to_le16(cmd_action);
62 * - Setting command ID, action and proper size
67 u16 cmd_action, u32 *action)
80 mac_ctrl->action = cpu_to_le32(*action);
89 * - Setting command ID, action and proper size
153 * - Setting command ID, action and proper size
169 rate_cfg->action = cpu_to_le16(cmd_action);
225 * - Setting command ID, action an
65 mwifiex_cmd_mac_control(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 cmd_action, u32 *action) argument
1228 mwifiex_cmd_pcie_host_spec(struct mwifiex_private *priv, struct host_cmd_ds_command *cmd, u16 action) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred_nic.c43 attr->action |= MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;

Completed in 214 milliseconds

1234567891011>>