Searched refs:action (Results 226 - 250 of 1443) sorted by relevance

1234567891011>>

/linux-master/net/mac80211/
H A Dagg-rx.c24 * %IEEE80211_AMPDU_RX_START action, and may reject the request
34 * with the action %IEEE80211_AMPDU_RX_STOP. In this case, the
65 .action = IEEE80211_AMPDU_RX_STOP,
225 skb_put(skb, 1 + sizeof(mgmt->u.action.u.addba_resp));
226 mgmt->u.action.category = WLAN_CATEGORY_BACK;
227 mgmt->u.action.u.addba_resp.action_code = WLAN_ACTION_ADDBA_RESP;
228 mgmt->u.action.u.addba_resp.dialog_token = dialog_token;
235 mgmt->u.action.u.addba_resp.capab = cpu_to_le16(capab);
236 mgmt->u.action.u.addba_resp.timeout = cpu_to_le16(timeout);
237 mgmt->u.action
[all...]
H A Dht.c485 skb_put(skb, 1 + sizeof(mgmt->u.action.u.delba));
487 mgmt->u.action.category = WLAN_CATEGORY_BACK;
488 mgmt->u.action.u.delba.action_code = WLAN_ACTION_DELBA;
492 mgmt->u.action.u.delba.params = cpu_to_le16(params);
493 mgmt->u.action.u.delba.reason_code = cpu_to_le16(reason_code);
505 params = le16_to_cpu(mgmt->u.action.u.delba.params);
512 le16_to_cpu(mgmt->u.action.u.delba.reason_code));
546 /* 27 = header + category + action + smps mode */
558 action_frame->u.action.category = WLAN_CATEGORY_HT;
559 action_frame->u.action
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_police.sh4 # Test tc-police action.
134 action drop
160 action police rate 10mbit burst 16k conform-exceed drop/ok
172 action police rate 10mbit burst 16k conform-exceed drop/ok
209 action drop
214 action police rate 10mbit burst 16k conform-exceed drop/ok \
221 action police index 10
243 action drop
248 action drop
253 action polic
[all...]
H A Dpedit_dsfield.sh5 # egress of $swp2, the traffic is acted upon by a pedit action. An ingress
159 flower action pedit ex munge $pedit_action
161 flower skip_hw $match_flower action pass
231 flower action pedit ex munge ip dsfield set 124 retain 0xfc \
232 action pedit ex munge ip dsfield set 1 retain 0x03
234 flower skip_hw ip_tos 125 action pass
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c364 policy->h2g.header.action =
439 u32 action[MAX_MLRC_REG_SIZE]; local
445 action[len++] = XE_GUC_ACTION_REGISTER_CONTEXT_MULTI_LRC;
446 action[len++] = info->flags;
447 action[len++] = info->context_idx;
448 action[len++] = info->engine_class;
449 action[len++] = info->engine_submit_mask;
450 action[len++] = info->wq_desc_lo;
451 action[len++] = info->wq_desc_hi;
452 action[le
475 u32 action[] = { local
650 u32 action[3]; local
1545 u32 action[] = { local
[all...]
/linux-master/arch/x86/kernel/
H A Dnmi.c115 static void nmi_check_duration(struct nmiaction *action, u64 duration) argument
119 if (duration < nmi_longest_ns || duration < action->max_duration)
122 action->max_duration = duration;
129 action->handler, duration, decimal_msecs);
166 int __register_nmi_handler(unsigned int type, struct nmiaction *action) argument
171 if (WARN_ON_ONCE(!action->handler || !list_empty(&action->list)))
187 if (action->flags & NMI_FLAG_FIRST)
188 list_add_rcu(&action->list, &desc->head);
190 list_add_tail_rcu(&action
[all...]
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c312 static void alc_fixup_gpio(struct hda_codec *codec, int action, argument
315 if (action == HDA_FIXUP_ACT_PRE_PROBE)
320 const struct hda_fixup *fix, int action)
322 alc_fixup_gpio(codec, action, 0x01);
326 const struct hda_fixup *fix, int action)
328 alc_fixup_gpio(codec, action, 0x02);
332 const struct hda_fixup *fix, int action)
334 alc_fixup_gpio(codec, action, 0x03);
338 const struct hda_fixup *fix, int action)
340 alc_fixup_gpio(codec, action,
319 alc_fixup_gpio1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
325 alc_fixup_gpio2(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
331 alc_fixup_gpio3(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
337 alc_fixup_gpio4(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
343 alc_fixup_micmute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
657 alc_fixup_sku_ignore(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
667 alc_fixup_no_depop_delay(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
886 alc_fixup_inv_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1252 alc880_fixup_vol_knob(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1711 alc260_fixup_gpio1_toggle(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1729 alc260_fixup_kn1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1757 alc260_fixup_fsc_s7020(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1765 alc260_fixup_fsc_s7020_jwse(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1990 alc889_fixup_coef(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1999 alc885_fixup_macpro_gpio(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2012 alc889_fixup_dac_route(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2034 alc889_fixup_mbp_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2071 alc889_fixup_imac91_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2081 alc889_fixup_mba11_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2091 alc889_fixup_mba21_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2104 alc882_fixup_no_primary_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2120 alc_fixup_dual_codecs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2148 alc1220_fixup_gb_dual_codecs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2172 alc1220_fixup_gb_x570(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2196 alc1220_fixup_clevo_p950(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2216 alc1220_fixup_clevo_pb51ed(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
2239 alc887_fixup_asus_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
3304 alc_fixup_headset_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4084 alc269_fixup_pincfg_no_hp_to_lineout(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4093 alc269_fixup_pincfg_U7x7_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4106 alc269_fixup_hweq(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4113 alc269_fixup_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4122 alc271_fixup_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4141 alc269vb_fixup_aspire_e1_coef(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4149 alc269_fixup_pcm_44k(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4164 alc269_fixup_stereo_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4184 alc269_fixup_quanta_mute(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4239 alc298_fixup_huawei_mbx_stereo(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4276 alc269_fixup_x101_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4334 alc269_fixup_hp_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4360 alc269_fixup_hp_mute_led_micx(struct hda_codec *codec, const struct hda_fixup *fix, int action, hda_nid_t pin) argument
4374 alc269_fixup_hp_mute_led_mic1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4380 alc269_fixup_hp_mute_led_mic2(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4386 alc269_fixup_hp_mute_led_mic3(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4426 alc_fixup_hp_gpio_led(struct hda_codec *codec, int action, unsigned int mute_mask, unsigned int micmute_mask) argument
4447 alc236_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4453 alc269_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4459 alc285_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4465 alc286_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4471 alc287_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4477 alc245_fixup_hp_gpio_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4499 alc269_fixup_hp_gpio_mic1_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4517 alc280_fixup_hp_gpio4(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4533 alc245_fixup_hp_x360_amp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4553 alc274_hp_envy_pcm_hook(struct hda_pcm_stream *hinfo, struct hda_codec *codec, struct snd_pcm_substream *substream, int action) argument
4568 alc274_fixup_hp_envy_gpio(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4604 alc285_fixup_hp_mute_led_coefbit(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4620 alc236_fixup_hp_mute_led_coefbit(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4636 alc236_fixup_hp_mute_led_coefbit2(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4651 alc245_fixup_hp_mute_led_coefbit(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4679 alc285_fixup_hp_coef_micmute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4693 alc285_fixup_hp_gpio_micmute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4703 alc236_fixup_hp_coef_micmute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4717 alc285_fixup_hp_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4724 alc285_fixup_hp_spectre_x360_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4731 alc236_fixup_hp_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4738 alc236_fixup_hp_micmute_led_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4750 alc236_fixup_hp_mute_led_micmute_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4770 alc298_fixup_samsung_amp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4849 alc280_fixup_hp_gpio2_mic_hotkey(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4883 alc233_fixup_lenovo_line2_mic_hotkey(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
4913 alc269_fixup_hp_line1_mic1_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5845 alc_fixup_headset_mode(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5867 alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5911 alc_fixup_headset_mode_alc255(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5920 alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5942 alc_fixup_headset_mode_dell_alc288(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5955 alc_fixup_auto_mute_via_amp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5964 alc_fixup_no_shutup(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5973 alc_fixup_disable_aamix(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
5984 alc_fixup_tpt440_dock(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6001 alc_fixup_tpt470_dock(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6024 alc_fixup_tpt470_dacs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6041 alc295_fixup_asus_dacs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6064 alc_fixup_dell_xps13(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6091 alc_fixup_headset_mode_alc662(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6108 alc_fixup_headset_mode_alc668(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6141 alc271_hp_gate_mic_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6157 alc269_fixup_limit_int_mic_boost(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6205 alc283_fixup_chromebook(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6226 alc283_fixup_sense_combo_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6252 alc282_fixup_asus_tx300(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6287 alc290_fixup_mono_speakers(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6300 alc298_fixup_speaker_volume(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6317 alc295_fixup_disable_dac3(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6327 alc285_fixup_speaker2_to_dac1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6354 alc280_fixup_hp_9480m(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6369 alc275_fixup_gpio4_off(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6388 alc285_fixup_thinkpad_x1_gen7(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6415 alc233_alc662_fixup_lenovo_dual_codecs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6439 alc225_fixup_s3_pop_noise(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6449 alc274_fixup_bind_dacs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6467 alc289_fixup_asus_ga401(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6482 alc285_fixup_invalidate_dacs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6515 alc295_fixup_chromebook(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6530 alc256_fixup_chromebook(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6544 alc_fixup_disable_mic_vref(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6564 alc294_fixup_gx502_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6597 alc294_fixup_gu502_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6614 alc285_fixup_hp_gpio_amp_init(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6624 alc274_fixup_hp_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6634 alc_fixup_no_int_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6654 alc285_fixup_hp_spectre_x360_eb1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6689 alc285_fixup_hp_spectre_x360(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6707 alc285_fixup_hp_envy_x360(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6764 alc_fixup_thinkpad_acpi(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6772 alc287_fixup_legion_15imhg05_speakers(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6825 comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, struct snd_pcm_substream *sub, int action) argument
6833 comp_generic_fixup(struct hda_codec *cdc, int action, const char *bus, const char *hid, const char *match_str, int count) argument
6854 cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6859 cs35l41_fixup_i2c_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6864 cs35l41_fixup_spi_two(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6869 cs35l41_fixup_spi_four(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6874 alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6880 alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6886 cs35l56_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6891 cs35l56_fixup_i2c_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6896 cs35l56_fixup_spi_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6901 cs35l56_fixup_spi_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6906 alc285_fixup_asus_ga403u(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6918 tas2781_fixup_i2c(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6924 yoga7_14arb7_fixup_i2c(struct hda_codec *cdc, const struct hda_fixup *fix, int action) argument
6930 alc256_fixup_acer_sfg16_micmute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6950 alc256_fixup_set_coef_defaults(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6972 alc233_fixup_no_audio_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
6986 alc256_fixup_mic_no_presence_and_resume(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7003 alc256_decrease_headphone_amp_val(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7022 alc_fixup_dell4_mic_no_presence_quiet(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7057 alc287_fixup_yoga9_14iap7_bass_spk_pin(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7094 alc295_fixup_dell_inspiron_top_speakers(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7123 alc287_fixup_bind_dacs(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7144 alc_fixup_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7162 alc245_fixup_hp_spectre_x360_eu0xxx(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7197 alc287_alc1318_playback_pcm_hook(struct hda_pcm_stream *hinfo, struct hda_codec *codec, struct snd_pcm_substream *substream, int action) argument
7221 alc287_fixup_lenovo_thinkpad_with_alc1318(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7529 alc298_fixup_lenovo_c940_duet7(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7549 alc287_fixup_lenovo_14irp8_duetitl(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
7566 alc287_fixup_lenovo_legion_7(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11526 alc861_fixup_asus_amp_vref_0f(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11543 alc_fixup_no_jack_detect(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11658 alc861vd_fixup_dallas(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11668 alc660vd_fixup_asus_gpio1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11770 alc272_fixup_mario(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11793 alc_fixup_bass_chmap(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11813 alc662_fixup_led_gpio1(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11839 alc662_fixup_usi_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11867 alc662_fixup_aspire_ethos_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11890 alc671_fixup_hp_headset_mic2(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11924 alc897_fixup_lenovo_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
11937 alc897_fixup_lenovo_headset_mode(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_sample.sh233 skip_sw action sample rate 32 group 1
264 skip_sw action sample rate $((35 * 10 ** 8)) group 1
270 skip_sw action sample rate $((35 * 10 ** 8 + 1)) \
285 skip_sw action sample rate 1024 group 1
289 skip_sw action sample rate 1024 group 1 &> /dev/null
298 skip_sw action sample rate 1024 group 1
314 skip_sw action sample rate 1024 group 1
318 skip_sw action sample rate 1024 group 2 &> /dev/null
333 skip_sw action sample rate 5 group 1
359 skip_sw action sampl
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c33 enum xdp_action action; member in struct:env::__anon3728
90 env.feature.action = XDP_PASS;
94 env.feature.action = XDP_DROP;
97 env.feature.action = XDP_ABORTED;
100 env.feature.action = XDP_TX;
103 env.feature.action = XDP_REDIRECT;
115 switch (env.feature.action) {
213 env.feature.action = -EINVAL;
280 enum xdp_action action = env.feature.action; local
[all...]
/linux-master/arch/loongarch/kernel/
H A Dsmp.c176 u32 action; local
179 action = iocsr_read32(LOONGARCH_IOCSR_IPI_STATUS);
181 iocsr_write32(action, LOONGARCH_IOCSR_IPI_CLEAR);
184 return action;
187 static void ipi_write_action(int cpu, u32 action) argument
191 val = IOCSR_IPI_SEND_BLOCKING | action;
196 static void loongson_send_ipi_single(int cpu, unsigned int action) argument
198 ipi_write_action(cpu_logical_map(cpu), (u32)action);
201 static void loongson_send_ipi_mask(const struct cpumask *mask, unsigned int action) argument
206 ipi_write_action(cpu_logical_map(i), (u32)action);
222 unsigned int action; local
[all...]
/linux-master/net/sched/
H A Dact_skbmod.c30 int action, max_edit_len, err; local
37 action = READ_ONCE(d->tcf_action);
38 if (unlikely(action == TC_ACT_SHOT))
88 return action;
183 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
199 /* Protected by tcf_lock if overwriting existing action. */
200 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
252 opt.action = d->tcf_action;
H A Dact_bpf.c42 int action, filter_res; local
62 /* A BPF program may overwrite the default action opcode.
64 * default action specified from tc.
77 action = filter_res;
80 action = filter_res;
84 action = prog->tcf_action;
87 action = TC_ACT_UNSPEC;
91 return action;
152 opt.action = prog->tcf_action;
331 ret = tcf_action_check_ctrlact(parm->action, t
[all...]
H A Dact_simple.c3 * net/sched/act_simple.c Simple example of an action
69 err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack);
74 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch);
140 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
149 tcf_action_set_ctrlact(*a, parm->action, goto_ch);
184 opt.action = d->tcf_action;
234 MODULE_DESCRIPTION("Simple example action");
241 pr_info("Simple TC action Loaded\n");
/linux-master/drivers/counter/
H A Dti-eqep.c179 enum counter_synapse_action *action)
195 *action = COUNTER_SYNAPSE_ACTION_BOTH_EDGES;
203 *action = COUNTER_SYNAPSE_ACTION_RISING_EDGE;
206 *action = COUNTER_SYNAPSE_ACTION_NONE;
224 *action = COUNTER_SYNAPSE_ACTION_BOTH_EDGES;
226 *action = COUNTER_SYNAPSE_ACTION_RISING_EDGE;
229 *action = COUNTER_SYNAPSE_ACTION_NONE;
176 ti_eqep_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c675 enum ice_sw_fwd_act_type action)
679 if (action != ICE_FWD_TO_VSI && action != ICE_MIRROR_PACKET) {
680 NL_SET_ERR_MSG_MOD(fltr->extack, "Unsupported action to setup provided");
684 fltr->action.fltr_act = action;
717 fltr->action.fltr_act = ICE_DROP_PACKET;
763 NL_SET_ERR_MSG_MOD(fltr->extack, "Unsupported action in switchdev mode");
799 rule_info.sw_act.fltr_act = fltr->action.fltr_act;
800 if (fltr->action
672 ice_tc_setup_action(struct net_device *filter_dev, struct ice_tc_flower_fltr *fltr, struct net_device *target_dev, enum ice_sw_fwd_act_type action) argument
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c49 "PS_MODE_ENH cmd failed: result=0x%x action=0x%X\n",
50 resp->result, le16_to_cpu(pm->action));
52 if (le16_to_cpu(pm->action) == EN_AUTO_PS &&
122 subsc_evt->action = HostCmd_ACT_BITWISE_SET;
376 u16 action = le16_to_cpu(txp_cfg->action); local
392 switch (action) {
409 "CMD_RESP: unknown cmd action %d\n",
410 action);
428 u16 action local
655 u16 action = le16_to_cpu(domain_info->action); local
898 u16 action = le16_to_cpu(cmd_tdls_oper->tdls_action); local
1024 u16 action = le16_to_cpu(coex->action); local
1130 u16 action = le16_to_cpu(reg->action); local
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c916 unsigned long action, void *data)
931 if ((action == OF_RECONFIG_ATTACH_NODE) ||
932 (action == OF_RECONFIG_DETACH_NODE))
954 int vas_migration_handler(int action) argument
961 pr_info("VAS migration event %d\n", action);
969 if (action == VAS_SUSPEND)
993 action, old_nr_creds, new_nr_creds);
1000 action, rc);
1008 if (action == VAS_RESUME)
1012 switch (action) {
915 pseries_vas_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
[all...]
/linux-master/arch/arm64/kvm/
H A Dhypercalls.c186 if (end < start || filter.action >= NR_SMCCC_FILTER_ACTIONS)
203 xa_mk_value(filter.action), GFP_KERNEL_ACCOUNT);
233 u8 action = kvm_smccc_filter_get_action(vcpu->kvm, func_id); local
234 if (action != KVM_SMCCC_FILTER_HANDLE)
235 return action;
269 u8 action; local
272 action = kvm_smccc_get_action(vcpu, func_id);
273 switch (action) {
282 WARN_RATELIMIT(1, "Unhandled SMCCC filter action: %d\n", action);
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_hw.c174 (request->action == DCE_I2C_TRANSACTION_ACTION_I2C_WRITE) ||
175 (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ));
183 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
191 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
199 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
207 DC_I2C_RW0, 0 != (request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ),
237 if (!(request->action & DCE_I2C_TRANSACTION_ACTION_I2C_READ)) {
534 request.action = middle_of_transaction ?
538 request.action = middle_of_transaction ?
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h39 u32 action; member in struct:aq_mss_egress_ctlf_record
215 * If the above's action is drop, this bit has no meaning.
224 u32 action; member in struct:aq_mss_egress_class_record
347 u32 action; member in struct:aq_mss_ingress_prectlf_record
458 * If the above's action is drop. This bit has no meaning.
469 u32 action; member in struct:aq_mss_ingress_preclass_record
697 u32 action; member in struct:aq_mss_ingress_postctlf_record
764 * the Egress Packet Classifier table has action=drop.
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c121 struct sigaction action = {}; local
127 action.sa_flags = SA_SIGINFO | SA_NODEFER;
128 action.sa_sigaction = sigtrap_handler;
129 sigemptyset(&action.sa_mask);
130 ASSERT_EQ(sigaction(SIGTRAP, &action, &self->oldact), 0);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c54 flow_act.action = MLX5_FLOW_CONTEXT_ACTION_FWD_DEST;
75 int action; local
85 action = MLX5_FLOW_CONTEXT_ACTION_VLAN_POP;
86 action |= fwd_dest ? MLX5_FLOW_CONTEXT_ACTION_FWD_DEST :
90 err = esw_egress_acl_vlan_create(esw, vport, fwd_dest, 0, action);
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c112 u32 action = MSCC_MS_FLOW_BYPASS; local
115 action = MSCC_MS_FLOW_DROP;
119 MSCC_MS_SAM_NM_FLOW_NCP_UNTAGGED_FLOW_TYPE(action) |
123 MSCC_MS_SAM_NM_FLOW_NCP_TAGGED_FLOW_TYPE(action) |
127 MSCC_MS_SAM_NM_FLOW_NCP_BADTAG_FLOW_TYPE(action) |
131 MSCC_MS_SAM_NM_FLOW_NCP_KAY_FLOW_TYPE(action) |
136 MSCC_MS_SAM_NM_FLOW_NCP_UNTAGGED_FLOW_TYPE(action) |
140 MSCC_MS_SAM_NM_FLOW_NCP_TAGGED_FLOW_TYPE(action) |
144 MSCC_MS_SAM_NM_FLOW_NCP_BADTAG_FLOW_TYPE(action) |
148 MSCC_MS_SAM_NM_FLOW_NCP_KAY_FLOW_TYPE(action) |
375 u32 val, match = 0, mask = 0, action = 0, idx = flow->index; local
[all...]
/linux-master/tools/perf/tests/
H A Dsigtrap.c236 struct sigaction action = {}; local
250 action.sa_flags = SA_SIGINFO | SA_NODEFER;
251 action.sa_sigaction = sigtrap_handler;
252 sigemptyset(&action.sa_mask);
253 if (sigaction(SIGTRAP, &action, &oldact)) {
/linux-master/drivers/pmdomain/imx/
H A Dimx8m-blk-ctrl.c415 unsigned long action, void *data)
420 if (action != GENPD_NOTIFY_ON && action != GENPD_NOTIFY_PRE_OFF)
432 if (action == GENPD_NOTIFY_ON) {
525 unsigned long action, void *data)
530 if (action != GENPD_NOTIFY_ON && action != GENPD_NOTIFY_PRE_OFF)
542 if (action == GENPD_NOTIFY_ON)
595 unsigned long action, void *data)
600 if (action !
414 imx8mm_vpu_power_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
524 imx8mm_disp_power_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
594 imx8mn_disp_power_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
668 imx8mp_media_power_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
803 imx8mq_vpu_power_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
[all...]

Completed in 438 milliseconds

1234567891011>>