Searched refs:new_fltr (Results 1 – 2 of 2) sorted by relevance
1377 struct bnxt_ntuple_filter *new_fltr, *fltr; in bnxt_add_ntuple_cls_rule() local1407 new_fltr = kzalloc_obj(*new_fltr); in bnxt_add_ntuple_cls_rule()1408 if (!new_fltr) in bnxt_add_ntuple_cls_rule()1413 new_fltr->l2_fltr = l2_fltr; in bnxt_add_ntuple_cls_rule()1414 fmasks = &new_fltr->fmasks; in bnxt_add_ntuple_cls_rule()1415 fkeys = &new_fltr->fkeys; in bnxt_add_ntuple_cls_rule()1493 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_add_ntuple_cls_rule()1501 new_fltr->base.flags = BNXT_ACT_NO_AGING; in bnxt_add_ntuple_cls_rule()1505 new_fltr->base.fw_vnic_id = 0; in bnxt_add_ntuple_cls_rule()1506 new_fltr->base.flags |= BNXT_ACT_RSS_CTX; in bnxt_add_ntuple_cls_rule()[all …]
15746 struct bnxt_ntuple_filter *fltr, *new_fltr; in bnxt_rx_flow_steer() local15769 new_fltr = kzalloc_obj(*new_fltr, GFP_ATOMIC); in bnxt_rx_flow_steer()15770 if (!new_fltr) { in bnxt_rx_flow_steer()15775 fkeys = &new_fltr->fkeys; in bnxt_rx_flow_steer()15788 new_fltr->fmasks = BNXT_FLOW_IPV4_MASK_ALL; in bnxt_rx_flow_steer()15794 new_fltr->fmasks = BNXT_FLOW_IPV6_MASK_ALL; in bnxt_rx_flow_steer()15802 new_fltr->l2_fltr = l2_fltr; in bnxt_rx_flow_steer()15806 fltr = bnxt_lookup_ntp_filter_from_idx(bp, new_fltr, idx); in bnxt_rx_flow_steer()15814 new_fltr->flow_id = flow_id; in bnxt_rx_flow_steer()15815 new_fltr->base.rxq = rxq_index; in bnxt_rx_flow_steer()[all …]