Home
last modified time | relevance | path

Searched refs:timer_mod (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_modules.h64 struct bfa_timer_mod_s timer_mod; /* timer module */ member
H A Dbfa_ioc.h336 struct bfa_timer_mod_s *timer_mod; member
921 struct bfa_ioc_cbfn_s *cbfn, struct bfa_timer_mod_s *timer_mod);
H A Dbfa_ioc.c31 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
36 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer, \
162 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
167 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
171 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->sem_timer, \
2336 struct bfa_timer_mod_s *timer_mod) in bfa_ioc_attach() argument
2340 ioc->timer_mod = timer_mod; in bfa_ioc_attach()
5065 bfa_timer_begin(diag->ioc->timer_mod, &diag->timer, in bfa_diag_memtest()
H A Dbfa.h432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
H A Dbfa_core.c1529 bfa_ioc_attach(&bfa->ioc, bfa, &bfa_iocfc_cbfn, &bfa->timer_mod); in bfa_iocfc_attach()
1536 INIT_LIST_HEAD(&bfa->timer_mod.timer_q); in bfa_iocfc_attach()
H A Dbfad.c695 bfa_timer_beat(&bfad->bfa.timer_mod); in bfad_bfa_tmo()