Home
last modified time | relevance | path

Searched refs:AHC_SG_LEN_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h509 #define AHC_SG_LEN_MASK 0x00FFFFFF macro
H A Daic7xxx_core.c1408 & AHC_SG_LEN_MASK); in ahc_handle_seqint()
4186 data_cnt &= ~AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4202 sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
4204 && sglen < (data_cnt & AHC_SG_LEN_MASK)) { in ahc_handle_ign_wide_residue()
4212 data_cnt = 1 | (sglen & (~AHC_SG_LEN_MASK)); in ahc_handle_ign_wide_residue()
4214 + (sglen & AHC_SG_LEN_MASK) - 1; in ahc_handle_ign_wide_residue()
4270 + (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK) in ahc_reinitialize_dataptrs()
6645 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
6658 resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_calc_residual()
/kernel/linux/linux-6.6/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()

Completed in 22 milliseconds