Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c37 devm_kfree(pfvf->dev, flow_cfg->flow_ent); in otx2_clear_ntuple_flow_info()
38 flow_cfg->flow_ent = NULL; in otx2_clear_ntuple_flow_info()
57 req->entry = flow_cfg->flow_ent[ent]; in otx2_free_ntuple_mcam_entries()
87 flow_cfg->flow_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_alloc_mcam_entries()
89 if (!flow_cfg->flow_ent) { in otx2_alloc_mcam_entries()
126 flow_cfg->flow_ent[ent + allocated] = rsp->entry_list[ent]; in otx2_alloc_mcam_entries()
143 sort(&flow_cfg->flow_ent[0], allocated, in otx2_alloc_mcam_entries()
144 sizeof(flow_cfg->flow_ent[0]), mcam_entry_cmp, NULL); in otx2_alloc_mcam_entries()
1130 flow->entry = flow_cfg->flow_ent[flow->location]; in otx2_add_flow()
1346 req->start = flow_cfg->flow_ent[0]; in otx2_destroy_ntuple_flows()
[all …]
H A Dotx2_tc.c975 tmp->entry = flow_cfg->flow_ent[mcam_idx]; in otx2_tc_update_mcam_table_add_req()
1098 req->entry = flow_cfg->flow_ent[mcam_idx]; in otx2_tc_add_flow()
H A Dotx2_common.h345 u16 *flow_ent; member