Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c162 int rx_buf_count; /* total number of rx buffers */ member
840 if (info->rx_frame_count >= info->rx_buf_count) { in rx_ready_hdlc()
885 if (info->rx_put >= info->rx_buf_count) in rx_ready_hdlc()
2621 info->rx_buf_count = info->rx_buf_total_size / info->rx_buf_size; in rx_alloc_buffers()
3612 for (i=0 ; i < info->rx_buf_count ; i++) { in rx_reset_buffers()
3700 if (info->rx_get >= info->rx_buf_count) in rx_get_frame()