Home
last modified time | relevance | path

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

/Linux-v6.1/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()
256 flow_cfg->max_flows = 0; in otx2vf_mcam_flow_init()
455 if (flow_cfg->nr_flows == flow_cfg->max_flows || in otx2_get_maxflows()
458 return flow_cfg->max_flows + flow_cfg->dmacflt_max_flows; in otx2_get_maxflows()
460 return flow_cfg->max_flows; in otx2_get_maxflows()
1014 pf_mac->location = pfvf->flow_cfg->max_flows; in otx2_add_flow_with_pfmac()
1043 if (!flow_cfg->max_flows) { in otx2_add_flow()
[all …]
Dotx2_devlink.c62 ctx->val.vu16 = flow_cfg->max_flows; in otx2_dl_mcam_count_get()
Dotx2_tc.c67 if (!nic->flow_cfg->max_flows) in otx2_tc_alloc_ent_bitmap()
74 kcalloc(BITS_TO_LONGS(nic->flow_cfg->max_flows), in otx2_tc_alloc_ent_bitmap()
768 if (bitmap_full(tc_info->tc_entries_bitmap, flow_cfg->max_flows)) { in otx2_tc_add_flow()
808 flow_cfg->max_flows); in otx2_tc_add_flow()
810 req->entry = flow_cfg->flow_ent[flow_cfg->max_flows - new_node->bitpos - 1]; in otx2_tc_add_flow()
Dotx2_common.h335 u16 max_flows; member
Dotx2_common.c1781 if (!pfvf->flow_cfg->max_flows) { in otx2_handle_ntuple_tc_features()
1789 if (!pfvf->flow_cfg->max_flows) { in otx2_handle_ntuple_tc_features()
/Linux-v6.1/include/net/
Dcfg80211.h1794 u32 max_flows; member
/Linux-v6.1/net/mac80211/
Dcfg.c4367 txqstats->max_flows = local->fq.flows_cnt; in ieee80211_get_txq_stats()
/Linux-v6.1/net/wireless/
Dnl80211.c1232 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()