Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
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()
147 flow_cfg->max_flows = allocated; in otx2_alloc_mcam_entries()
245 flow_cfg->max_flows = 0; in otx2vf_mcam_flow_init()
438 if (flow_cfg->nr_flows == flow_cfg->max_flows || in otx2_get_maxflows()
441 return flow_cfg->max_flows + flow_cfg->dmacflt_max_flows; in otx2_get_maxflows()
443 return flow_cfg->max_flows; in otx2_get_maxflows()
970 pf_mac->location = pfvf->flow_cfg->max_flows; in otx2_add_flow_with_pfmac()
999 if (!flow_cfg->max_flows) { in otx2_add_flow()
[all …]
Dotx2_tc.c61 if (!nic->flow_cfg->max_flows || is_otx2_vf(nic->pcifunc)) in otx2_tc_alloc_ent_bitmap()
68 kcalloc(BITS_TO_LONGS(nic->flow_cfg->max_flows), in otx2_tc_alloc_ent_bitmap()
685 if (bitmap_full(tc_info->tc_entries_bitmap, flow_cfg->max_flows)) { in otx2_tc_add_flow()
725 flow_cfg->max_flows); in otx2_tc_add_flow()
727 req->entry = flow_cfg->flow_ent[flow_cfg->max_flows - new_node->bitpos - 1]; in otx2_tc_add_flow()
Dotx2_devlink.c62 ctx->val.vu16 = flow_cfg->max_flows; in otx2_dl_mcam_count_get()
Dotx2_common.h293 u16 max_flows; member
Dotx2_pf.c1853 if (!pf->flow_cfg->max_flows) { in otx2_set_features()
1861 if (!pf->flow_cfg->max_flows) { in otx2_set_features()
/Linux-v5.15/include/net/
Dcfg80211.h1612 u32 max_flows; member
/Linux-v5.15/net/mac80211/
Dcfg.c4048 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/Linux-v5.15/net/wireless/
Dnl80211.c1179 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()