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

/freebsd-11.0-release/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-11.0-release/sys/dev/aic/
H A Daicvar.h109 #define AIC_RESOURCE_SHORTAGE 0x10 macro
H A Daic.c95 if ((aic->flags & AIC_RESOURCE_SHORTAGE) != 0 &&
98 aic->flags &= ~AIC_RESOURCE_SHORTAGE;
121 aic->flags |= AIC_RESOURCE_SHORTAGE;

Completed in 59 milliseconds