Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A Dhost.c1751 ihost->power_control.phys_granted_power = 0; in power_control_timeout()
1767 if (ihost->power_control.phys_granted_power >= max_spin_up(ihost)) in power_control_timeout()
1772 ihost->power_control.phys_granted_power++; in power_control_timeout()
1817 if (ihost->power_control.phys_granted_power < max_spin_up(ihost)) { in sci_controller_power_control_queue_insert()
1818 ihost->power_control.phys_granted_power++; in sci_controller_power_control_queue_insert()
2130 ihost->power_control.phys_granted_power = 0; in sci_controller_initialize_power_control()
H A Dhost.h98 u8 phys_granted_power; member