Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_ioc.h33 bfa_timer_cbfn_t timercb; member
49 bfa_timer_cbfn_t timercb, void *arg,
Dbfa_ioc.c3217 elem->timercb(elem->arg); in bfa_timer_beat()
3226 void (*timercb) (void *), void *arg, unsigned int timeout) in bfa_timer_begin()
3229 WARN_ON(timercb == NULL); in bfa_timer_begin()
3233 timer->timercb = timercb; in bfa_timer_begin()