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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h256 if ((sgptr & SG_RESID_VALID) != 0)
H A Daic7xxx_reg.h566 #define SG_RESID_VALID 0x04 macro
H A Daic7xxx_core.c5933 * SG_RESID_VALID clear in sgptr.
5948 if ((sgptr & SG_RESID_VALID) == 0)
5951 sgptr &= ~SG_RESID_VALID;

Completed in 48 milliseconds