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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h409 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:initiator_status
415 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:target_status
489 * o We are transfering the last segment if residual_datacnt has
495 * the residual_datacnt, and the residual_sgptr field will tell
H A Daic7xxx.h402 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:status_pkt
411 uint32_t residual_datacnt; /* Residual in the current S/G seg */ member in struct:target_data
459 * o We are transfering the last segment if residual_datacnt has
H A Daic7xxx.c6280 resid = aic_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
H A Daic79xx.c8473 resid = aic_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;

Completed in 92 milliseconds