Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c1018 const struct rte_flow_action_queue *act_q; in bnxt_validate_and_parse_flow() local
1047 act_q = (const struct rte_flow_action_queue *)act->conf; in bnxt_validate_and_parse_flow()
1048 if (!act_q->index || act_q->index >= bp->rx_nr_rings) { in bnxt_validate_and_parse_flow()
1057 PMD_DRV_LOG(DEBUG, "Queue index %d\n", act_q->index); in bnxt_validate_and_parse_flow()
1062 vnic_id = act_q->index; in bnxt_validate_and_parse_flow()
1069 if (vnic->start_grp_id != act_q->index) { in bnxt_validate_and_parse_flow()
1083 rxq = bp->rx_queues[act_q->index]; in bnxt_validate_and_parse_flow()
1104 vnic->start_grp_id = act_q->index; in bnxt_validate_and_parse_flow()
1105 vnic->end_grp_id = act_q->index; in bnxt_validate_and_parse_flow()
1123 act_q->index, vnic, vnic->fw_grp_ids); in bnxt_validate_and_parse_flow()
/f-stack/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()
/f-stack/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()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c814 const struct rte_flow_action_queue *act_q; in otx2_flow_parse_actions() local
897 act_q = (const struct rte_flow_action_queue *) in otx2_flow_parse_actions()
899 rq = act_q->index; in otx2_flow_parse_actions()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c323 const struct rte_flow_action_queue *act_q; in iavf_fdir_parse_action() local
360 act_q = actions->conf; in iavf_fdir_parse_action()
364 filter_action->act_conf.queue.index = act_q->index; in iavf_fdir_parse_action()
/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1493 const struct rte_flow_action_queue *act_q; in ice_switch_parse_action() local
1533 act_q = action->conf; in ice_switch_parse_action()
1534 if (act_q->index >= dev->data->nb_rx_queues) in ice_switch_parse_action()
1539 base_queue + act_q->index; in ice_switch_parse_action()
H A Dice_fdir_filter.c1522 const struct rte_flow_action_queue *act_q; in ice_fdir_parse_action() local
1537 act_q = actions->conf; in ice_fdir_parse_action()
1538 filter->input.q_index = act_q->index; in ice_fdir_parse_action()
/f-stack/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()
3175 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_fdir_action() local
3183 act_q = act->conf; in i40e_flow_parse_fdir_action()
3184 filter->action.rx_queue = act_q->index; in i40e_flow_parse_fdir_action()
3338 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_tunnel_action() local
3367 act_q = act->conf; in i40e_flow_parse_tunnel_action()
3368 filter->queue_id = act_q->index; in i40e_flow_parse_tunnel_action()
/f-stack/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()