BuffersPerFrame 3546 drivers/tty/synclink.c unsigned short BuffersPerFrame; BuffersPerFrame 3555 drivers/tty/synclink.c BuffersPerFrame = (unsigned short)(info->max_frame_size/DMABUFFERSIZE); BuffersPerFrame 3557 drivers/tty/synclink.c BuffersPerFrame++; BuffersPerFrame 3582 drivers/tty/synclink.c info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; BuffersPerFrame 3595 drivers/tty/synclink.c info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame; BuffersPerFrame 3596 drivers/tty/synclink.c info->rx_buffer_count = (BuffersPerFrame * MAXRXFRAMES) + 6; BuffersPerFrame 3343 drivers/tty/synclinkmp.c unsigned short BuffersPerFrame; BuffersPerFrame 3358 drivers/tty/synclinkmp.c BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); BuffersPerFrame 3360 drivers/tty/synclinkmp.c BuffersPerFrame++; BuffersPerFrame 3373 drivers/tty/synclinkmp.c info->tx_buf_count = BuffersPerFrame + 1;