Home
last modified time | relevance | path

Searched refs:reset_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h1028 const void *reset_thread; member
1200 MPASS(curthread == sc->reset_thread); in t4_read_reg()
1208 MPASS(curthread == sc->reset_thread); in t4_write_reg()
1216 MPASS(curthread == sc->reset_thread); in t4_read_reg64()
1230 MPASS(curthread == sc->reset_thread); in t4_write_reg64()
1243 MPASS(curthread == sc->reset_thread); in t4_os_pci_read_cfg1()
1251 MPASS(curthread == sc->reset_thread); in t4_os_pci_write_cfg1()
1260 MPASS(curthread == sc->reset_thread); in t4_os_pci_read_cfg2()
1268 MPASS(curthread == sc->reset_thread); in t4_os_pci_write_cfg2()
1276 MPASS(curthread == sc->reset_thread); in t4_os_pci_read_cfg4()
[all …]
H A Dt4_main.c1969 MPASS(sc->reset_thread == NULL); in restart_adapter()
1976 sc->reset_thread = curthread; in restart_adapter()
1980 sc->reset_thread = NULL; in restart_adapter()
1997 MPASS(sc->reset_thread == curthread); in set_adapter_hwstatus()
2003 sc->reset_thread = NULL; in set_adapter_hwstatus()