Home
last modified time | relevance | path

Searched refs:act_q (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcn10k_flow.c133 const struct rte_flow_action *act_q = NULL; in cn10k_flow_create() local
146 act_q = &actions[i]; in cn10k_flow_create()
167 act_q->conf; in cn10k_flow_create()
H A Dcnxk_flow.c119 const struct rte_flow_action_queue *act_q; in cnxk_map_actions() local
191 act_q = (const struct rte_flow_action_queue *) in cnxk_map_actions()
193 rq = act_q->index; in cnxk_map_actions()
/dpdk/drivers/net/e1000/
H A Digb_flow.c499 const struct rte_flow_action_queue *act_q; in cons_parse_ethertype_filter() local
609 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_ethertype_filter()
610 filter->queue = act_q->index; in cons_parse_ethertype_filter()
769 const struct rte_flow_action_queue *act_q; in cons_parse_syn_filter() local
917 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_syn_filter()
918 filter->queue = act_q->index; in cons_parse_syn_filter()
1051 const struct rte_flow_action_queue *act_q; in cons_parse_flex_filter() local
1214 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_flex_filter()
1215 filter->queue = act_q->index; in cons_parse_flex_filter()
/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c1290 const struct rte_flow_action_queue *act_q; in bnxt_validate_and_parse_flow() local
1319 act_q = (const struct rte_flow_action_queue *)act->conf; in bnxt_validate_and_parse_flow()
1320 if (!act_q->index || act_q->index >= bp->rx_nr_rings) { in bnxt_validate_and_parse_flow()
1329 PMD_DRV_LOG(DEBUG, "Queue index %d\n", act_q->index); in bnxt_validate_and_parse_flow()
1334 vnic_id = act_q->index; in bnxt_validate_and_parse_flow()
1341 if (vnic->start_grp_id != act_q->index) { in bnxt_validate_and_parse_flow()
1355 rxq = bp->rx_queues[act_q->index]; in bnxt_validate_and_parse_flow()
1376 vnic->start_grp_id = act_q->index; in bnxt_validate_and_parse_flow()
1377 vnic->end_grp_id = act_q->index; in bnxt_validate_and_parse_flow()
1388 act_q->index, vnic, vnic->fw_grp_ids); in bnxt_validate_and_parse_flow()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c654 const struct rte_flow_action_queue *act_q; in cons_parse_ethertype_filter() local
757 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_ethertype_filter()
758 filter->queue = act_q->index; in cons_parse_ethertype_filter()
899 const struct rte_flow_action_queue *act_q; in cons_parse_syn_filter() local
1038 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_syn_filter()
1039 filter->queue = act_q->index; in cons_parse_syn_filter()
1334 const struct rte_flow_action_queue *act_q; in txgbe_parse_fdir_act_attr() local
1386 act_q = (const struct rte_flow_action_queue *)act->conf; in txgbe_parse_fdir_act_attr()
1387 rule->queue = act_q->index; in txgbe_parse_fdir_act_attr()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c692 const struct rte_flow_action_queue *act_q; in cons_parse_ethertype_filter() local
795 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_ethertype_filter()
796 filter->queue = act_q->index; in cons_parse_ethertype_filter()
940 const struct rte_flow_action_queue *act_q; in cons_parse_syn_filter() local
1079 act_q = (const struct rte_flow_action_queue *)act->conf; in cons_parse_syn_filter()
1080 filter->queue = act_q->index; in cons_parse_syn_filter()
1389 const struct rte_flow_action_queue *act_q; in ixgbe_parse_fdir_act_attr() local
1441 act_q = (const struct rte_flow_action_queue *)act->conf; in ixgbe_parse_fdir_act_attr()
1442 rule->queue = act_q->index; in ixgbe_parse_fdir_act_attr()
/dpdk/drivers/common/cnxk/
H A Droc_npc.c347 const struct roc_npc_action_queue *act_q; in npc_parse_actions() local
417 act_q = (const struct roc_npc_action_queue *) in npc_parse_actions()
419 rq = act_q->index; in npc_parse_actions()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c2138 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_ethertype_action() local
2151 act_q = act->conf; in i40e_flow_parse_ethertype_action()
2152 filter->queue = act_q->index; in i40e_flow_parse_ethertype_action()
3171 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_fdir_action() local
3179 act_q = act->conf; in i40e_flow_parse_fdir_action()
3180 filter->action.rx_queue = act_q->index; in i40e_flow_parse_fdir_action()
3334 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_tunnel_action() local
3363 act_q = act->conf; in i40e_flow_parse_tunnel_action()
3364 filter->queue_id = act_q->index; in i40e_flow_parse_tunnel_action()
/dpdk/drivers/net/iavf/
H A Diavf_fdir.c512 const struct rte_flow_action_queue *act_q; in iavf_fdir_parse_action() local
549 act_q = actions->conf; in iavf_fdir_parse_action()
553 filter_action->act_conf.queue.index = act_q->index; in iavf_fdir_parse_action()
/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1682 const struct rte_flow_action_queue *act_q; in ice_switch_parse_action() local
1722 act_q = action->conf; in ice_switch_parse_action()
1723 if (act_q->index >= dev_data->nb_rx_queues) in ice_switch_parse_action()
1728 base_queue + act_q->index; in ice_switch_parse_action()
H A Dice_fdir_filter.c1681 const struct rte_flow_action_queue *act_q; in ice_fdir_parse_action() local
1696 act_q = actions->conf; in ice_fdir_parse_action()
1697 filter->input.q_index = act_q->index; in ice_fdir_parse_action()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c237 const struct rte_flow_action_queue *act_q, in hinic_parse_ethertype_aciton() argument
252 act_q = (const struct rte_flow_action_queue *)act->conf; in hinic_parse_ethertype_aciton()
253 filter->queue = act_q->index; in hinic_parse_ethertype_aciton()
296 const struct rte_flow_action_queue *act_q = NULL; in cons_parse_ethertype_filter() local
347 if (hinic_parse_ethertype_aciton(actions, act, act_q, filter, error)) in cons_parse_ethertype_filter()