Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/lsi/
Dmpi_targ.h79 U8 BufferCount; /* 01h */ member
104 U8 BufferCount; /* 01h */ member
Dmpi_inb.h37 U8 BufferCount; /* 01h */ member
Dmpi_fc.h59 U8 BufferCount; /* 01h */ member
/linux-2.4.37.9/drivers/char/
Dsynclinkmp.c3395 unsigned short BufferCount; in alloc_dma_bufs() local
3417 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()