Searched refs:open_device_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 753 __func__, sc->open_device_map)); in cxgb_free() 1590 __func__, sc->open_device_map)); in cxgb_up() 1720 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked() 1744 setbit(&sc->open_device_map, p->port_id); in cxgb_init_locked() 1819 clrbit(&sc->open_device_map, pi->port_id); in cxgb_uninit_synchronized() 1853 if (sc->open_device_map == 0) in cxgb_uninit_synchronized() 2284 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout() 2296 if (!isset(&sc->open_device_map, pi->port_id)) in check_link_status() 2338 __func__, ifp->if_drv_flags, sc->open_device_map)); in check_t3b2_mac() 2432 if (!isset(&sc->open_device_map, pi->port_id)) in cxgb_tick_handler() [all …]
|
| H A D | cxgb_adapter.h | 380 uint32_t open_device_map; member 571 return isset(&adapter->open_device_map, OFFLOAD_DEVMAP_BIT); in offload_running()
|
| H A D | cxgb_sge.c | 975 if (sc->open_device_map == 0) in sge_timer_cb() 1006 sc->open_device_map != 0) in sge_timer_cb()
|