Home
last modified time | relevance | path

Searched refs:BufferCount (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_targ.h91 U8 BufferCount; /* 01h */ member
116 U8 BufferCount; /* 01h */ member
Dmpi_fc.h62 U8 BufferCount; /* 01h */ member
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c3371 unsigned short BufferCount; in alloc_dma_bufs() local
3393 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3396 if (BufferCount > BUFFERLISTSIZE/sizeof(SCADESC)) in alloc_dma_bufs()
3397 BufferCount = BUFFERLISTSIZE/sizeof(SCADESC); in alloc_dma_bufs()
3403 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3404 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3410 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()