Home
last modified time | relevance | path

Searched refs:new_fltr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c3125 struct ice_fltr_info *new_fltr) in ice_add_update_vsi_list() argument
3134 if ((new_fltr->fltr_act == ICE_FWD_TO_Q || in ice_add_update_vsi_list()
3135 new_fltr->fltr_act == ICE_FWD_TO_QGRP) && in ice_add_update_vsi_list()
3149 if (cur_fltr->fwd_id.hw_vsi_id == new_fltr->fwd_id.hw_vsi_id) in ice_add_update_vsi_list()
3153 vsi_handle_arr[1] = new_fltr->vsi_handle; in ice_add_update_vsi_list()
3156 new_fltr->lkup_type); in ice_add_update_vsi_list()
3160 tmp_fltr = *new_fltr; in ice_add_update_vsi_list()
3189 u16 vsi_handle = new_fltr->vsi_handle; in ice_add_update_vsi_list()
3207 new_fltr->lkup_type); in ice_add_update_vsi_list()
3291 struct ice_fltr_info *new_fltr, *cur_fltr; in ice_add_rule_internal() local
[all …]
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1315 struct bnxt_ntuple_filter *new_fltr, *fltr; in bnxt_add_ntuple_cls_rule() local
1344 new_fltr = kzalloc(sizeof(*new_fltr), GFP_KERNEL); in bnxt_add_ntuple_cls_rule()
1345 if (!new_fltr) in bnxt_add_ntuple_cls_rule()
1350 new_fltr->l2_fltr = l2_fltr; in bnxt_add_ntuple_cls_rule()
1351 fmasks = &new_fltr->fmasks; in bnxt_add_ntuple_cls_rule()
1352 fkeys = &new_fltr->fkeys; in bnxt_add_ntuple_cls_rule()
1428 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_add_ntuple_cls_rule()
1436 new_fltr->base.flags = BNXT_ACT_NO_AGING; in bnxt_add_ntuple_cls_rule()
1440 new_fltr->base.fw_vnic_id = 0; in bnxt_add_ntuple_cls_rule()
1441 new_fltr->base.flags |= BNXT_ACT_RSS_CTX; in bnxt_add_ntuple_cls_rule()
[all …]
Dbnxt.c14689 struct bnxt_ntuple_filter *fltr, *new_fltr; in bnxt_rx_flow_steer() local
14712 new_fltr = kzalloc(sizeof(*new_fltr), GFP_ATOMIC); in bnxt_rx_flow_steer()
14713 if (!new_fltr) { in bnxt_rx_flow_steer()
14718 fkeys = &new_fltr->fkeys; in bnxt_rx_flow_steer()
14731 new_fltr->fmasks = BNXT_FLOW_IPV4_MASK_ALL; in bnxt_rx_flow_steer()
14737 new_fltr->fmasks = BNXT_FLOW_IPV6_MASK_ALL; in bnxt_rx_flow_steer()
14745 new_fltr->l2_fltr = l2_fltr; in bnxt_rx_flow_steer()
14749 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_rx_flow_steer()
14757 new_fltr->flow_id = flow_id; in bnxt_rx_flow_steer()
14758 new_fltr->base.rxq = rxq_index; in bnxt_rx_flow_steer()
[all …]