Lines Matching refs:rx_buf_list
198 SCADESC *rx_buf_list; /* list of receive buffer entries */ member
3392 info->rx_buf_list, in alloc_dma_bufs()
3426 info->rx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()
3444 info->rx_buf_list[i].next = info->buffer_list_phys; in alloc_buf_list()
3446 info->rx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()
3448 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()
3491 info->rx_buf_list = NULL; in free_dma_bufs()
4139 info->rx_buf_list[i].status = 0xff; in rx_start()
4794 info->rx_buf_list[first].status = 0xff; in rx_free_frame_buffers()
4842 desc = &info->rx_buf_list[EndIndex]; in rx_get_frame()
4978 if (info->rx_buf_list[EndIndex].status == 0xff) { in rx_get_frame()