Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c24 #define DMAC_FILTER_RULE BIT(0) macro
1063 pf_mac->rule_type |= DMAC_FILTER_RULE; in otx2_add_flow_with_pfmac()
1143 if (flow->rule_type & DMAC_FILTER_RULE) in otx2_add_flow()
1164 flow->rule_type |= DMAC_FILTER_RULE; in otx2_add_flow()
1235 if ((iter->rule_type & DMAC_FILTER_RULE) && iter->entry == 0) { in otx2_update_rem_pfmac()
1272 if (flow->rule_type & DMAC_FILTER_RULE) { in otx2_remove_flow()
1506 if (iter->rule_type & DMAC_FILTER_RULE) { in otx2_dmacflt_reinstall_flows()