Searched refs:unreg_chan (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h99 int (*unreg_chan)(); /* interface for channel unregister */ member in struct:ldc_cnex
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2008 (void) cinfo->unreg_chan(cinfo->dip, ldcp->id);
2018 (void) cinfo->unreg_chan(cinfo->dip, ldcp->id);
2081 rv = cinfo->unreg_chan(ldcssp->cinfo.dip, ldcp->id);
4670 cinfo->reg_chan == NULL || cinfo->unreg_chan == NULL ||
4683 ldcssp->cinfo.unreg_chan = cinfo->unreg_chan;
4722 ldcssp->cinfo.unreg_chan = NULL;
H A Dcnex.c1057 cinfo.unreg_chan = cnex_unreg_chan;

Completed in 98 milliseconds