Searched refs:mc_private (Results 1 – 2 of 2) sorted by relevance
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()[all …]
104 void *mc_private; /* submitter-private data or wait channel */ member