Home
last modified time | relevance | path

Searched refs:IS_BUSY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1089 while (IS_BUSY(sc)) in cxgb_port_detach()
1683 while (!IS_DOOMED(p) && IS_BUSY(sc)) { in cxgb_init_locked()
1694 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in cxgb_init_locked()
1743 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in cxgb_init_locked()
1760 while (!IS_DOOMED(p) && IS_BUSY(sc)) { in cxgb_uninit_locked()
1770 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in cxgb_uninit_locked()
1777 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in cxgb_uninit_locked()
1879 error = IS_DOOMED(p) ? ENXIO : (IS_BUSY(sc) ? EBUSY : 0); in cxgb_ioctl()
1908 if (IS_BUSY(sc)) { in cxgb_ioctl()
1930 error = IS_DOOMED(p) ? ENXIO : (IS_BUSY(sc) ? EBUSY : 0); in cxgb_ioctl()
[all …]
H A Dcxgb_adapter.h139 #define IS_BUSY(sc) (sc->flags & CXGB_BUSY) macro
/freebsd/sys/dev/cxgbe/
H A Dadapter.h190 #define IS_BUSY(sc) ((sc)->flags & CXGBE_BUSY) macro
1048 KASSERT(IS_BUSY(sc) && \
H A Dt4_main.c6348 if (!IS_BUSY(sc)) { in begin_synchronized_op()
6364 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in begin_synchronized_op()
6390 while (IS_BUSY(sc)) in begin_vi_detach()
6405 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in end_vi_detach()
6424 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in end_synchronized_op()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c649 if (IS_BUSY(sc)) { in t4_listen_start()