Home
last modified time | relevance | path

Searched refs:BufferCount (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H A Dmpi_targ.h92 U8 BufferCount; /* 01h */ member
117 U8 BufferCount; /* 01h */ member
H A Dmpi_fc.h63 U8 BufferCount; /* 01h */ member
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H A Dmpi_targ.h92 U8 BufferCount; /* 01h */ member
117 U8 BufferCount; /* 01h */ member
H A Dmpi_fc.h63 U8 BufferCount; /* 01h */ member
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c3341 unsigned short BufferCount; in alloc_dma_bufs() local
3363 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3366 if (BufferCount > BUFFERLISTSIZE/sizeof(SCADESC)) in alloc_dma_bufs()
3367 BufferCount = BUFFERLISTSIZE/sizeof(SCADESC); in alloc_dma_bufs()
3373 if (info->tx_buf_count > (BufferCount/2)) in alloc_dma_bufs()
3374 info->tx_buf_count = BufferCount/2; in alloc_dma_bufs()
3380 info->rx_buf_count = BufferCount - info->tx_buf_count; in alloc_dma_bufs()

Completed in 14 milliseconds