Searched refs:fltr (Results 1 – 2 of 2) sorted by relevance
290 struct bnxt_ntuple_filter *fltr; in bnxt_grxclsrlall() local294 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrlall()297 rule_locs[j++] = fltr->sw_id; in bnxt_grxclsrlall()311 struct bnxt_ntuple_filter *fltr; in bnxt_grxclsrule() local323 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_grxclsrule()324 if (fltr->sw_id == fs->location) in bnxt_grxclsrule()332 fkeys = &fltr->fkeys; in bnxt_grxclsrule()352 fs->ring_cookie = fltr->rxq; in bnxt_grxclsrule()
2448 struct bnxt_ntuple_filter *fltr; in bnxt_free_ntp_fltrs() local2451 hlist_for_each_entry_safe(fltr, tmp, head, hash) { in bnxt_free_ntp_fltrs()2452 hlist_del(&fltr->hash); in bnxt_free_ntp_fltrs()2453 kfree(fltr); in bnxt_free_ntp_fltrs()2785 struct bnxt_ntuple_filter *fltr) in bnxt_hwrm_cfa_ntuple_filter_free() argument2790 req.ntuple_filter_id = fltr->filter_id; in bnxt_hwrm_cfa_ntuple_filter_free()2811 struct bnxt_ntuple_filter *fltr) in bnxt_hwrm_cfa_ntuple_filter_alloc() argument2817 struct flow_keys *keys = &fltr->fkeys; in bnxt_hwrm_cfa_ntuple_filter_alloc()2818 struct bnxt_vnic_info *vnic = &bp->vnic_info[fltr->rxq + 1]; in bnxt_hwrm_cfa_ntuple_filter_alloc()2826 memcpy(req.src_macaddr, fltr->src_mac_addr, ETH_ALEN); in bnxt_hwrm_cfa_ntuple_filter_alloc()[all …]