Home
last modified time | relevance | path

Searched refs:pgt_entry (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_pgt.c109 mlxsw_sp_pgt_entry_port_lookup(struct mlxsw_sp_pgt_entry *pgt_entry, in mlxsw_sp_pgt_entry_port_lookup() argument
114 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() local
129 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 …]
/linux-6.1.9/mm/
Dmremap.c391 enum pgt_entry { enum
403 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()