Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1299 struct bnxt_l2_filter *l2_filters[BNXT_MAX_UC_ADDRS];
1476 struct bnxt_l2_filter *l2_fltr;
1502 struct bnxt_l2_filter { struct
2970 void bnxt_del_l2_filter(struct bnxt *bp, struct bnxt_l2_filter *fltr);
2971 struct bnxt_l2_filter *bnxt_alloc_new_l2_filter(struct bnxt *bp,
2974 int bnxt_hwrm_l2_filter_free(struct bnxt *bp, struct bnxt_l2_filter *fltr);
2975 int bnxt_hwrm_l2_filter_alloc(struct bnxt *bp, struct bnxt_l2_filter *fltr);
H A Dbnxt.c5526 struct bnxt_l2_filter *fltr; in bnxt_free_l2_filters()
6008 void bnxt_del_l2_filter(struct bnxt *bp, struct bnxt_l2_filter *fltr) in bnxt_del_l2_filter()
6027 static struct bnxt_l2_filter *__bnxt_lookup_l2_filter(struct bnxt *bp, in __bnxt_lookup_l2_filter()
6032 struct bnxt_l2_filter *fltr; in __bnxt_lookup_l2_filter()
6044 static struct bnxt_l2_filter *bnxt_lookup_l2_filter(struct bnxt *bp, in bnxt_lookup_l2_filter()
6048 struct bnxt_l2_filter *fltr = NULL; in bnxt_lookup_l2_filter()
6132 static struct bnxt_l2_filter *
6135 struct bnxt_l2_filter *fltr; in bnxt_lookup_l2_filter_from_key()
6145 static int bnxt_init_l2_filter(struct bnxt *bp, struct bnxt_l2_filter *fltr, in bnxt_init_l2_filter()
6171 static struct bnxt_l2_filter *bnxt_alloc_l2_filter(struct bnxt *bp, in bnxt_alloc_l2_filter()
[all …]
H A Dbnxt_ethtool.c1152 struct bnxt_l2_filter *l2_fltr; in bnxt_grxclsrule()
1155 l2_fltr = container_of(fltr_base, struct bnxt_l2_filter, base); in bnxt_grxclsrule()
1303 struct bnxt_l2_filter *fltr; in bnxt_add_l2_cls_rule()
1379 struct bnxt_l2_filter *l2_fltr; in bnxt_add_ntuple_cls_rule()
1590 struct bnxt_l2_filter *l2_fltr; in bnxt_srxclsrldel()
1592 l2_fltr = container_of(fltr_base, struct bnxt_l2_filter, base); in bnxt_srxclsrldel()