Home
last modified time | relevance | path

Searched refs:MLX_SGL_SIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dmlx.c282 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()
Dld_mlx.c174 sgphys = mlx->mlx_sgls_paddr + (MLX_SGL_SIZE * mc->mc_ident); in ld_mlx_dobio()
Dmlxvar.h66 #define MLX_SGL_SIZE (sizeof(struct mlx_sgentry) * MLX_MAX_SEGS) macro