Searched refs:BufferCount (Results 1 – 4 of 4) sorted by relevance
79 U8 BufferCount; /* 01h */ member104 U8 BufferCount; /* 01h */ member
37 U8 BufferCount; /* 01h */ member
59 U8 BufferCount; /* 01h */ member
3395 unsigned short BufferCount; in alloc_dma_bufs() local3417 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()3420 if (BufferCount > BUFFERLISTSIZE/sizeof(SCADESC)) in alloc_dma_bufs()3421 BufferCount = BUFFERLISTSIZE/sizeof(SCADESC); in alloc_dma_bufs()3427 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()3428 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()3434 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()