Home
last modified time | relevance | path

Searched refs:SG_RESID_VALID (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_inline.h276 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
Daic7xxx_reg.h1628 #define SG_RESID_VALID 0x04 macro
Daic7xxx.reg1060 field SG_RESID_VALID 0x04 /* In the first byte */
Daic7xxx_core.c6160 if ((sgptr & SG_RESID_VALID) == 0) in ahc_calc_residual()
6163 sgptr &= ~SG_RESID_VALID; in ahc_calc_residual()
Daic7xxx.seq1661 or SCB_SGPTR, SG_RESID_VALID;