HomeSort by: relevance | last modified time | path
    Searched refs:AHD_DMA_LAST_SEG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 249 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
257 | (last ? AHD_DMA_LAST_SEG : 0));
aic79xxvar.h 544 #define AHD_DMA_LAST_SEG 0x80000000
aic79xx.c 602 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
764 if (data_len & AHD_DMA_LAST_SEG) {
2670 (sg_list[i].len & AHD_DMA_LAST_SEG)
2686 len & AHD_DMA_LAST_SEG ? " Last" : "");
8120 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {

Completed in 22 milliseconds