Searched refs:timer_mod (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_modules.h | 116 struct bfa_timer_mod_s timer_mod; /* timer module */ member
|
D | bfa_ioc.c | 37 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \ 42 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer, \ 146 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \ 151 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \ 155 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->sem_timer, \ 2117 struct bfa_timer_mod_s *timer_mod) in bfa_ioc_attach() argument 2121 ioc->timer_mod = timer_mod; in bfa_ioc_attach() 4830 bfa_timer_begin(diag->ioc->timer_mod, &diag->timer, in bfa_diag_memtest()
|
D | bfa_ioc.h | 300 struct bfa_timer_mod_s *timer_mod; member 820 struct bfa_ioc_cbfn_s *cbfn, struct bfa_timer_mod_s *timer_mod);
|
D | bfa.h | 432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
D | bfa_core.c | 1452 bfa_ioc_attach(&bfa->ioc, bfa, &bfa_iocfc_cbfn, &bfa->timer_mod); in bfa_iocfc_attach() 1459 INIT_LIST_HEAD(&bfa->timer_mod.timer_q); in bfa_iocfc_attach()
|
D | bfad.c | 704 bfa_timer_beat(&bfad->bfa.timer_mod); in bfad_bfa_tmo()
|