HomeSort by: relevance | last modified time | path
    Searched refs:MLX_SGL_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ld_mlx.c 174 sgphys = mlx->mlx_sgls_paddr + (MLX_SGL_SIZE * mc->mc_ident);
mlx.c 282 size = MLX_SGL_SIZE * MLX_MAX_QUEUECNT;
1933 sgloff = MLX_SGL_SIZE * mc->mc_ident;
1950 MLX_SGL_SIZE, BUS_DMASYNC_PREWRITE);
1964 MLX_SGL_SIZE * mc->mc_ident, MLX_SGL_SIZE,
mlxvar.h 66 #define MLX_SGL_SIZE (sizeof(struct mlx_sgentry) * MLX_MAX_SEGS)

Completed in 14 milliseconds