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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h170 DS_PORT_LDC_INIT, /* ldc successfully initialized */ enumerator in enum:__anon10331
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c465 port->state = DS_PORT_LDC_INIT;
838 if (port->state >= DS_PORT_LDC_INIT) {
H A Dds_common.c409 ASSERT(port->state >= DS_PORT_LDC_INIT);
928 port->state = DS_PORT_LDC_INIT;
1662 if (port->state != DS_PORT_LDC_INIT) {
1690 if (port->state == DS_PORT_LDC_INIT)
2438 port->state = DS_PORT_LDC_INIT;

Completed in 80 milliseconds