Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/
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()
1033 struct netlink_ext_ack *extack, int act_idx) in nfp_flower_loop_action() argument
1096 *tun_type = nfp_fl_get_tun_from_act(app, rule, act, act_idx); in nfp_flower_loop_action()
/linux-6.6.21/block/
Dbfq-cgroup.c712 unsigned int act_idx) in bfq_sync_bfqq_move() argument
743 bic_set_bfqq(bic, NULL, true, act_idx); in bfq_sync_bfqq_move()
762 unsigned int act_idx; in __bfq_bic_change_cgroup() local
764 for (act_idx = 0; act_idx < bfqd->num_actuators; act_idx++) { in __bfq_bic_change_cgroup()
765 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx); in __bfq_bic_change_cgroup()
766 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx); in __bfq_bic_change_cgroup()
770 bic_set_bfqq(bic, NULL, false, act_idx); in __bfq_bic_change_cgroup()
775 bfq_sync_bfqq_move(bfqd, sync_bfqq, bic, bfqg, act_idx); in __bfq_bic_change_cgroup()
Dbfq-iosched.c696 unsigned int act_idx; in bfq_limit_depth() local
706 for (act_idx = 0; bic && act_idx < bfqd->num_actuators; act_idx++) { in bfq_limit_depth()
708 bic_to_bfqq(bic, op_is_sync(opf), act_idx); in bfq_limit_depth()
1835 unsigned int act_idx = bfq_actuator_index(bfqd, rq->bio); in bfq_bfqq_handle_idle_busy_switch() local
1837 bfqq->bic || RQ_BIC(rq)->bfqq_data[act_idx].stably_merged; in bfq_bfqq_handle_idle_busy_switch()
4893 unsigned int act_idx = bfqq->actuator_idx; in bfq_select_queue() local
4902 if (bfqq->bic && bfqq->bic->bfqq[0][act_idx] && in bfq_select_queue()
4903 bfq_bfqq_busy(bfqq->bic->bfqq[0][act_idx]) && in bfq_select_queue()
4904 bfqq->bic->bfqq[0][act_idx]->next_rq) in bfq_select_queue()
4905 async_bfqq = bfqq->bic->bfqq[0][act_idx]; in bfq_select_queue()
[all …]
/linux-6.6.21/drivers/net/ethernet/microchip/vcap/
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.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c184 struct flow_action_entry *act, int act_idx, u8 *eth_addr, in bnxt_tc_parse_pedit() argument