Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c331 if (!pf->flow_cfg->dmacflt_max_flows) in otx2_mcam_flow_init()
336 pf->flow_cfg->dmacflt_max_flows, in otx2_mcam_flow_init()
407 pf->flow_cfg->dmacflt_max_flows)) in otx2_add_macfilter()
490 flow_cfg->dmacflt_max_flows)) in otx2_get_maxflows()
491 return flow_cfg->max_flows + flow_cfg->dmacflt_max_flows; in otx2_get_maxflows()
1156 flow_cfg->dmacflt_max_flows)) { in otx2_add_flow()
1160 flow_cfg->dmacflt_max_flows, in otx2_add_flow()
1161 flow_cfg->dmacflt_max_flows); in otx2_add_flow()
1174 flow_cfg->dmacflt_max_flows); in otx2_add_flow()
1295 flow_cfg->dmacflt_max_flows) == 1) in otx2_remove_flow()
H A Dotx2_common.h360 u32 dmacflt_max_flows; member
H A Dotx2_pf.c1299 pf->flow_cfg->dmacflt_max_flows)) in otx2_cgx_config_loopback()