Searched refs:pgt_entry (Results 1 – 2 of 2) sorted by relevance
109 mlxsw_sp_pgt_entry_port_lookup(struct mlxsw_sp_pgt_entry *pgt_entry, in mlxsw_sp_pgt_entry_port_lookup() argument114 list_for_each_entry(pgt_entry_port, &pgt_entry->ports_list, list) { in mlxsw_sp_pgt_entry_port_lookup()125 struct mlxsw_sp_pgt_entry *pgt_entry; in mlxsw_sp_pgt_entry_create() local129 pgt_entry = kzalloc(sizeof(*pgt_entry), GFP_KERNEL); in mlxsw_sp_pgt_entry_create()130 if (!pgt_entry) in mlxsw_sp_pgt_entry_create()133 ret = idr_replace(&pgt->pgt_idr, pgt_entry, mid); in mlxsw_sp_pgt_entry_create()139 INIT_LIST_HEAD(&pgt_entry->ports_list); in mlxsw_sp_pgt_entry_create()140 pgt_entry->index = mid; in mlxsw_sp_pgt_entry_create()141 pgt_entry->smpe_index = smpe; in mlxsw_sp_pgt_entry_create()142 return pgt_entry; in mlxsw_sp_pgt_entry_create()[all …]
391 enum pgt_entry { enum403 static __always_inline unsigned long get_extent(enum pgt_entry entry, in get_extent()440 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry()