Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c94 bool map_wc) in alloc_uars_page() argument
133 if (map_wc) { in alloc_uars_page()
202 bool map_wc, bool fast_path) in alloc_bfreg() argument
213 if (map_wc) { in alloc_bfreg()
222 up = alloc_uars_page(mdev, map_wc); in alloc_bfreg()
247 bfreg->wc = map_wc; in alloc_bfreg()
255 bool map_wc, bool fast_path) in mlx5_alloc_bfreg() argument
259 err = alloc_bfreg(mdev, bfreg, map_wc, fast_path); in mlx5_alloc_bfreg()
263 if (err == -EAGAIN && map_wc) in mlx5_alloc_bfreg()
/freebsd/sys/dev/mlx5/
H A Ddriver.h1024 bool map_wc, bool fast_path);