Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c162 topo_usb_protocol_t tul_protocol; member
642 lport->tul_protocol = TOPO_USB_P_1x; in topo_usb_set_rhub_port_protocol()
645 lport->tul_protocol = TOPO_USB_P_20; in topo_usb_set_rhub_port_protocol()
649 lport->tul_protocol = TOPO_USB_P_UNKNOWN; in topo_usb_set_rhub_port_protocol()
661 lport->tul_protocol = TOPO_USB_P_20; in topo_usb_set_rhub_port_protocol()
664 lport->tul_protocol = TOPO_USB_P_30; in topo_usb_set_rhub_port_protocol()
667 lport->tul_protocol = TOPO_USB_P_31; in topo_usb_set_rhub_port_protocol()
669 lport->tul_protocol = TOPO_USB_P_UNKNOWN; in topo_usb_set_rhub_port_protocol()
745 clport->tul_protocol = l->tul_protocol; in topo_usb_gather_devcfg_port()
1200 switch (l->tul_protocol) { in topo_usb_port_properties()