Searched refs:rx_buffer_count (Results 1 – 1 of 1) sorted by relevance
223 unsigned int rx_buffer_count; /* count of total allocated Rx buffers */ member3572 info->rx_buffer_count = 62 - info->tx_buffer_count; in mgsl_allocate_dma_buffers()3576 __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count); in mgsl_allocate_dma_buffers()3579 mgsl_alloc_frame_memory(info, info->rx_buffer_list, info->rx_buffer_count) < 0 || in mgsl_allocate_dma_buffers()3635 info->tx_buffer_list += info->rx_buffer_count; in mgsl_alloc_buffer_list_memory()3646 for ( i = 0; i < info->rx_buffer_count; i++ ) { in mgsl_alloc_buffer_list_memory()3656 if ( i < info->rx_buffer_count - 1 ) in mgsl_alloc_buffer_list_memory()3663 ((info->rx_buffer_count + i) * sizeof(DMABUFFERENTRY)); in mgsl_alloc_buffer_list_memory()3669 info->rx_buffer_count * sizeof(DMABUFFERENTRY); in mgsl_alloc_buffer_list_memory()3765 mgsl_free_frame_memory( info, info->rx_buffer_list, info->rx_buffer_count ); in mgsl_free_dma_buffers()[all …]