Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c1124 usb_port_mask_t port_mask; in ehci_root_hub_reset_occured() local
1135 port_mask = ehcip->ehci_root_hub.rh_intr_pending_status << 1; in ehci_root_hub_reset_occured()
1138 *curr_intr_reqp->intr_data->b_wptr++ = (uchar_t)port_mask; in ehci_root_hub_reset_occured()
1139 port_mask >>= 8; in ehci_root_hub_reset_occured()
1140 } while (port_mask != 0); in ehci_root_hub_reset_occured()
1847 usb_port_mask_t port_mask = 0; in ehci_handle_root_hub_status_change() local
1982 port_mask |= 1 << (i + 1); in ehci_handle_root_hub_status_change()
1990 if (ph && port_mask && curr_intr_reqp) { in ehci_handle_root_hub_status_change()
2014 *message->b_wptr++ = (uchar_t)port_mask; in ehci_handle_root_hub_status_change()
2015 port_mask >>= 8; in ehci_handle_root_hub_status_change()
[all …]
/titanic_50/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h134 __uint32_t port_mask; /* available niu ports */ member
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3775 usb_port_mask_t port_mask; in hubd_hotplug_thread() local
3778 port_mask = 1 << port; in hubd_hotplug_thread()
3786 port, port_mask, hubd->h_port_change, in hubd_hotplug_thread()
3792 if ((hubd->h_port_change & port_mask) == 0) { in hubd_hotplug_thread()
3796 hubd->h_port_change &= ~port_mask; in hubd_hotplug_thread()
4614 usb_port_mask_t port_mask = 1 << port; in hubd_reset_port() local
4626 hubd->h_port_reset_wait |= port_mask; in hubd_reset_port()
4668 if (hubd->h_port_reset_wait & port_mask) { in hubd_reset_port()
4672 (hubd->h_port_reset_wait & port_mask)) { in hubd_reset_port()
4678 hubd->h_port_reset_wait &= ~port_mask; in hubd_reset_port()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h373 int t4_mps_set_active_ports(struct adapter *adap, unsigned int port_mask);
/titanic_50/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3077 int port_mask[] = {CK804_INT_PDEV_INT, CK804_INT_SDEV_INT}; in ck804_intr_process() local
3079 if ((port_mask[port] & intr_status) == 0) { in ck804_intr_process()
3101 port_mask[port]); in ck804_intr_process()
3119 port_mask[port]); in ck804_intr_process()