• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/isci/scil/

Lines Matching refs:power_control

241    this_controller->power_control.timer = scic_cb_timer_create(
248 this_controller->power_control.requesters,
250 sizeof(this_controller->power_control.requesters)
253 this_controller->power_control.phys_waiting = 0;
254 this_controller->power_control.remote_devices_granted_power = 0;
1825 this_controller, this_controller->power_control.timer,
1829 this_controller->power_control.timer_started = TRUE;
1842 if (this_controller->power_control.timer_started)
1845 this_controller, this_controller->power_control.timer
1848 this_controller->power_control.timer_started = FALSE;
1879 this_controller->power_control.remote_devices_granted_power = 0;
1881 if (this_controller->power_control.phys_waiting == 0)
1883 this_controller->power_control.timer_started = FALSE;
1892 && (this_controller->power_control.phys_waiting != 0);
1895 if (this_controller->power_control.requesters[i] != NULL)
1897 if ( this_controller->power_control.remote_devices_granted_power <
1901 the_phy = this_controller->power_control.requesters[i];
1902 this_controller->power_control.requesters[i] = NULL;
1903 this_controller->power_control.phys_waiting--;
1904 this_controller->power_control.remote_devices_granted_power ++;
1914 current_requester_phy = this_controller->power_control.requesters[j];
1916 //Search the power_control queue to see if there are other phys attached to
1925 this_controller->power_control.requesters[j] = NULL;
1926 this_controller->power_control.phys_waiting--;
1958 if( this_controller->power_control.remote_devices_granted_power <
1962 this_controller->power_control.remote_devices_granted_power ++;
1965 //stop and start the power_control timer. When the timer fires, the
1994 this_controller->power_control.requesters[the_phy->phy_index] = the_phy;
1995 this_controller->power_control.phys_waiting++;
2014 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL)
2016 this_controller->power_control.phys_waiting--;
2019 this_controller->power_control.requesters[the_phy->phy_index] = NULL;
3805 if(this_controller->power_control.timer != NULL)
3807 scic_cb_timer_destroy(this_controller, this_controller->power_control.timer);
3808 this_controller->power_control.timer = NULL;