Searched refs:act_q (Results 1 – 9 of 9) sorted by relevance
1018 const struct rte_flow_action_queue *act_q; in bnxt_validate_and_parse_flow() local1047 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()
499 const struct rte_flow_action_queue *act_q; in cons_parse_ethertype_filter() local609 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() local917 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() local1214 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()
692 const struct rte_flow_action_queue *act_q; in cons_parse_ethertype_filter() local795 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() local1079 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() local1441 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()
814 const struct rte_flow_action_queue *act_q; in otx2_flow_parse_actions() local897 act_q = (const struct rte_flow_action_queue *) in otx2_flow_parse_actions()899 rq = act_q->index; in otx2_flow_parse_actions()
323 const struct rte_flow_action_queue *act_q; in iavf_fdir_parse_action() local360 act_q = actions->conf; in iavf_fdir_parse_action()364 filter_action->act_conf.queue.index = act_q->index; in iavf_fdir_parse_action()
1493 const struct rte_flow_action_queue *act_q; in ice_switch_parse_action() local1533 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()
1522 const struct rte_flow_action_queue *act_q; in ice_fdir_parse_action() local1537 act_q = actions->conf; in ice_fdir_parse_action()1538 filter->input.q_index = act_q->index; in ice_fdir_parse_action()
2138 const struct rte_flow_action_queue *act_q; in i40e_flow_parse_ethertype_action() local2151 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() local3183 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() local3367 act_q = act->conf; in i40e_flow_parse_tunnel_action()3368 filter->queue_id = act_q->index; in i40e_flow_parse_tunnel_action()
237 const struct rte_flow_action_queue *act_q, in hinic_parse_ethertype_aciton() argument252 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() local347 if (hinic_parse_ethertype_aciton(actions, act, act_q, filter, error)) in cons_parse_ethertype_filter()