Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dvcc.c356 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_wait_port_status()
690 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_config_port()
747 if (vport->status & VCC_PORT_AVAIL) { in i_vcc_add_port()
822 vport->status = VCC_PORT_AVAIL | VCC_PORT_ADDED; in i_vcc_add_port()
840 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_delete_port()
975 vport->status |= VCC_PORT_AVAIL; in vcc_attach()
1107 if ((vccp->port[i].status & VCC_PORT_AVAIL) && in vcc_detach()
1163 if ((vport->status & VCC_PORT_AVAIL) == 0) { in vcc_open()
1344 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_cons_tbl()
1433 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_turn_off_event()
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h164 #define VCC_PORT_AVAIL 0x1 /* port is configured */ macro