/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | police.c | 23 static int police_act_validate(const struct flow_action_entry *act, in police_act_validate() 42 const struct flow_action_entry *act, in tc_act_can_offload_police() 56 fill_meter_params_from_act(const struct flow_action_entry *act, in fill_meter_params_from_act() 80 const struct flow_action_entry *act, in tc_act_parse_police() 109 const struct flow_action_entry *act, in tc_act_is_multi_table_act_police() 118 struct flow_action_entry *act) in tc_act_police_offload() 192 tc_act_police_get_branch_ctrl(const struct flow_action_entry *act, in tc_act_police_get_branch_ctrl()
|
H A D | mpls.c | 10 const struct flow_action_entry *act, in tc_act_can_offload_mpls_push() 28 const struct flow_action_entry *act) in copy_mpls_info() 38 const struct flow_action_entry *act, in tc_act_parse_mpls_push() 50 const struct flow_action_entry *act, in tc_act_can_offload_mpls_pop() 80 const struct flow_action_entry *act, in tc_act_parse_mpls_pop()
|
H A D | ct.c | 10 const struct flow_action_entry *act, in tc_act_parse_ct() 43 const struct flow_action_entry *act, in tc_act_is_multi_table_act_ct() 53 tc_act_is_missable_ct(const struct flow_action_entry *act) in tc_act_is_missable_ct()
|
H A D | tun.c | 10 const struct flow_action_entry *act, in tc_act_can_offload_tun_encap() 25 const struct flow_action_entry *act, in tc_act_parse_tun_encap() 37 const struct flow_action_entry *act, in tc_act_parse_tun_decap()
|
H A D | mirred.c | 102 const struct flow_action_entry *act, in tc_act_can_offload_mirred() 177 const struct flow_action_entry *act, in parse_mirred_encap() 207 const struct flow_action_entry *act, in parse_mirred() 284 const struct flow_action_entry *act, in parse_mirred_ovs_master() 305 const struct flow_action_entry *act, in tc_act_parse_mirred()
|
H A D | goto.c | 12 const struct flow_action_entry *act, in validate_goto_chain() 61 const struct flow_action_entry *act, in tc_act_can_offload_goto() 76 const struct flow_action_entry *act, in tc_act_parse_goto()
|
H A D | mark.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_mark() 23 const struct flow_action_entry *act, in tc_act_parse_mark()
|
H A D | sample.c | 11 const struct flow_action_entry *act, in tc_act_parse_sample() 42 const struct flow_action_entry *act, in tc_act_is_multi_table_act_sample()
|
H A D | mirred_nic.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_mirred_nic() 37 const struct flow_action_entry *act, in tc_act_parse_mirred_nic()
|
H A D | redirect_ingress.c | 9 const struct flow_action_entry *act, in tc_act_can_offload_redirect_ingress() 53 const struct flow_action_entry *act, in tc_act_parse_redirect_ingress()
|
H A D | csum.c | 40 const struct flow_action_entry *act, in tc_act_can_offload_csum() 52 const struct flow_action_entry *act, in tc_act_parse_csum()
|
H A D | vlan_mangle.c | 13 const struct flow_action_entry *act, in mlx5e_tc_act_vlan_add_rewrite_action() 55 const struct flow_action_entry *act, in tc_act_parse_vlan_mangle()
|
H A D | pedit.c | 47 const struct flow_action_entry *act, int namespace, in mlx5e_tc_act_pedit_parse_action() 83 const struct flow_action_entry *act, in tc_act_parse_pedit()
|
/openbmc/linux/include/net/tc_act/ |
H A D | tc_police.h | 47 static inline bool is_tcf_police(const struct tc_action *act) in is_tcf_police() 56 static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act) in tcf_police_rate_bytes_ps() 66 static inline u32 tcf_police_burst(const struct tc_action *act) in tcf_police_burst() 104 static inline u64 tcf_police_rate_pkt_ps(const struct tc_action *act) in tcf_police_rate_pkt_ps() 114 static inline u32 tcf_police_burst_pkt(const struct tc_action *act) in tcf_police_burst_pkt() 152 static inline u32 tcf_police_tcfp_mtu(const struct tc_action *act) in tcf_police_tcfp_mtu() 162 static inline u64 tcf_police_peakrate_bytes_ps(const struct tc_action *act) in tcf_police_peakrate_bytes_ps() 172 static inline u32 tcf_police_tcfp_ewma_rate(const struct tc_action *act) in tcf_police_tcfp_ewma_rate() 182 static inline u16 tcf_police_rate_overhead(const struct tc_action *act) in tcf_police_rate_overhead()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 33 const struct flow_action_entry *act, in nfp_fl_push_mpls() 65 const struct flow_action_entry *act) in nfp_fl_pop_mpls() 76 const struct flow_action_entry *act) in nfp_fl_set_mpls() 116 const struct flow_action_entry *act) in nfp_fl_push_vlan() 133 nfp_fl_pre_lag(struct nfp_app *app, const struct flow_action_entry *act, in nfp_fl_pre_lag() 173 const struct flow_action_entry *act, in nfp_fl_output() 268 struct flow_action_entry *act = rule->action.entries; in nfp_flower_tun_is_gre() local 285 const struct flow_action_entry *act, int act_idx) in nfp_fl_get_tun_from_act() 331 const struct flow_action_entry *act, in nfp_fl_push_geneve_options() 401 const struct flow_action_entry *act, in nfp_fl_set_tun() [all …]
|
H A D | conntrack.c | 60 struct flow_action_entry *act; in is_pre_ct_flow() local 92 struct flow_action_entry *act; in is_post_ct_flow() local 139 struct flow_action_entry *act; in get_mangled_key() local 545 struct flow_action_entry *act; in nfp_ct_merge_act_check() local 1458 static int nfp_nft_ct_set_flow_flag(struct flow_action_entry *act, in nfp_nft_ct_set_flow_flag() 1487 struct flow_action_entry *act; in nfp_fl_ct_add_flow() local 1737 struct flow_action_entry *act; in get_flow_act_ct() local 1754 struct flow_action_entry *act = NULL; in get_flow_act() local 1889 struct flow_action_entry *act; in nfp_fl_ct_handle_post_ct() local 2152 struct flow_action_entry *act; in nfp_fl_ct_offload_nft_supported() local
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 57 static bool zfcp_erp_action_is_running(struct zfcp_erp_action *act) in zfcp_erp_action_is_running() 67 static void zfcp_erp_action_ready(struct zfcp_erp_action *act) in zfcp_erp_action_ready() 77 static void zfcp_erp_action_dismiss(struct zfcp_erp_action *act) in zfcp_erp_action_dismiss() 288 struct zfcp_erp_action *act; in zfcp_erp_action_enqueue() local 565 static void zfcp_erp_strategy_check_fsfreq(struct zfcp_erp_action *act) in zfcp_erp_strategy_check_fsfreq() 619 struct zfcp_erp_action *act; in zfcp_erp_timeout_handler() local 632 struct zfcp_erp_action *act = from_timer(act, t, timer); in zfcp_erp_memwait_handler() local 681 static void zfcp_erp_strategy_followup_failed(struct zfcp_erp_action *act) in zfcp_erp_strategy_followup_failed() 699 static void zfcp_erp_strategy_followup_success(struct zfcp_erp_action *act) in zfcp_erp_strategy_followup_success() 792 struct zfcp_erp_action *act) in zfcp_erp_adapter_strategy_open_fsf_xport() [all …]
|
/openbmc/qemu/util/ |
H A D | transactions.c | 49 TransactionAction *act; in tran_add() local 62 TransactionAction *act, *next; in tran_abort() local 83 TransactionAction *act, *next; in tran_commit() local
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | interrupts.c | 42 struct irq_action *act; in external_interrupt() local 80 struct irq_action *act; in irq_install_handler() local 123 struct irq_action *act = vecs; in do_irqinfo() local
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | interrupts.c | 78 struct irq_action *act; in install_interrupt_handler() local 164 struct irq_action *act = vecs + irqs; in interrupt_handler() local 192 struct irq_action *act = vecs; in do_irqinfo() local
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 175 struct efx_tc_action_set *act, bool in_hw) in efx_tc_free_action_set() 210 struct efx_tc_action_set *act, *next; in efx_tc_free_action_set_list() local 778 static bool efx_tc_flower_action_order_ok(const struct efx_tc_action_set *act, in efx_tc_flower_action_order_ok() 883 struct efx_tc_lhs_action *act = &rule->lhs_act; in efx_tc_flower_handle_lhs_actions() local 978 struct efx_tc_lhs_action *act) in efx_tc_flower_release_lhs_actions() 1024 struct efx_tc_action_set *act, in efx_tc_complete_mac_mangle() 1063 static int efx_tc_pedit_add(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_pedit_add() 1144 static int efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, in efx_tc_mangle() 1364 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace_foreign() local 1759 struct efx_tc_action_set *act = NULL; in efx_tc_flower_replace() local [all …]
|
/openbmc/linux/net/sched/ |
H A D | act_bpf.c | 36 const struct tc_action *act, in tcf_bpf_act() 138 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, in tcf_bpf_dump() 280 struct nlattr *est, struct tc_action **act, in tcf_bpf_init() 386 static void tcf_bpf_cleanup(struct tc_action *act) in tcf_bpf_cleanup()
|
/openbmc/u-boot/net/ |
H A D | eth_common.c | 55 char *act = env_get("ethact"); in eth_current_changed() local 109 static char *act; in eth_set_current() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_actions.c | 1144 char *act = mlxsw_afa_block_append_action(block, in mlxsw_afa_block_append_vlan_modify() local 1263 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_drop_plain() local 1284 char *act; in mlxsw_afa_block_append_drop_with_cookie() local 1326 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_trap() local 1341 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_trap_and_forward() local 1414 char *act = mlxsw_afa_block_append_action_trap(block, in mlxsw_afa_block_append_allocated_mirror() local 1558 char *act = mlxsw_afa_block_append_action(block, in __mlxsw_afa_block_append_qos_dsfield() local 1613 char *act = mlxsw_afa_block_append_action(block, in mlxsw_afa_block_append_qos_switch_prio() local 1672 char *act; in mlxsw_afa_block_append_fwd() local 1769 char *act = mlxsw_afa_block_append_action(block, MLXSW_AFA_POLCNT_CODE, in mlxsw_afa_block_append_allocated_counter() local [all …]
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_xdp.c | 257 u32 act; in vmxnet3_run_xdp() local 333 int act; in vmxnet3_process_xdp_small() local 380 int act; in vmxnet3_process_xdp() local
|