Lines Matching defs:rx_buf
157 unsigned char *rx_buf; /* memory allocated for all rx buffers */
834 RXBUF *buf = (RXBUF*)(info->rx_buf + (info->rx_put * info->rx_buf_size));
2633 info->rx_buf = kmalloc(info->rx_buf_total_size, GFP_KERNEL);
2634 if (info->rx_buf == NULL)
2640 kfree(info->rx_buf);
2641 info->rx_buf = NULL;
2651 kfree(info->rx_buf);
2652 info->rx_buf = NULL;
3623 buf = (RXBUF*)(info->rx_buf + (i * info->rx_buf_size));
3644 buf = (RXBUF*)(info->rx_buf + (info->rx_get * info->rx_buf_size));