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

/freebsd-9.3-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-9.3-release/sys/dev/aic/
H A Daicvar.h107 #define AIC_RESOURCE_SHORTAGE 0x10 macro
H A Daic.c91 if ((aic->flags & AIC_RESOURCE_SHORTAGE) != 0 &&
94 aic->flags &= ~AIC_RESOURCE_SHORTAGE;
120 aic->flags |= AIC_RESOURCE_SHORTAGE;

Completed in 119 milliseconds