Home
last modified time | relevance | path

Searched refs:act_idx (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c270 int act_idx; in nfp_flower_tun_is_gre() local
273 for (act_idx = start_idx + 1; act_idx < num_act; act_idx++) in nfp_flower_tun_is_gre()
274 if (act[act_idx].id == FLOW_ACTION_REDIRECT || in nfp_flower_tun_is_gre()
275 act[act_idx].id == FLOW_ACTION_MIRRED) in nfp_flower_tun_is_gre()
276 return netif_is_gretap(act[act_idx].dev) || in nfp_flower_tun_is_gre()
277 netif_is_ip6gretap(act[act_idx].dev); in nfp_flower_tun_is_gre()
285 const struct flow_action_entry *act, int act_idx) in nfp_fl_get_tun_from_act() argument
293 if (nfp_flower_tun_is_gre(rule, act_idx)) in nfp_fl_get_tun_from_act()
1048 struct netlink_ext_ack *extack, int act_idx) in nfp_flower_loop_action() argument
1111 *tun_type = nfp_fl_get_tun_from_act(app, rule, act, act_idx); in nfp_flower_loop_action()
/linux-6.15/block/
H A Dbfq-iosched.c587 unsigned int act_idx, int limit) in bfqq_request_over_limit() argument
679 unsigned int act_idx, int limit) in bfqq_request_over_limit() argument
706 unsigned int act_idx; in bfq_limit_depth() local
716 for (act_idx = 0; bic && act_idx < bfqd->num_actuators; act_idx++) { in bfq_limit_depth()
5482 unsigned int act_idx; in _bfq_exit_icq() local
5484 for (act_idx = 0; act_idx < num_actuators; act_idx++) { in _bfq_exit_icq()
5488 bfq_exit_icq_bfqq(bic, true, act_idx); in _bfq_exit_icq()
5489 bfq_exit_icq_bfqq(bic, false, act_idx); in _bfq_exit_icq()
5607 unsigned int act_idx) in bfq_init_bfqq() argument
5611 bfqq->actuator_idx = act_idx; in bfq_init_bfqq()
[all …]
H A Dbfq-cgroup.c707 unsigned int act_idx) in bfq_sync_bfqq_move() argument
738 bic_set_bfqq(bic, NULL, true, act_idx); in bfq_sync_bfqq_move()
757 unsigned int act_idx; in __bfq_bic_change_cgroup() local
759 for (act_idx = 0; act_idx < bfqd->num_actuators; act_idx++) { in __bfq_bic_change_cgroup()
760 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup()
761 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup()
765 bic_set_bfqq(bic, NULL, false, act_idx); in __bfq_bic_change_cgroup()
770 bfq_sync_bfqq_move(bfqd, sync_bfqq, bic, bfqg, act_idx); in __bfq_bic_change_cgroup()
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1535 int sw_idx, ent_idx = 0, act_idx = 0; in vcap_read_rule() local
1551 VCAP_SEL_ACTION, act_idx, in vcap_read_rule()
1558 act_idx += ri->actionset_sw_regs; in vcap_read_rule()
1567 int sw_idx, ent_idx = 0, act_idx = 0; in vcap_write_rule() local
1580 VCAP_SEL_ACTION, act_idx, in vcap_write_rule()
1585 act_idx += ri->actionset_sw_regs; in vcap_write_rule()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c184 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument