Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1419 struct bnxt_flow_masks { struct
1424 extern const struct bnxt_flow_masks BNXT_FLOW_MASK_NONE; argument
1425 extern const struct bnxt_flow_masks BNXT_FLOW_IPV6_MASK_ALL;
1426 extern const struct bnxt_flow_masks BNXT_FLOW_IPV4_MASK_ALL;
1432 struct bnxt_flow_masks fmasks;
Dbnxt_ethtool.c1084 struct bnxt_flow_masks *fmasks; in bnxt_grxclsrule()
1318 struct bnxt_flow_masks *fmasks; in bnxt_add_ntuple_cls_rule()
Dbnxt.c256 const struct bnxt_flow_masks BNXT_FLOW_MASK_NONE = {
269 const struct bnxt_flow_masks BNXT_FLOW_IPV6_MASK_ALL = {
282 const struct bnxt_flow_masks BNXT_FLOW_IPV4_MASK_ALL = {
5985 struct bnxt_flow_masks *masks = &fltr->fmasks; in bnxt_hwrm_cfa_ntuple_filter_alloc()
14634 struct bnxt_flow_masks *masks1 = &f1->fmasks; in bnxt_fltr_match()
14635 struct bnxt_flow_masks *masks2 = &f2->fmasks; in bnxt_fltr_match()