Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c700 list_for_each_entry(pgdir, &priv->pgdir_list, list) in mlx4_db_alloc()
710 list_add(&pgdir->list, &priv->pgdir_list); in mlx4_db_alloc()
H A Dmlx4.h892 struct list_head pgdir_list; member