Home
last modified time | relevance | path

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

/freebsd/sys/dev/scc/
H A Dscc_core.c71 ch = &sc->sc_chan[c]; in scc_bfe_intr()
82 ch = &sc->sc_chan[c]; in scc_bfe_intr()
143 sc->sc_chan = malloc(sizeof(struct scc_chan) * cl->cl_channels, in scc_bfe_attach()
146 ch = &sc->sc_chan[c]; in scc_bfe_attach()
170 ch = &sc->sc_chan[c]; in scc_bfe_attach()
190 sc->sc_chan[0].ch_ires; in scc_bfe_attach()
233 ch = &sc->sc_chan[c]; in scc_bfe_attach()
255 if (sc->sc_chan[0].ch_ires != NULL) in scc_bfe_attach()
263 ch = &sc->sc_chan[c]; in scc_bfe_attach()
293 ch = &sc->sc_chan[c]; in scc_bfe_attach()
[all …]
H A Dscc_dev_z8530.c147 ch[0] = &sc->sc_chan[0]; in z8530_bfe_ipend()
148 ch[1] = &sc->sc_chan[1]; in z8530_bfe_ipend()
H A Dscc_bfe.h129 struct scc_chan *sc_chan; member
H A Dscc_dev_quicc.c133 ch = &sc->sc_chan[c]; in quicc_bfe_ipend()
/freebsd/lib/libcasper/libcasper/
H A Dservice.c73 cap_channel_t *sc_chan; member
221 sconn->sc_chan = cap_wrap(sock, in service_connection_add()
223 if (sconn->sc_chan == NULL) { in service_connection_add()
235 (void)cap_unwrap(sconn->sc_chan, NULL); in service_connection_add()
245 (void)cap_unwrap(sconn->sc_chan, NULL); in service_connection_add()
265 cap_close(sconn->sc_chan); in service_connection_remove()
298 return (sconn->sc_chan); in service_connection_get_chan()
307 return (cap_sock(sconn->sc_chan)); in service_connection_get_sock()