Searched refs:end_dma_buff (Results 1 – 1 of 1) sorted by relevance
157 unsigned char *end_dma_buff; /* points to the end of the buffer */ member445 if (bp >= lp->end_dma_buff) in dma_rx()452 if (bp + length > lp->end_dma_buff) { in dma_rx()453 int semi_cnt = lp->end_dma_buff - bp; in dma_rx()460 if (bp >= lp->end_dma_buff) in dma_rx()913 lp->end_dma_buff = lp->dma_buff + lp->dmasize * 1024; in net_open()