Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h509 #define AHC_SG_LEN_MASK 0x00FFFFFF macro
H A Daic7xxx_core.c1407 & AHC_SG_LEN_MASK); in ahc_handle_seqint()
4184 data_cnt &= ~AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4200 sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4202 && sglen < (data_cnt & AHC_SG_LEN_MASK)) { in ahc_handle_ign_wide_residue()
4210 data_cnt = 1 | (sglen & (~AHC_SG_LEN_MASK)); in ahc_handle_ign_wide_residue()
4212 + (sglen & AHC_SG_LEN_MASK) - 1; in ahc_handle_ign_wide_residue()
4268 + (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK) in ahc_reinitialize_dataptrs()
6640 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
6653 resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_calc_residual()