Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/pcmcia/
Dsynclink_cs.c158 int rx_buf_total_size; /* size of memory allocated for rx buffers */ member
2617 info->rx_buf_total_size = info->rx_buf_size * 8; in rx_alloc_buffers()
2620 if (info->rx_buf_total_size > 0x10000) in rx_alloc_buffers()
2621 info->rx_buf_total_size = 0x10000; in rx_alloc_buffers()
2624 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()
2626 info->rx_buf = kmalloc(info->rx_buf_total_size, GFP_KERNEL); in rx_alloc_buffers()