Searched refs:port_properties (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/isci/
H A Disci_remote_device.c222 SCIC_PORT_PROPERTIES_T port_properties; local
231 scic_port_get_properties(port_handle, &port_properties);
235 while ((port_properties.phy_mask != 0) &&
236 !(port_properties.phy_mask & 0x1)) {
239 port_properties.phy_mask >>= 1;

Completed in 101 milliseconds