Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c115 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()
350 flow_cfg->def_ent[i + flow_cfg->unicast_offset]; in otx2_do_add_macfilter()
1346 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_install_rxvlan_offload_flow()
1375 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_delete_rxvlan_offload_flow()
Dotx2_pf.c2293 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2306 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2320 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2371 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
Dotx2_common.h320 u16 *def_ent; member