Searched refs:timer_mod (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/scsi/bfa/ | 
| D | bfa_modules.h | 64 	struct bfa_timer_mod_s	timer_mod;	/*  timer module	    */  member
 | 
| D | bfa_ioc.h | 297 	struct bfa_timer_mod_s	*timer_mod;  member879 		struct bfa_ioc_cbfn_s *cbfn, struct bfa_timer_mod_s *timer_mod);
 
 | 
| D | bfa_ioc.c | 31 	bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer,	\36 	bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer,		\
 161 	bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer,	\
 166 	bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer,	\
 170 	bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->sem_timer,	\
 2358 	       struct bfa_timer_mod_s *timer_mod)  in bfa_ioc_attach()  argument
 2362 	ioc->timer_mod	= timer_mod;  in bfa_ioc_attach()
 5086 	bfa_timer_begin(diag->ioc->timer_mod, &diag->timer,  in bfa_diag_memtest()
 
 | 
| D | bfa.h | 424 	bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
 | 
| 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()
 
 | 
| D | bfad.c | 694 	bfa_timer_beat(&bfad->bfa.timer_mod);  in bfad_bfa_tmo()
 |