Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c113 req->ref_entry = flow_cfg->def_ent[0]; in otx2_alloc_mcam_entries()
174 flow_cfg->def_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_mcam_entry_init()
176 if (!flow_cfg->def_ent) in otx2_mcam_entry_init()
203 devm_kfree(pfvf->dev, flow_cfg->def_ent); in otx2_mcam_entry_init()
208 flow_cfg->def_ent[ent] = rsp->entry_list[ent]; in otx2_mcam_entry_init()
333 flow_cfg->def_ent[i + flow_cfg->unicast_offset]; in otx2_do_add_macfilter()
1294 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_install_rxvlan_offload_flow()
1323 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_delete_rxvlan_offload_flow()
Dotx2_pf.c2142 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2155 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2169 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
2220 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
Dotx2_common.h278 u16 *def_ent; member