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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h278 if ((sgptr & SG_RESID_VALID) != 0)
H A Daic7xxx_reg.h1631 #define SG_RESID_VALID 0x04 macro
H A Daic7xxx.c6233 * SG_RESID_VALID clear in sgptr.
6248 if ((sgptr & SG_RESID_VALID) == 0)
6251 sgptr &= ~SG_RESID_VALID;

Completed in 81 milliseconds