Searched refs:new_fltr (Results 1 – 3 of 3) sorted by relevance
3126 struct ice_fltr_info *new_fltr) in ice_add_update_vsi_list() argument3135 if ((new_fltr->fltr_act == ICE_FWD_TO_Q || in ice_add_update_vsi_list()3136 new_fltr->fltr_act == ICE_FWD_TO_QGRP) && in ice_add_update_vsi_list()3150 if (cur_fltr->vsi_handle == new_fltr->vsi_handle) in ice_add_update_vsi_list()3154 vsi_handle_arr[1] = new_fltr->vsi_handle; in ice_add_update_vsi_list()3157 new_fltr->lkup_type); in ice_add_update_vsi_list()3161 tmp_fltr = *new_fltr; in ice_add_update_vsi_list()3190 u16 vsi_handle = new_fltr->vsi_handle; in ice_add_update_vsi_list()3208 new_fltr->lkup_type); in ice_add_update_vsi_list()3292 struct ice_fltr_info *new_fltr, *cur_fltr; in ice_add_rule_internal() local[all …]
1341 struct bnxt_ntuple_filter *new_fltr, *fltr; in bnxt_add_ntuple_cls_rule() local1371 new_fltr = kzalloc_obj(*new_fltr); in bnxt_add_ntuple_cls_rule()1372 if (!new_fltr) in bnxt_add_ntuple_cls_rule()1377 new_fltr->l2_fltr = l2_fltr; in bnxt_add_ntuple_cls_rule()1378 fmasks = &new_fltr->fmasks; in bnxt_add_ntuple_cls_rule()1379 fkeys = &new_fltr->fkeys; in bnxt_add_ntuple_cls_rule()1457 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_add_ntuple_cls_rule()1465 new_fltr->base.flags = BNXT_ACT_NO_AGING; in bnxt_add_ntuple_cls_rule()1469 new_fltr->base.fw_vnic_id = 0; in bnxt_add_ntuple_cls_rule()1470 new_fltr->base.flags |= BNXT_ACT_RSS_CTX; in bnxt_add_ntuple_cls_rule()[all …]
15640 struct bnxt_ntuple_filter *fltr, *new_fltr; in bnxt_rx_flow_steer() local15663 new_fltr = kzalloc_obj(*new_fltr, GFP_ATOMIC); in bnxt_rx_flow_steer()15664 if (!new_fltr) { in bnxt_rx_flow_steer()15669 fkeys = &new_fltr->fkeys; in bnxt_rx_flow_steer()15682 new_fltr->fmasks = BNXT_FLOW_IPV4_MASK_ALL; in bnxt_rx_flow_steer()15688 new_fltr->fmasks = BNXT_FLOW_IPV6_MASK_ALL; in bnxt_rx_flow_steer()15696 new_fltr->l2_fltr = l2_fltr; in bnxt_rx_flow_steer()15700 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_rx_flow_steer()15708 new_fltr->flow_id = flow_id; in bnxt_rx_flow_steer()15709 new_fltr->base.rxq = rxq_index; in bnxt_rx_flow_steer()[all …]