Lines Matching refs:ioceth
1706 bfa_nw_ioc_timeout((void *) &bnad->bna.ioceth.ioc); in bnad_ioc_timeout()
1717 bfa_nw_ioc_hb_check((void *) &bnad->bna.ioceth.ioc); in bnad_ioc_hb_check()
1728 bfa_nw_iocpf_timeout((void *) &bnad->bna.ioceth.ioc); in bnad_iocpf_timeout()
1739 bfa_nw_iocpf_sem_timeout((void *) &bnad->bna.ioceth.ioc); in bnad_iocpf_sem_timeout()
2585 bna_ioceth_disable(&bnad->bna.ioceth, BNA_HARD_CLEANUP); in bnad_ioceth_disable()
2604 bna_ioceth_enable(&bnad->bna.ioceth); in bnad_ioceth_enable()
3695 setup_timer(&bnad->bna.ioceth.ioc.ioc_timer, bnad_ioc_timeout, in bnad_pci_probe()
3697 setup_timer(&bnad->bna.ioceth.ioc.hb_timer, bnad_ioc_hb_check, in bnad_pci_probe()
3699 setup_timer(&bnad->bna.ioceth.ioc.iocpf_timer, bnad_iocpf_timeout, in bnad_pci_probe()
3701 setup_timer(&bnad->bna.ioceth.ioc.sem_timer, bnad_iocpf_sem_timeout, in bnad_pci_probe()
3770 del_timer_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_probe()
3771 del_timer_sync(&bnad->bna.ioceth.ioc.sem_timer); in bnad_pci_probe()
3772 del_timer_sync(&bnad->bna.ioceth.ioc.hb_timer); in bnad_pci_probe()
3815 del_timer_sync(&bnad->bna.ioceth.ioc.ioc_timer); in bnad_pci_remove()
3816 del_timer_sync(&bnad->bna.ioceth.ioc.sem_timer); in bnad_pci_remove()
3817 del_timer_sync(&bnad->bna.ioceth.ioc.hb_timer); in bnad_pci_remove()