Lines Matching refs:flow_ent
35 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()
1349 req->end = flow_cfg->flow_ent[flow_cfg->max_flows - 1]; in otx2_destroy_ntuple_flows()