Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvldc.h58 #define VLDC_PORT_CLOSED 0x1 /* port is closed */ macro
/titanic_41/usr/src/uts/sun4v/io/
H A Dvldc.c272 if (vport->status == VLDC_PORT_CLOSED) { in i_vldc_cb()
693 vport->status = VLDC_PORT_CLOSED; in i_vldc_add_port()
735 if (vport->status != VLDC_PORT_CLOSED) { in i_vldc_remove_port()
812 case VLDC_PORT_CLOSED: in i_vldc_close_port()
836 } while (vport->status != VLDC_PORT_CLOSED); in i_vldc_close_port()
838 if ((rv != 0) || (vport->status == VLDC_PORT_CLOSED)) in i_vldc_close_port()
862 vport->status = VLDC_PORT_CLOSED; in i_vldc_close_port()
1036 if (vport->status != VLDC_PORT_CLOSED) { in vldc_open()
1363 if ((vport->status != VLDC_PORT_CLOSED) && in i_vldc_ioctl_opt_op()