Searched refs:phy_startup_timer (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.h361 void *phy_startup_timer; member in struct:SCIC_SDS_CONTROLLER
364 * This field is set when the phy_startup_timer is running and is cleared when
365 * the phy_startup_timer is stopped.
H A Dscic_sds_controller.c212 this_controller->phy_startup_timer = scic_cb_timer_create(
218 if (this_controller->phy_startup_timer == NULL)
1548 this_controller->phy_startup_timer,
1566 this_controller->phy_startup_timer
3799 if(this_controller->phy_startup_timer != NULL)
3801 scic_cb_timer_destroy(this_controller, this_controller->phy_startup_timer);
3802 this_controller->phy_startup_timer = NULL;
6658 this_controller->phy_startup_timer
6661 this_controller->phy_startup_timer = NULL;

Completed in 179 milliseconds