Searched refs:open_device_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 744 KASSERT(sc->open_device_map == 0, ("%s: device(s) still open (%x)", in cxgb_free() 745 __func__, sc->open_device_map)); in cxgb_free() 1536 KASSERT(sc->open_device_map == 0, ("%s: device(s) already open (%x)", in cxgb_up() 1537 __func__, sc->open_device_map)); in cxgb_up() 1663 if (sc->open_device_map == 0 && ((rc = cxgb_up(sc)) != 0)) in cxgb_init_locked() 1667 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked() 1690 setbit(&sc->open_device_map, p->port_id); in cxgb_init_locked() 1765 clrbit(&sc->open_device_map, pi->port_id); in cxgb_uninit_synchronized() 1799 if (sc->open_device_map == 0) in cxgb_uninit_synchronized() 2232 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout() [all …]
|
| H A D | cxgb_adapter.h | 379 uint32_t open_device_map; member 546 return isset(&adapter->open_device_map, OFFLOAD_DEVMAP_BIT); in offload_running()
|
| H A D | cxgb_sge.c | 968 if (sc->open_device_map == 0) in sge_timer_cb() 999 sc->open_device_map != 0) in sge_timer_cb()
|