Searched refs:AIC_RESOURCE_SHORTAGE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h70 #define AIC_RESOURCE_SHORTAGE AIC_CONST_ENTRY(_RESOURCE_SHORTAGE) macro
375 if ((aic->flags & AIC_RESOURCE_SHORTAGE) != 0
379 aic->flags &= ~AIC_RESOURCE_SHORTAGE;
/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h111 #define AIC_RESOURCE_SHORTAGE 0x10 macro
H A Daic.c97 if ((aic->flags & AIC_RESOURCE_SHORTAGE) != 0 &&
100 aic->flags &= ~AIC_RESOURCE_SHORTAGE;
123 aic->flags |= AIC_RESOURCE_SHORTAGE;

Completed in 172 milliseconds