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

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c794 if ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0) {
837 if (((hubd->h_port_state[port] & PORT_STATUS_CCS) == 0) ||
838 ((hubd->h_port_state[port] & PORT_STATUS_PSS) == 0)) {
1193 hubd->h_port_state[port] |= HUBD_CHILD_ATTACHING;
1217 hubd->h_port_state[port] &= ~HUBD_CHILD_ATTACHING;
1250 hubd->h_port_state[port] |= HUBD_CHILD_DETACHING;
1265 hubd->h_port_state[port] &= ~HUBD_CHILD_DETACHING;
1446 hubd->h_port_state[port] |= HUBD_CHILD_ZAP;
1462 hubd->h_port_state[port] &= ~HUBD_CHILD_ZAP;
1469 if (hubd->h_port_state[por
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h197 uint16_t h_port_state[MAX_PORTS + 1]; member in struct:hubd

Completed in 222 milliseconds