Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3002 usb_port_mask_t port_change = 0; in hubd_determine_port_connection() local
3027 port_change |= 1 << port; in hubd_determine_port_connection()
3030 return (port_change); in hubd_determine_port_connection()
3045 usb_port_mask_t port_change = 0; in hubd_check_ports() local
3125 port_change = hubd_determine_port_connection(hubd); in hubd_check_ports()
3127 if (port_change != 0 || hubd->h_port_change != 0) { in hubd_check_ports()
3132 hubd->h_port_change |= port_change; in hubd_check_ports()
3727 usb_port_mask_t port_change = hubd_mblk2portmask(data); in hubd_read_cb() local
3739 hubd->h_port_change |= port_change & in hubd_read_cb()
3747 if (hubd->h_port_reset_wait & port_change) { in hubd_read_cb()