Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/message/fusion/lsi/
Dmpi_targ.h92 U8 BufferCount; /* 01h */ member
117 U8 BufferCount; /* 01h */ member
Dmpi_fc.h63 U8 BufferCount; /* 01h */ member
/Linux-v5.4/drivers/tty/
Dsynclinkmp.c3344 unsigned short BufferCount; in alloc_dma_bufs() local
3366 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3369 if (BufferCount > BUFFERLISTSIZE/sizeof(SCADESC)) in alloc_dma_bufs()
3370 BufferCount = BUFFERLISTSIZE/sizeof(SCADESC); in alloc_dma_bufs()
3376 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3377 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3383 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()