Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1437 struct bnxt_flow_masks { struct
1442 extern const struct bnxt_flow_masks BNXT_FLOW_MASK_NONE; argument
1443 extern const struct bnxt_flow_masks BNXT_FLOW_IPV6_MASK_ALL;
1444 extern const struct bnxt_flow_masks BNXT_FLOW_IPV4_MASK_ALL;
1450 struct bnxt_flow_masks fmasks;
H A Dbnxt_ethtool.c1099 struct bnxt_flow_masks *fmasks; in bnxt_grxclsrule()
1341 struct bnxt_flow_masks *fmasks; in bnxt_add_ntuple_cls_rule()
H A Dbnxt.c274 const struct bnxt_flow_masks BNXT_FLOW_MASK_NONE = {
287 const struct bnxt_flow_masks BNXT_FLOW_IPV6_MASK_ALL = {
300 const struct bnxt_flow_masks BNXT_FLOW_IPV4_MASK_ALL = {
6207 struct bnxt_flow_masks *masks = &fltr->fmasks; in bnxt_hwrm_cfa_ntuple_filter_alloc()
15304 struct bnxt_flow_masks *masks1 = &f1->fmasks; in bnxt_fltr_match()
15305 struct bnxt_flow_masks *masks2 = &f2->fmasks; in bnxt_fltr_match()