Searched defs:port_change (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2952 usb_port_mask_t port_change = 0; local
2979 port_change |= 1 << port;
2982 return (port_change);
2997 usb_port_mask_t port_change = 0; local
3077 port_change = hubd_determine_port_connection(hubd);
3079 if (port_change) {
3084 hubd->h_port_change |= port_change;
3567 usb_port_mask_t port_change = hubd_mblk2portmask(data); local
3579 hubd->h_port_change |= port_change &
3587 if (hubd->h_port_reset_wait & port_change) {
[all...]

Completed in 1116 milliseconds