Searched refs:pgt_entry (Results 1 – 2 of 2) sorted by relevance
99 mlxsw_sp_pgt_entry_port_lookup(struct mlxsw_sp_pgt_entry *pgt_entry, in mlxsw_sp_pgt_entry_port_lookup() argument104 list_for_each_entry(pgt_entry_port, &pgt_entry->ports_list, list) { in mlxsw_sp_pgt_entry_port_lookup()115 struct mlxsw_sp_pgt_entry *pgt_entry; in mlxsw_sp_pgt_entry_create() local119 pgt_entry = kzalloc(sizeof(*pgt_entry), GFP_KERNEL); in mlxsw_sp_pgt_entry_create()120 if (!pgt_entry) in mlxsw_sp_pgt_entry_create()123 ret = idr_replace(&pgt->pgt_idr, pgt_entry, mid); in mlxsw_sp_pgt_entry_create()129 INIT_LIST_HEAD(&pgt_entry->ports_list); in mlxsw_sp_pgt_entry_create()130 pgt_entry->index = mid; in mlxsw_sp_pgt_entry_create()131 pgt_entry->smpe_index = smpe; in mlxsw_sp_pgt_entry_create()132 return pgt_entry; in mlxsw_sp_pgt_entry_create()[all …]
409 enum pgt_entry { enum421 static __always_inline unsigned long get_extent(enum pgt_entry entry, in get_extent()458 static bool move_pgt_entry(enum pgt_entry entry, struct vm_area_struct *vma, in move_pgt_entry()