Lines Matching refs:mc_private
1261 mc->mc_private = mc; in mlx_eventlog_cb()
1503 mc->mc_private = sc; /* XXX not needed */ in mlx_pause_action()
1616 mc->mc_private = mc; in mlx_enquire()
1781 mc->mc_private = mc; /* wake us when you're done */ in mlx_wait_command()
1788 mtx_sleep(mc->mc_private, &sc->mlx_io_lock, PRIBIO | PCATCH, "mlxwcmd", hz); in mlx_wait_command()
1816 mc->mc_private = NULL; /* we will poll for it */ in mlx_poll_command()
1849 bp = mc->mc_private; in mlx_startio_cb()
1937 mc->mc_private = bp; in mlx_startio()
1958 struct bio *bp = mc->mc_private; in mlx_completeio()
2000 mu = (struct mlx_usercommand *)mc->mc_private; in mlx_user_cb()
2098 mc->mc_private = mu; in mlx_user_command()
2367 } else if (mc->mc_private != NULL) { /* sleeping caller wants to know about it */ in mlx_complete()
2371 wakeup_one(mc->mc_private); in mlx_complete()