Searched refs:VCC_PORT_ADDED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h63 * 8. VCC_PORT_ADDED - A new port was added.
171 #define VCC_PORT_ADDED 0x80 /* added, no ack from vntsd */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c822 vport->status = VCC_PORT_AVAIL | VCC_PORT_ADDED;
1353 vport->status |= VCC_PORT_ADDED;
1369 vport->status &= ~VCC_PORT_ADDED;
1481 vport->status &= ~VCC_PORT_ADDED;
1511 i_vcc_turn_off_event(vccp, VCC_PORT_ADDED, VCC_POLL_ADD_PORT);
1540 if (vccp->port[i].status & VCC_PORT_ADDED) {
1596 if (vport->status & VCC_PORT_ADDED) {
1599 vport->status &= ~VCC_PORT_ADDED;

Completed in 48 milliseconds