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

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c270 int act_idx; local
273 for (act_idx = start_idx + 1; act_idx < num_act; act_idx++)
274 if (act[act_idx].id == FLOW_ACTION_REDIRECT ||
275 act[act_idx].id == FLOW_ACTION_MIRRED)
276 return netif_is_gretap(act[act_idx].dev) ||
277 netif_is_ip6gretap(act[act_idx].dev);
285 const struct flow_action_entry *act, int act_idx)
293 if (nfp_flower_tun_is_gre(rule, act_idx))
283 nfp_fl_get_tun_from_act(struct nfp_app *app, struct flow_rule *rule, const struct flow_action_entry *act, int act_idx) argument
1026 nfp_flower_loop_action(struct nfp_app *app, const struct flow_action_entry *act, struct flow_rule *rule, struct nfp_fl_payload *nfp_fl, int *a_len, struct net_device *netdev, enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, int *out_cnt, u32 *csum_updated, struct nfp_flower_pedit_acts *set_act, bool *pkt_host, struct netlink_ext_ack *extack, int act_idx) argument
[all...]
/linux-master/block/
H A Dbfq-cgroup.c712 unsigned int act_idx)
743 bic_set_bfqq(bic, NULL, true, act_idx);
762 unsigned int act_idx; local
764 for (act_idx = 0; act_idx < bfqd->num_actuators; act_idx++) {
765 struct bfq_queue *async_bfqq = bic_to_bfqq(bic, false, act_idx);
766 struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, true, act_idx);
770 bic_set_bfqq(bic, NULL, false, act_idx);
775 bfq_sync_bfqq_move(bfqd, sync_bfqq, bic, bfqg, act_idx);
708 bfq_sync_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *sync_bfqq, struct bfq_io_cq *bic, struct bfq_group *bfqg, unsigned int act_idx) argument
[all...]
H A Dbfq-iosched.c696 unsigned int act_idx; local
706 for (act_idx = 0; bic && act_idx < bfqd->num_actuators; act_idx++) {
708 bic_to_bfqq(bic, op_is_sync(opf), act_idx);
1835 unsigned int act_idx = bfq_actuator_index(bfqd, rq->bio); local
1837 bfqq->bic || RQ_BIC(rq)->bfqq_data[act_idx].stably_merged;
4893 unsigned int act_idx = bfqq->actuator_idx; local
4902 if (bfqq->bic && bfqq->bic->bfqq[0][act_idx] &&
4903 bfq_bfqq_busy(bfqq->bic->bfqq[0][act_idx])
5471 unsigned int act_idx; local
5590 bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct bfq_io_cq *bic, pid_t pid, int is_sync, unsigned int act_idx) argument
5660 bfq_async_queue_prio(struct bfq_data *bfqd, struct bfq_group *bfqg, int ioprio_class, int ioprio, int act_idx) argument
6745 unsigned int act_idx = bfq_actuator_index(bfqd, bio); local
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1535 int sw_idx, ent_idx = 0, act_idx = 0; local
1551 VCAP_SEL_ACTION, act_idx,
1558 act_idx += ri->actionset_sw_regs;
1567 int sw_idx, ent_idx = 0, act_idx = 0; local
1580 VCAP_SEL_ACTION, act_idx,
1585 act_idx += ri->actionset_sw_regs;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c184 struct flow_action_entry *act, int act_idx, u8 *eth_addr,
183 bnxt_tc_parse_pedit(struct bnxt *bp, struct bnxt_tc_actions *actions, struct flow_action_entry *act, int act_idx, u8 *eth_addr, u8 *eth_addr_mask) argument

Completed in 176 milliseconds