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