Home
last modified time | relevance | path

Searched refs:VLDC_PORT_READY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvldc.h60 #define VLDC_PORT_READY 0x4 /* port is open and ready */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c818 case VLDC_PORT_READY: in i_vldc_close_port()
1115 if (vport->status == VLDC_PORT_READY) { in vldc_set_ldc_mode()
1155 vport->status = VLDC_PORT_READY; in vldc_set_ldc_mode()
1537 if (vport->status != VLDC_PORT_READY) { in vldc_read()
1610 if (vport->status != VLDC_PORT_READY) { in vldc_write()
1684 if (vport->status != VLDC_PORT_READY) { in vldc_chpoll()