Searched refs:cpqfcTStimer (Results 1 – 3 of 3) sorted by relevance
224 struct timer_list *cpqfcTStimer = NULL; in cpqfcTS_detect() local336 cpqfcTStimer = &cpqfcHBAdata->cpqfcTStimer; in cpqfcTS_detect()338 init_timer(cpqfcTStimer); // Linux clears next/prev values in cpqfcTS_detect()339 cpqfcTStimer->expires = jiffies + HZ; // one second in cpqfcTS_detect()340 cpqfcTStimer->data = (unsigned long) cpqfcHBAdata; // this adapter in cpqfcTS_detect()341 cpqfcTStimer->function = cpqfcTSheartbeat; // handles timeouts, housekeeping in cpqfcTS_detect()343 add_timer(cpqfcTStimer); // give it to Linux in cpqfcTS_detect()625 del_timer(&cpqfcHBAdata->cpqfcTStimer); in cpqfcTS_release()
910 struct timer_list cpqfcTStimer; // FC utility timer for implicit member
2560 mod_timer(&dev->cpqfcTStimer, jiffies + HZ); in cpqfcTSheartbeat()