Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c37 flow_cfg->max_flows = 0; in otx2_clear_ntuple_flow_info()
46 if (!flow_cfg->max_flows) in otx2_free_ntuple_mcam_entries()
50 for (ent = 0; ent < flow_cfg->max_flows; ent++) { in otx2_free_ntuple_mcam_entries()
144 flow_cfg->max_flows = allocated; in otx2_alloc_mcam_entries()
285 flow_cfg->max_flows = 0; in otx2vf_mcam_flow_init()
488 if (flow_cfg->nr_flows == flow_cfg->max_flows || in otx2_get_maxflows()
491 return flow_cfg->max_flows + flow_cfg->dmacflt_max_flows; in otx2_get_maxflows()
493 return flow_cfg->max_flows; in otx2_get_maxflows()
1072 pf_mac->location = pfvf->flow_cfg->max_flows; in otx2_add_flow_with_pfmac()
1102 if (!flow_cfg->max_flows) { in otx2_add_flow()
[all …]
H A Dotx2_tc.c1151 int mcam_idx = flow_cfg->max_flows - flow_cfg->nr_flows - 1; in otx2_tc_update_mcam_table_add_req()
1267 if (flow_cfg->nr_flows == flow_cfg->max_flows) { in otx2_tc_add_flow()
H A Drep.c93 rep->flow_cfg->max_flows = allocated; in rvu_rep_mcam_flow_init()
H A Dotx2_common.c2040 if (!pfvf->flow_cfg->max_flows) { in otx2_handle_ntuple_tc_features()
/linux/include/net/
H A Dcfg80211.h2041 u32 max_flows; member
/linux/net/mac80211/
H A Dcfg.c4979 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/linux/net/wireless/
H A Dnl80211.c1365 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()