Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic7xxxvar.h402 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
411 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
H A Daic79xx.h418 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
424 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
H A Daic7xxx.c5955 resid = aic_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
H A Daic79xx.c8141 resid = aic_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()