Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c1135 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_enquiry()
1259 mc->mc_sc->mlx_lastevent, 0, 0, mc->mc_dataphys, 0); in mlx_eventlog_cb()
1338 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_eventlog_respond()
1412 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_rebuild()
1521 struct mlx_softc *sc = mc->mc_sc; in mlx_pause_done()
1557 sc = mc->mc_sc; in mlx_enquire_cb()
1774 struct mlx_softc *sc = mc->mc_sc; in mlx_wait_command()
1809 struct mlx_softc *sc = mc->mc_sc; in mlx_poll_command()
1823 mlx_done(mc->mc_sc, 1); in mlx_poll_command()
1848 sc = mc->mc_sc; in mlx_startio_cb()
[all …]
H A Dmlxvar.h86 struct mlx_softc *mc_sc; /* controller that owns us */ member