Home
last modified time | relevance | path

Searched refs:FULL_INIT_DONE (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_main.c761 if (sc->flags & FULL_INIT_DONE) { in cxgb_free()
763 sc->flags &= ~FULL_INIT_DONE; in cxgb_free()
1122 if (sc->flags & FULL_INIT_DONE) { in t3_fatal_err()
1539 if ((sc->flags & FULL_INIT_DONE) == 0) { in cxgb_up()
1575 sc->flags |= FULL_INIT_DONE; in cxgb_up()
1655 may_sleep = sc->flags & FULL_INIT_DONE ? 0 : 1; in cxgb_init_locked()
2202 if (sc->flags & FULL_INIT_DONE) { in cxgb_get_counter()
2342 if (sc->flags & CXGB_SHUTDOWN || !(sc->flags & FULL_INIT_DONE)) in cxgb_tick_handler()
2622 if ((sc->flags & FULL_INIT_DONE) == 0) in cxgb_extension_ioctl()
2651 if (sc->open_device_map || sc->flags & FULL_INIT_DONE) { in cxgb_extension_ioctl()
[all …]
HDcxgb_adapter.h122 FULL_INIT_DONE = (1 << 0), enumerator
HDcxgb_sge.c3289 if ((sc->flags & FULL_INIT_DONE) == 0) in t3_set_coalesce_usecs()
3331 if ((sc->flags & FULL_INIT_DONE) == 0) in t3_pkt_timestamp()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_filter.c984 if (!(sc->flags & FULL_INIT_DONE) && ((rc = adapter_init(sc)) != 0)) in set_filter()
1148 if (!(sc->flags & FULL_INIT_DONE)) in del_filter()
HDt4_main.c1797 if (sc->flags & FULL_INIT_DONE) { in t4_detach_common()
2099 if (sc->flags & FULL_INIT_DONE) { in stop_lld()
2115 if (sc->flags & FULL_INIT_DONE) { in stop_lld()
2405 if (sc->flags & FULL_INIT_DONE) { in restart_lld()
6557 if (!(sc->flags & FULL_INIT_DONE) && ((rc = adapter_init(sc)) != 0)) in cxgbe_init_synchronized()
6900 KASSERT((sc->flags & FULL_INIT_DONE) == 0, in adapter_init()
6907 sc->flags |= FULL_INIT_DONE; in adapter_init()
6929 sc->flags &= ~FULL_INIT_DONE; in adapter_full_uninit()
11684 if (sc->flags & FULL_INIT_DONE && in load_fw()
12630 if (!(sc->flags & FULL_INIT_DONE)) { in t4_activate_uld()
HDadapter.h153 FULL_INIT_DONE = (1 << 0), enumerator