Home
last modified time | relevance | path

Searched refs:flow_ent (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c35 devm_kfree(pfvf->dev, flow_cfg->flow_ent); in otx2_clear_ntuple_flow_info()
36 flow_cfg->flow_ent = NULL; in otx2_clear_ntuple_flow_info()
55 req->entry = flow_cfg->flow_ent[ent]; in otx2_free_ntuple_mcam_entries()
85 flow_cfg->flow_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_alloc_mcam_entries()
87 if (!flow_cfg->flow_ent) { in otx2_alloc_mcam_entries()
124 flow_cfg->flow_ent[ent + allocated] = rsp->entry_list[ent]; in otx2_alloc_mcam_entries()
141 sort(&flow_cfg->flow_ent[0], allocated, in otx2_alloc_mcam_entries()
142 sizeof(flow_cfg->flow_ent[0]), mcam_entry_cmp, NULL); in otx2_alloc_mcam_entries()
1132 flow->entry = flow_cfg->flow_ent[flow->location]; in otx2_add_flow()
1348 req->start = flow_cfg->flow_ent[0]; in otx2_destroy_ntuple_flows()
[all …]
Dotx2_tc.c1162 tmp->entry = flow_cfg->flow_ent[mcam_idx]; in otx2_tc_update_mcam_table_add_req()
1301 req->entry = flow_cfg->flow_ent[mcam_idx]; in otx2_tc_add_flow()
Dotx2_common.h345 u16 *flow_ent; member