Searched refs:ioc_timer (Results 1 – 5 of 5) sorted by relevance
324 struct timer_list ioc_timer; member
166 struct timer_list ioc_timer; member
1692 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()
31 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, \
337 struct bfa_timer_s ioc_timer; member