Searched refs:BufferCount (Results 1 – 3 of 3) sorted by relevance
91 U8 BufferCount; /* 01h */ member116 U8 BufferCount; /* 01h */ member
62 U8 BufferCount; /* 01h */ member
3386 unsigned short BufferCount; in alloc_dma_bufs() local3408 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()3411 if (BufferCount > BUFFERLISTSIZE/sizeof(SCADESC)) in alloc_dma_bufs()3412 BufferCount = BUFFERLISTSIZE/sizeof(SCADESC); in alloc_dma_bufs()3418 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()3419 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()3425 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()