Home
last modified time | relevance | path

Searched refs:timercb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_ioc.h40 bfa_timer_cbfn_t timercb; member
56 bfa_timer_cbfn_t timercb, void *arg,
Dbfa_ioc.c3232 elem->timercb(elem->arg); in bfa_timer_beat()
3241 void (*timercb) (void *), void *arg, unsigned int timeout) in bfa_timer_begin()
3244 WARN_ON(timercb == NULL); in bfa_timer_begin()
3248 timer->timercb = timercb; in bfa_timer_begin()