Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c56 struct fw_page { struct
81 struct fw_page *nfp; in insert_page() argument
82 struct fw_page *tfp; in insert_page()
87 tfp = rb_entry(parent, struct fw_page, rb_node); in insert_page()
114 static struct fw_page *find_fw_page(struct mlx5_core_dev *dev, u64 addr) in find_fw_page()
118 struct fw_page *result = NULL; in find_fw_page()
119 struct fw_page *tfp; in find_fw_page()
122 tfp = rb_entry(tmp, struct fw_page, rb_node); in find_fw_page()
161 struct fw_page *fp; in alloc_4k()
167 fp = list_entry(dev->priv.free_list.next, struct fw_page, list); in alloc_4k()
[all …]