Searched refs:timer_mod (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_modules.h | 64 struct bfa_timer_mod_s timer_mod; /* timer module */ member
|
H A D | bfa_ioc.h | 336 struct bfa_timer_mod_s *timer_mod; member 921 struct bfa_ioc_cbfn_s *cbfn, struct bfa_timer_mod_s *timer_mod);
|
H A D | bfa_ioc.c | 31 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 D | bfa.h | 432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
H A D | bfa_core.c | 1529 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 D | bfad.c | 695 bfa_timer_beat(&bfad->bfa.timer_mod); in bfad_bfa_tmo()
|