Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c1842 int driveno; in mlx_startio_cb() local
1861 driveno = mlxd->mlxd_drive - sc->mlx_sysdrive; in mlx_startio_cb()
1864 if ((bp->bio_pblkno + blkcount) > sc->mlx_sysdrive[driveno].ms_size) in mlx_startio_cb()
1868 (u_long)sc->mlx_sysdrive[driveno].ms_size); in mlx_startio_cb()
1879 driveno, /* target drive number */ in mlx_startio_cb()
1885 (driveno << 3) | ((blkcount >> 8) & 0x07), in mlx_startio_cb()