Searched refs:port_properties (Results 1 – 1 of 1) sorted by relevance
220 SCIC_PORT_PROPERTIES_T port_properties; in isci_remote_device_get_bitrate() local229 scic_port_get_properties(port_handle, &port_properties); in isci_remote_device_get_bitrate()233 while ((port_properties.phy_mask != 0) && in isci_remote_device_get_bitrate()234 !(port_properties.phy_mask & 0x1)) { in isci_remote_device_get_bitrate()237 port_properties.phy_mask >>= 1; in isci_remote_device_get_bitrate()