Searched refs:MLX_SGL_SIZE (Results 1 – 3 of 3) sorted by relevance
282 size = MLX_SGL_SIZE * MLX_MAX_QUEUECNT; in mlx_init()1933 sgloff = MLX_SGL_SIZE * mc->mc_ident; in mlx_ccb_map()1950 MLX_SGL_SIZE, BUS_DMASYNC_PREWRITE); in mlx_ccb_map()1964 MLX_SGL_SIZE * mc->mc_ident, MLX_SGL_SIZE, in mlx_ccb_unmap()
174 sgphys = mlx->mlx_sgls_paddr + (MLX_SGL_SIZE * mc->mc_ident); in ld_mlx_dobio()
66 #define MLX_SGL_SIZE (sizeof(struct mlx_sgentry) * MLX_MAX_SEGS) macro