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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h411 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:initiator_status
417 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:target_status
491 * o We are transferring the last segment if residual_datacnt has
497 * the residual_datacnt, and the residual_sgptr field will tell
H A Daic7xxx.h404 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:status_pkt
413 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:target_data
461 * o We are transferring the last segment if residual_datacnt has
H A Daic7xxx.c6249 resid = aic_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
H A Daic79xx.c8422 resid = aic_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;

Completed in 210 milliseconds