Searched refs:ioc_timer (Results 1 – 6 of 6) sorted by relevance
333 struct timer_list ioc_timer; member
169 struct timer_list ioc_timer; member
327 mod_timer(&ioc->ioc_timer, jiffies + in bfa_ioc_sm_getattr_entry()338 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()344 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()354 del_timer(&ioc->ioc_timer); in bfa_ioc_sm_getattr()
3694 setup_timer(&bnad->bna.ioceth.ioc.ioc_timer, bnad_ioc_timeout, in bnad_pci_probe()3773 del_timer_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_probe()3818 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