Searched refs:cpqfcTStimer (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSinit.c288 struct timer_list *cpqfcTStimer = NULL; local
419 cpqfcTStimer = &cpqfcHBAdata->cpqfcTStimer;
421 init_timer( cpqfcTStimer); // Linux clears next/prev values
422 cpqfcTStimer->expires = jiffies + HZ; // one second
423 cpqfcTStimer->data = (unsigned long)cpqfcHBAdata; // this adapter
424 cpqfcTStimer->function = cpqfcTSheartbeat; // handles timeouts, housekeeping
426 add_timer( cpqfcTStimer); // give it to Linux
727 del_timer( &cpqfcHBAdata->cpqfcTStimer);
H A DcpqfcTSstructs.h937 struct timer_list cpqfcTStimer; // FC utility timer for implicit member in struct:__anon2303
H A DcpqfcTSworker.c3250 mod_timer( &cpqfcHBAdata->cpqfcTStimer, jiffies + HZ);

Completed in 59 milliseconds