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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h276 if ((sgptr & SG_RESID_VALID) != 0)
H A Daic7xxx_reg.h1631 #define SG_RESID_VALID 0x04 macro
H A Daic7xxx.c6231 * SG_RESID_VALID clear in sgptr.
6246 if ((sgptr & SG_RESID_VALID) == 0)
6249 sgptr &= ~SG_RESID_VALID;

Completed in 79 milliseconds