rx_buffer_count 223 drivers/tty/synclink.c unsigned int rx_buffer_count; /* count of total allocated Rx buffers */ rx_buffer_count 3583 drivers/tty/synclink.c info->rx_buffer_count = 62 - info->tx_buffer_count; rx_buffer_count 3596 drivers/tty/synclink.c info->rx_buffer_count = (BuffersPerFrame * MAXRXFRAMES) + 6; rx_buffer_count 3603 drivers/tty/synclink.c if ( (info->tx_buffer_count + info->rx_buffer_count) > 62 ) rx_buffer_count 3604 drivers/tty/synclink.c info->rx_buffer_count = 62 - info->tx_buffer_count; rx_buffer_count 3610 drivers/tty/synclink.c __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count); rx_buffer_count 3613 drivers/tty/synclink.c mgsl_alloc_frame_memory(info, info->rx_buffer_list, info->rx_buffer_count) < 0 || rx_buffer_count 3682 drivers/tty/synclink.c info->tx_buffer_list += info->rx_buffer_count; rx_buffer_count 3693 drivers/tty/synclink.c for ( i = 0; i < info->rx_buffer_count; i++ ) { rx_buffer_count 3703 drivers/tty/synclink.c if ( i < info->rx_buffer_count - 1 ) rx_buffer_count 3710 drivers/tty/synclink.c ((info->rx_buffer_count + i) * sizeof(DMABUFFERENTRY)); rx_buffer_count 3716 drivers/tty/synclink.c info->rx_buffer_count * sizeof(DMABUFFERENTRY); rx_buffer_count 3828 drivers/tty/synclink.c mgsl_free_frame_memory( info, info->rx_buffer_list, info->rx_buffer_count ); rx_buffer_count 5307 drivers/tty/synclink.c if ( end_index == info->rx_buffer_count ) rx_buffer_count 5339 drivers/tty/synclink.c if ( start_index == info->rx_buffer_count ) rx_buffer_count 6360 drivers/tty/synclink.c for ( i = 0; i < info->rx_buffer_count; i++ ) { rx_buffer_count 6410 drivers/tty/synclink.c if ( Index == info->rx_buffer_count ) rx_buffer_count 6460 drivers/tty/synclink.c if ( EndIndex == info->rx_buffer_count ) rx_buffer_count 6557 drivers/tty/synclink.c if ( ++index == info->rx_buffer_count ) rx_buffer_count 6652 drivers/tty/synclink.c if ( NextIndex == info->rx_buffer_count )