Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic7xxxvar.h494 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
503 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
H A Daic79xxvar.h411 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
417 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member
H A Daic7xxx.c6128 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
H A Daic79xx.c8109 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()