Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c444 port->state = DS_PORT_LDC_INIT; in ds_sys_ldc_init()
815 if (port->state >= DS_PORT_LDC_INIT) { in ds_remove_port()
H A Dds_common.c409 ASSERT(port->state >= DS_PORT_LDC_INIT); in ds_ldc_fini()
928 port->state = DS_PORT_LDC_INIT; in ds_handle_init_nack()
1662 if (port->state != DS_PORT_LDC_INIT) { in ds_send_init_req()
1690 if (port->state == DS_PORT_LDC_INIT) in ds_send_init_req()
2438 port->state = DS_PORT_LDC_INIT; in ds_port_reset()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h170 DS_PORT_LDC_INIT, /* ldc successfully initialized */ enumerator