Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c363 if ((vport->status & VCC_PORT_OPEN) == 0) { in i_vcc_wait_port_status()
708 if (vport->status & VCC_PORT_OPEN) { in i_vcc_config_port()
845 if (vport->status & VCC_PORT_OPEN) { in i_vcc_delete_port()
1102 if (vport->status & VCC_PORT_OPEN) { in vcc_detach()
1169 if (vport->status & VCC_PORT_OPEN) { in vcc_open()
1185 vport->status |= VCC_PORT_OPEN; in vcc_open()
1213 VCC_PORT_TERM_RD|VCC_PORT_TERM_WR|VCC_PORT_OPEN; in vcc_open()
1229 if ((vport->status & VCC_PORT_OPEN) == 0) { in i_vcc_close_port()
1244 vport->status &= ~VCC_PORT_OPEN; in i_vcc_close_port()
1288 if ((vport->status & VCC_PORT_OPEN) == 0) { in vcc_close()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h165 #define VCC_PORT_OPEN 0x2 /* port is opened */ macro