Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c158 int rx_buf_total_size; /* size of memory allocated for rx buffers */ member
2624 info->rx_buf_total_size = info->rx_buf_size * 8; in rx_alloc_buffers()
2627 if (info->rx_buf_total_size > 0x10000) in rx_alloc_buffers()
2628 info->rx_buf_total_size = 0x10000; in rx_alloc_buffers()
2631 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()
2633 info->rx_buf = kmalloc(info->rx_buf_total_size, GFP_KERNEL); in rx_alloc_buffers()