Home
last modified time | relevance | path

Searched refs:AHC_SG_LEN_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c833 & AHC_SG_LEN_MASK); in ahc_handle_seqint()
3613 data_cnt &= ~AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
3629 sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
3631 && sglen < (data_cnt & AHC_SG_LEN_MASK)) { in ahc_handle_ign_wide_residue()
3639 data_cnt = 1 | (sglen & (~AHC_SG_LEN_MASK)); in ahc_handle_ign_wide_residue()
3641 + (sglen & AHC_SG_LEN_MASK) - 1; in ahc_handle_ign_wide_residue()
3697 + (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK) in ahc_reinitialize_dataptrs()
6186 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
6199 resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_calc_residual()
Daic7xxx.h519 #define AHC_SG_LEN_MASK 0x00FFFFFF macro