Searched refs:ioc_timer (Results 1 – 6 of 6) sorted by relevance
334 struct timer_list ioc_timer; member
170 struct timer_list ioc_timer; member
328 mod_timer(&ioc->ioc_timer, jiffies + in bfa_ioc_sm_getattr_entry()339 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()345 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()355 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()
3695 setup_timer(&bnad->bna.ioceth.ioc.ioc_timer, bnad_ioc_timeout, in bnad_pci_probe()3770 del_timer_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_probe()3815 del_timer_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_remove()
38 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \40 #define bfa_ioc_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)168 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \170 #define bfa_iocpf_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)173 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
301 struct bfa_timer_s ioc_timer; member