Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c39 flow_cfg->max_flows = 0; in otx2_clear_ntuple_flow_info()
48 if (!flow_cfg->max_flows) in otx2_free_ntuple_mcam_entries()
52 for (ent = 0; ent < flow_cfg->max_flows; ent++) { in otx2_free_ntuple_mcam_entries()
149 flow_cfg->max_flows = allocated; in otx2_alloc_mcam_entries()
280 flow_cfg->max_flows = 0; in otx2vf_mcam_flow_init()
480 if (flow_cfg->nr_flows == flow_cfg->max_flows || in otx2_get_maxflows()
483 return flow_cfg->max_flows + flow_cfg->dmacflt_max_flows; in otx2_get_maxflows()
485 return flow_cfg->max_flows; in otx2_get_maxflows()
1064 pf_mac->location = pfvf->flow_cfg->max_flows; in otx2_add_flow_with_pfmac()
1093 if (!flow_cfg->max_flows) { in otx2_add_flow()
[all …]
Dotx2_devlink.c61 ctx->val.vu16 = flow_cfg->max_flows; in otx2_dl_mcam_count_get()
Dotx2_tc.c936 int mcam_idx = flow_cfg->max_flows - flow_cfg->nr_flows - 1; in otx2_tc_update_mcam_table_add_req()
1028 if (flow_cfg->nr_flows == flow_cfg->max_flows) { in otx2_tc_add_flow()
Dotx2_common.h365 u16 max_flows; member
Dotx2_common.c1872 if (!pfvf->flow_cfg->max_flows) { in otx2_handle_ntuple_tc_features()
/Linux-v6.6/include/net/
Dcfg80211.h1850 u32 max_flows; member
/Linux-v6.6/net/mac80211/
Dcfg.c4519 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/Linux-v6.6/net/wireless/
Dnl80211.c1245 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()