Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c22 #define DMAC_FILTER_RULE BIT(0) macro
1065 pf_mac->rule_type |= DMAC_FILTER_RULE; in otx2_add_flow_with_pfmac()
1145 if (flow->rule_type & DMAC_FILTER_RULE) in otx2_add_flow()
1166 flow->rule_type |= DMAC_FILTER_RULE; in otx2_add_flow()
1237 if ((iter->rule_type & DMAC_FILTER_RULE) && iter->entry == 0) { in otx2_update_rem_pfmac()
1274 if (flow->rule_type & DMAC_FILTER_RULE) { in otx2_remove_flow()
1509 if (iter->rule_type & DMAC_FILTER_RULE) { in otx2_dmacflt_reinstall_flows()