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.c1086 while (IS_BUSY(sc)) in cxgb_port_detach()
1637 while (!IS_DOOMED(p) && IS_BUSY(sc)) { in cxgb_init_locked()
1648 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in cxgb_init_locked()
1697 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in cxgb_init_locked()
1714 while (!IS_DOOMED(p) && IS_BUSY(sc)) { in cxgb_uninit_locked()
1724 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in cxgb_uninit_locked()
1731 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in cxgb_uninit_locked()
1833 error = IS_DOOMED(p) ? ENXIO : (IS_BUSY(sc) ? EBUSY : 0); in cxgb_ioctl()
1862 if (IS_BUSY(sc)) { in cxgb_ioctl()
1884 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.c6446 if (!IS_BUSY(sc)) { in begin_synchronized_op()
6463 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__)); in begin_synchronized_op()
6489 while (IS_BUSY(sc)) in begin_vi_detach()
6504 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in end_vi_detach()
6523 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__)); in end_synchronized_op()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c679 if (IS_BUSY(sc)) { in t4_listen_start()