Home
last modified time | relevance | path

Searched refs:residual_datacnt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h387 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
396 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
Daic79xx.h396 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
402 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
Daic7xxx_core.c6673 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
Daic79xx_core.c9155 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()