Home
last modified time | relevance | path

Searched refs:max_flows (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A 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()
1094 if (!flow_cfg->max_flows) { in otx2_add_flow()
[all...]
H A Dotx2_devlink.c61 ctx->val.vu16 = flow_cfg->max_flows; in otx2_dl_mcam_count_get()
H A Dotx2_tc.c955 int mcam_idx = flow_cfg->max_flows - flow_cfg->nr_flows - 1; in otx2_tc_update_mcam_table_add_req()
1056 if (flow_cfg->nr_flows == flow_cfg->max_flows) { in otx2_tc_add_flow()
H A Dotx2_common.h365 u16 max_flows; member
H A Dotx2_common.c1877 if (!pfvf->flow_cfg->max_flows) { in otx2_handle_ntuple_tc_features()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1567 * @max_flows: maximum number of flows supported
1581 u32 max_flows; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h1836 * @max_flows: maximum number of flows supported
1850 u32 max_flows; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dcfg.c4015 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/kernel/linux/linux-6.6/net/mac80211/
H A Dcfg.c4525 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c1127 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c1245 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()

Completed in 81 milliseconds