isci: convert phy_startup_timer to sci_timer
Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:

committed by
Dan Williams

szülő
6cb5853d3e
commit
bb3dbdf6c8
@@ -271,15 +271,14 @@ struct scic_sds_controller {
|
||||
|
||||
/* Phy Startup Data */
|
||||
/**
|
||||
* This field is the driver timer handle for controller phy request startup.
|
||||
* On controller start the controller will start each PHY individually in
|
||||
* order of phy index.
|
||||
* Timer for controller phy request startup. On controller start the
|
||||
* controller will start each PHY individually in order of phy index.
|
||||
*/
|
||||
void *phy_startup_timer;
|
||||
struct sci_timer phy_timer;
|
||||
|
||||
/**
|
||||
* This field is set when the phy_startup_timer is running and is cleared when
|
||||
* the phy_startup_timer is stopped.
|
||||
* This field is set when the phy_timer is running and is cleared when
|
||||
* the phy_timer is stopped.
|
||||
*/
|
||||
bool phy_startup_timer_pending;
|
||||
|
||||
|
Reference in New Issue
Block a user