Home
last modified time | relevance | path

Searched refs:ioc_timer (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/brocade/bna/ !
H A Dbnad.h324 struct timer_list ioc_timer; member
H A Dbfa_ioc.h166 struct timer_list ioc_timer; member
H A Dbnad.c1692 bna.ioceth.ioc.ioc_timer); in bnad_ioc_timeout()
3662 timer_setup(&bnad->bna.ioceth.ioc.ioc_timer, bnad_ioc_timeout, 0); in bnad_pci_probe()
3733 timer_delete_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_probe()
3776 timer_delete_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_remove()
/linux/drivers/scsi/bfa/ !
H A Dbfa_ioc.c31 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
33 #define bfa_ioc_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)
162 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
164 #define bfa_iocpf_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)
167 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
H A Dbfa_ioc.h337 struct bfa_timer_s ioc_timer; member