Searched refs:open_device_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 747 __func__, sc->open_device_map)); in cxgb_free() 1582 __func__, sc->open_device_map)); in cxgb_up() 1712 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked() 1735 setbit(&sc->open_device_map, p->port_id); in cxgb_init_locked() 1810 clrbit(&sc->open_device_map, pi->port_id); in cxgb_uninit_synchronized() 1844 if (sc->open_device_map == 0) in cxgb_uninit_synchronized() 2277 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout() 2289 if (!isset(&sc->open_device_map, pi->port_id)) in check_link_status() 2331 __func__, if_getdrvflags(ifp), sc->open_device_map)); in check_t3b2_mac() 2425 if (!isset(&sc->open_device_map, pi->port_id)) in cxgb_tick_handler() [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 | 971 if (sc->open_device_map == 0) in sge_timer_cb() 1002 sc->open_device_map != 0) in sge_timer_cb()
|