Searched defs:IS_BUSY (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgb/ | ||
H A D | cxgb_adapter.h | 139 #define IS_BUSY(sc) (sc->flags & CXGB_BUSY) macro |
/freebsd/sys/dev/cxgbe/ | ||
H A D | adapter.h | 190 #define IS_BUSY(sc) ((sc)->flags & CXGBE_BUSY) macro |