Searched refs:def_ent (Results 1 – 3 of 3) sorted by relevance
108 req->ref_entry = flow_cfg->def_ent[0]; in otx2_alloc_mcam_entries()173 flow_cfg->def_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_mcam_entry_init()175 if (!flow_cfg->def_ent) in otx2_mcam_entry_init()206 devm_kfree(pfvf->dev, flow_cfg->def_ent); in otx2_mcam_entry_init()211 flow_cfg->def_ent[ent] = rsp->entry_list[ent]; in otx2_mcam_entry_init()383 flow_cfg->def_ent[i + flow_cfg->unicast_offset]; in otx2_do_add_macfilter()1423 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_install_rxvlan_offload_flow()1452 req->entry = flow_cfg->def_ent[flow_cfg->rx_vlan_offset]; in otx2_delete_rxvlan_offload_flow()
2622 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()2635 flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()2649 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()2700 req->entry = flow_cfg->def_ent[flow_cfg->vf_vlan_offset + idx]; in otx2_do_set_vf_vlan()
345 u16 *def_ent; member