Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mlx/
Dmlx_disk.c256 sc->mlxd_disk->d_maxsize = 8 * MLX_PAGE_SIZE; in mlxd_attach()
259 s2 = (sc->mlxd_controller->mlx_enq2->me_max_sg - 1) * MLX_PAGE_SIZE; in mlxd_attach()
Dmlxreg.h30 #define MLX_PAGE_SIZE 4096 /* controller, not cpu, attribute */ macro