Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c113 req->ref_entry = flow_cfg->def_ent[0]; in otx2_alloc_mcam_entries()
176 flow_cfg->def_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_mcam_entry_init()
178 if (!flow_cfg->def_ent) in otx2_mcam_entry_init()
205 devm_kfree(pfvf->dev, flow_cfg->def_ent); in otx2_mcam_entry_init()
210 flow_cfg->def_ent[ent] = rsp->entry_list[ent]; in otx2_mcam_entry_init()
377 flow_cfg->def_ent[i + flow_cfg->unicast_offset]; in otx2_do_add_macfilter()
1417 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_install_rxvlan_offload_flow()
1446 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_delete_rxvlan_offload_flow()
Dotx2_pf.c2464 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2477 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2491 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2542 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
Dotx2_common.h346 u16 *def_ent; member