Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A Dhost.c1763 iphy = ihost->power_control.requesters[i]; in power_control_timeout()
1770 ihost->power_control.requesters[i] = NULL; in power_control_timeout()
1779 struct isci_phy *requester = ihost->power_control.requesters[j]; in power_control_timeout()
1792 ihost->power_control.requesters[j] = NULL; in power_control_timeout()
1858 ihost->power_control.requesters[iphy->phy_index] = iphy; in sci_controller_power_control_queue_insert()
1869 if (ihost->power_control.requesters[iphy->phy_index]) in sci_controller_power_control_queue_remove()
1872 ihost->power_control.requesters[iphy->phy_index] = NULL; in sci_controller_power_control_queue_remove()
2126 memset(ihost->power_control.requesters, 0, in sci_controller_initialize_power_control()
2127 sizeof(ihost->power_control.requesters)); in sci_controller_initialize_power_control()
H A Dhost.h104 struct isci_phy *requesters[SCI_MAX_PHYS]; member