Searched refs:open_device_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 754 __func__, sc->open_device_map)); in cxgb_free() 1596 __func__, sc->open_device_map)); in cxgb_up() 1726 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked() 1750 setbit(&sc->open_device_map, p->port_id); in cxgb_init_locked() 1825 clrbit(&sc->open_device_map, pi->port_id); in cxgb_uninit_synchronized() 1859 if (sc->open_device_map == 0) in cxgb_uninit_synchronized() 2292 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout() 2304 if (!isset(&sc->open_device_map, pi->port_id)) in check_link_status() 2346 __func__, ifp->if_drv_flags, sc->open_device_map)); in check_t3b2_mac() 2440 if (!isset(&sc->open_device_map, pi->port_id)) in cxgb_tick_handler() [all …]
|
| H A D | cxgb_adapter.h | 381 uint32_t open_device_map; member 548 return isset(&adapter->open_device_map, OFFLOAD_DEVMAP_BIT); in offload_running()
|
| H A D | cxgb_sge.c | 973 if (sc->open_device_map == 0) in sge_timer_cb() 1004 sc->open_device_map != 0) in sge_timer_cb()
|