Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Duar.c99 bool map_wc) in alloc_uars_page() argument
138 if (map_wc) { in alloc_uars_page()
207 bool map_wc, bool fast_path) in alloc_bfreg() argument
218 if (map_wc) { in alloc_bfreg()
227 up = alloc_uars_page(mdev, map_wc); in alloc_bfreg()
252 bfreg->wc = map_wc; in alloc_bfreg()
260 bool map_wc, bool fast_path) in mlx5_alloc_bfreg() argument
264 err = alloc_bfreg(mdev, bfreg, map_wc, fast_path); in mlx5_alloc_bfreg()
268 if (err == -EAGAIN && map_wc) in mlx5_alloc_bfreg()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h1012 bool map_wc, bool fast_path);