Searched refs:IS_BUSY (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1088 while (IS_BUSY(sc))
1682 while (!IS_DOOMED(p) && IS_BUSY(sc)) {
1693 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__));
1743 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__));
1760 while (!IS_DOOMED(p) && IS_BUSY(sc)) {
1770 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__));
1777 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__));
1879 error = IS_DOOMED(p) ? ENXIO : (IS_BUSY(sc) ? EBUSY : 0);
1908 if (IS_BUSY(sc)) {
1930 error = IS_DOOMED(p) ? ENXIO : (IS_BUSY(s
[all...]
H A Dcxgb_adapter.h141 #define IS_BUSY(sc) (sc->flags & CXGB_BUSY) macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h181 #define IS_BUSY(sc) ((sc)->flags & CXGBE_BUSY) macro
902 KASSERT(IS_BUSY(sc) && \
H A Dt4_main.c4883 if (!IS_BUSY(sc)) {
4899 KASSERT(!IS_BUSY(sc), ("%s: controller busy.", __func__));
4926 while (IS_BUSY(sc))
4949 KASSERT(IS_BUSY(sc), ("%s: controller not busy.", __func__));
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c104 #define IS_BUSY(sc) ((SCD_READ(sc, IREG_STATUS) & SBIT_BUSY) != 0) macro
733 if (IS_BUSY(sc)) {
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c801 if (IS_BUSY(sc)) {
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c527 if (IS_BUSY(sc)) {

Completed in 256 milliseconds