Searched refs:phy_to_be_stopped (Results 1 – 1 of 1) sorted by relevance
134 isci_sysctl_stop(struct ISCI_CONTROLLER *controller, uint32_t phy_to_be_stopped) in isci_sysctl_stop() argument140 phy_to_be_stopped, &phy_handle); in isci_sysctl_stop()149 uint32_t phy_to_be_stopped = 0xff; in isci_sysctl_stop_phy() local151 int error = sysctl_handle_int(oidp, &phy_to_be_stopped, 0, req); in isci_sysctl_stop_phy()153 controller_index = phy_to_be_stopped / SCI_MAX_PHYS; in isci_sysctl_stop_phy()154 phy_index = phy_to_be_stopped % SCI_MAX_PHYS; in isci_sysctl_stop_phy()