Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/
H A Disci_sysctl.c134 isci_sysctl_stop(struct ISCI_CONTROLLER *controller, uint32_t phy_to_be_stopped) in isci_sysctl_stop() argument
140 phy_to_be_stopped, &phy_handle); in isci_sysctl_stop()
149 uint32_t phy_to_be_stopped = 0xff; in isci_sysctl_stop_phy() local
151 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()