Searched refs:mc_sc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/mly/ |
| D | mlyvar.h | 119 struct mly_softc *mc_sc; /* controller that owns us */ member 324 TAILQ_INSERT_TAIL(&mc->mc_sc->mly_ ## name, mc, mc_link); \ 325 MLYQ_ADD(mc->mc_sc, index); \ 331 TAILQ_INSERT_HEAD(&mc->mc_sc->mly_ ## name, mc, mc_link); \ 332 MLYQ_ADD(mc->mc_sc, index); \ 349 TAILQ_REMOVE(&mc->mc_sc->mly_ ## name, mc, mc_link); \ 350 MLYQ_REMOVE(mc->mc_sc, index); \
|
| D | mly.c | 903 struct mly_softc *sc = mc->mc_sc; in mly_complete_rescan() 1285 struct mly_softc *sc = mc->mc_sc; in mly_complete_event() 1446 struct mly_softc *sc = mc->mc_sc; in mly_immediate_command() 1464 mly_done(mc->mc_sc); in mly_immediate_command() 1480 struct mly_softc *sc = mc->mc_sc; in mly_start() 1772 mc->mc_sc = sc; in mly_alloc_commands() 1813 struct mly_softc *sc = mc->mc_sc; in mly_map_command_sg() 1869 struct mly_softc *sc = mc->mc_sc; in mly_map_command() 1900 struct mly_softc *sc = mc->mc_sc; in mly_unmap_command() 2333 struct mly_softc *sc = mc->mc_sc; in mly_cam_complete() [all …]
|
| /freebsd-12-stable/sys/dev/mlx/ |
| D | mlx.c | 1146 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_enquiry() 1270 mc->mc_sc->mlx_lastevent, 0, 0, mc->mc_dataphys, 0); in mlx_eventlog_cb() 1349 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_eventlog_respond() 1423 struct mlx_softc *sc = mc->mc_sc; in mlx_periodic_rebuild() 1532 struct mlx_softc *sc = mc->mc_sc; in mlx_pause_done() 1568 sc = mc->mc_sc; in mlx_enquire_cb() 1785 struct mlx_softc *sc = mc->mc_sc; in mlx_wait_command() 1820 struct mlx_softc *sc = mc->mc_sc; in mlx_poll_command() 1834 mlx_done(mc->mc_sc, 1); in mlx_poll_command() 1859 sc = mc->mc_sc; in mlx_startio_cb() [all …]
|
| D | mlxvar.h | 85 struct mlx_softc *mc_sc; /* controller that owns us */ member
|