Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h509 #define AHC_SG_LEN_MASK 0x00FFFFFF macro
Daic7xxx_core.c1415 & AHC_SG_LEN_MASK); in ahc_handle_seqint()
4209 data_cnt &= ~AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4225 sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4227 && sglen < (data_cnt & AHC_SG_LEN_MASK)) { in ahc_handle_ign_wide_residue()
4235 data_cnt = 1 | (sglen & (~AHC_SG_LEN_MASK)); in ahc_handle_ign_wide_residue()
4237 + (sglen & AHC_SG_LEN_MASK) - 1; in ahc_handle_ign_wide_residue()
4293 + (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK) in ahc_reinitialize_dataptrs()
6706 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
6719 resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_calc_residual()