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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_phy.c655 this_phy->sata_timeout_timer = NULL;
996 if (this_phy->sata_timeout_timer != NULL)
998 scic_cb_timer_destroy(controller, this_phy->sata_timeout_timer);
999 this_phy->sata_timeout_timer = NULL;
1850 this_phy->sata_timeout_timer = scic_cb_timer_create(
1856 if (this_phy->sata_timeout_timer != NULL)
2304 if (this_phy->sata_timeout_timer != NULL)
2308 this_phy->sata_timeout_timer
2311 this_phy->sata_timeout_timer = NULL;
3795 this_phy->sata_timeout_timer,
[all...]
H A Dscic_sds_phy.h270 void * sata_timeout_timer; member in struct:SCIC_SDS_PHY

Completed in 159 milliseconds