Searched refs:AHD_DMA_LAST_SEG (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h254 sg->len = aic_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
262 | (last ? AHD_DMA_LAST_SEG : 0));
H A Daic79xx.h542 #define AHD_DMA_LAST_SEG 0x80000000 macro
H A Daic79xx.c638 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
797 if (data_len & AHD_DMA_LAST_SEG) {
2792 (sg_list[i].len & AHD_DMA_LAST_SEG)
2808 len & AHD_DMA_LAST_SEG ? " Last" : "");
8484 while ((aic_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {

Completed in 179 milliseconds