Home
last modified time | relevance | path

Searched defs:action (Results 726 - 750 of 2284) sorted by relevance

1...<<21222324252627282930>>...92

/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c303 static int sja1105_policer_validate(const struct flow_action *action, in sja1105_policer_validate() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.h70 u8 action; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c226 ice_fltr_add_mac_to_list(struct ice_vsi *vsi, struct list_head *list, const u8 *mac, enum ice_sw_fwd_act_type action) ice_fltr_add_mac_to_list() 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) ice_fltr_add_eth_to_list() 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 *)) ice_fltr_prepare_mac() 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 *)) ice_fltr_prepare_mac_and_broadcast() 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 *)) ice_fltr_prepare_eth() argument
403 ice_fltr_add_mac(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) ice_fltr_add_mac() argument
416 ice_fltr_add_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) ice_fltr_add_mac_and_broadcast() argument
429 ice_fltr_remove_mac(struct ice_vsi *vsi, const u8 *mac, enum ice_sw_fwd_act_type action) ice_fltr_remove_mac() argument
462 ice_fltr_add_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action) ice_fltr_add_eth() argument
476 ice_fltr_remove_eth(struct ice_vsi *vsi, u16 ethertype, u16 flag, enum ice_sw_fwd_act_type action) ice_fltr_remove_eth() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c86 void hinic_set_pf_action(struct hinic_hwif *hwif, enum hinic_pf_action action) in hinic_set_pf_action() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A Dr8169_firmware.c94 u32 action = le32_to_cpu(pa->code[index]); in rtl_fw_data_ok() local
149 u32 action = le32_to_cpu(pa->code[index]); in rtl_fw_write_firmware() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dac.c164 acpi_ac_battery_notify(struct notifier_block *nb, unsigned long action, void *data) acpi_ac_battery_notify() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dhwgpe.c134 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action) in acpi_hw_low_set_gpe() argument
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dasm9260_wdt.c172 static int asm9260_restart(struct watchdog_device *wdd, unsigned long action, in asm9260_restart() argument
H A Dbcm2835_wdt.c116 bcm2835_restart(struct watchdog_device *wdog, unsigned long action, void *data) bcm2835_restart() argument
H A Dda9062_wdt.c153 static int da9062_wdt_restart(struct watchdog_device *wdd, unsigned long action, in da9062_wdt_restart() argument
H A Ddavinci_wdt.c142 davinci_wdt_restart(struct watchdog_device *wdd, unsigned long action, void *data) davinci_wdt_restart() argument
H A Dftwdt010_wdt.c103 ftwdt010_wdt_restart(struct watchdog_device *wdd, unsigned long action, void *data) ftwdt010_wdt_restart() argument
H A Dimgpdc_wdt.c151 pdc_wdt_restart(struct watchdog_device *wdt_dev, unsigned long action, void *data) pdc_wdt_restart() argument
H A Dlpc18xx_wdt.c155 lpc18xx_wdt_restart(struct watchdog_device *wdt_dev, unsigned long action, void *data) lpc18xx_wdt_restart() argument
H A Dqcom-wdt.c116 static int qcom_wdt_restart(struct watchdog_device *wdd, unsigned long action, in qcom_wdt_restart() argument
H A Drave-sp-wdt.c140 rave_sp_wdt_reboot_notifier(struct notifier_block *nb, unsigned long action, void *data) rave_sp_wdt_reboot_notifier() argument
165 rave_sp_wdt_restart(struct watchdog_device *wdd, unsigned long action, void *data) rave_sp_wdt_restart() argument
H A Drenesas_wdt.c131 static int rwdt_restart(struct watchdog_device *wdev, unsigned long action, in rwdt_restart() argument
H A Drza_wdt.c122 static int rza_wdt_restart(struct watchdog_device *wdev, unsigned long action, in rza_wdt_restart() argument
H A Drzg2l_wdt.c168 rzg2l_wdt_restart(struct watchdog_device *wdev, unsigned long action, void *data) rzg2l_wdt_restart() argument
H A Dsbsa_gwdt.c108 static int action; variable
[all...]
H A Dsp5100_tco.c69 static bool action = WATCHDOG_ACTION; variable
H A Dsunxi_wdt.c82 sunxi_wdt_restart(struct watchdog_device *wdt_dev, unsigned long action, void *data) sunxi_wdt_restart() argument
H A Dwdat_wdt.c114 static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action, in wdat_wdt_run_action() argument
377 unsigned int action; in wdat_wdt_probe() local
[all...]
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_police.h39 int action; member
/kernel/linux/linux-6.6/include/rdma/
H A Duverbs_std_types.h114 static inline void uverbs_flow_action_fill_action(struct ib_flow_action *action, in uverbs_flow_action_fill_action() argument

Completed in 13 milliseconds

1...<<21222324252627282930>>...92