Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c338 del_timer_sync(&bfad->hal_tmo); in bfad_sm_failed()
387 del_timer_sync(&bfad->hal_tmo); in bfad_sm_stopping()
696 struct bfad_s *bfad = from_timer(bfad, t, hal_tmo); in bfad_bfa_tmo()
714 mod_timer(&bfad->hal_tmo, in bfad_bfa_tmo()
721 timer_setup(&bfad->hal_tmo, bfad_bfa_tmo, 0); in bfad_init_timer()
723 mod_timer(&bfad->hal_tmo, in bfad_init_timer()
871 del_timer_sync(&bfad->hal_tmo); in bfad_drv_uninit()
1459 del_timer_sync(&bfad->hal_tmo); in bfad_pci_error_detected()
1473 del_timer_sync(&bfad->hal_tmo); in bfad_pci_error_detected()
1607 del_timer_sync(&bfad->hal_tmo); in bfad_pci_mmio_enabled()
Dbfad_drv.h218 struct timer_list hal_tmo; member