Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvcc.c353 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_wait_port_status()
687 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_config_port()
744 if (vport->status & VCC_PORT_AVAIL) { in i_vcc_add_port()
819 vport->status = VCC_PORT_AVAIL | VCC_PORT_ADDED; in i_vcc_add_port()
837 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_delete_port()
972 vport->status |= VCC_PORT_AVAIL; in vcc_attach()
1104 if ((vccp->port[i].status & VCC_PORT_AVAIL) && in vcc_detach()
1160 if ((vport->status & VCC_PORT_AVAIL) == 0) { in vcc_open()
1341 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_cons_tbl()
1430 if ((vport->status & VCC_PORT_AVAIL) == 0) { in i_vcc_turn_off_event()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h164 #define VCC_PORT_AVAIL 0x1 /* port is configured */ macro