Home
last modified time | relevance | path

Searched refs:reg_chan (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h98 int (*reg_chan)(); /* interface for channel register */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c1980 rv = cinfo->reg_chan(cinfo->dip, ldcp->id, ldcp->devclass); in i_ldc_register_channel()
4653 cinfo->reg_chan == NULL || cinfo->unreg_chan == NULL || in ldc_register()
4665 ldcssp->cinfo.reg_chan = cinfo->reg_chan; in ldc_register()
4704 ldcssp->cinfo.reg_chan = NULL; in ldc_unregister()
H A Dcnex.c1056 cinfo.reg_chan = cnex_reg_chan; in cnex_attach()