Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c115 req->ref_entry = flow_cfg->def_ent[0]; in otx2_alloc_mcam_entries()
178 flow_cfg->def_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_mcam_entry_init()
180 if (!flow_cfg->def_ent) in otx2_mcam_entry_init()
207 devm_kfree(pfvf->dev, flow_cfg->def_ent); in otx2_mcam_entry_init()
212 flow_cfg->def_ent[ent] = rsp->entry_list[ent]; in otx2_mcam_entry_init()
375 flow_cfg->def_ent[i + flow_cfg->unicast_offset]; in otx2_do_add_macfilter()
1396 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_install_rxvlan_offload_flow()
1425 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_delete_rxvlan_offload_flow()
Dotx2_pf.c2371 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2384 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2398 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2449 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