Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c158 int rx_buf_total_size; /* size of memory allocated for rx buffers */ member
2650 info->rx_buf_total_size = info->rx_buf_size * 8; in rx_alloc_buffers()
2653 if (info->rx_buf_total_size > 0x10000) in rx_alloc_buffers()
2654 info->rx_buf_total_size = 0x10000; in rx_alloc_buffers()
2657 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()
2659 info->rx_buf = kmalloc(info->rx_buf_total_size, GFP_KERNEL); in rx_alloc_buffers()