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

  /src/sys/dev/ic/
mlxvar.h 69 #define MLX_MAX_DRIVES 32
154 struct mlx_sysdrive mlx_sysdrive[MLX_MAX_DRIVES];
mlx.c 486 if (mlx->mlx_max_queuecnt < MLX_NCCBS_CONTROL + MLX_MAX_DRIVES)
590 sizeof(*mes) * MLX_MAX_DRIVES, NULL, waitok);
601 for (i = 0; i < MLX_MAX_DRIVES; i++, ms++) {
866 for (i = 0; i < MLX_MAX_DRIVES; i++) {
888 if ((u_int)*arg >= MLX_MAX_DRIVES)
891 if (*arg > MLX_MAX_DRIVES || ms->ms_dv == NULL)
1020 sizeof(struct mlx_enq_sys_drive) * MLX_MAX_DRIVES,

Completed in 15 milliseconds