Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_ioc.h33 bfa_timer_cbfn_t timercb; member
49 bfa_timer_cbfn_t timercb, void *arg,
Dbfa_ioc.c3218 elem->timercb(elem->arg); in bfa_timer_beat()
3227 void (*timercb) (void *), void *arg, unsigned int timeout) in bfa_timer_begin()
3230 WARN_ON(timercb == NULL); in bfa_timer_begin()
3234 timer->timercb = timercb; in bfa_timer_begin()