Home
last modified time | relevance | path

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

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