Searched refs:tx_buffer_list (Results 1 – 2 of 2) sorted by relevance
231 DMABUFFERENTRY *tx_buffer_list; /* list of transmit buffer entries */ member3644 mgsl_alloc_frame_memory(info, info->tx_buffer_list, info->tx_buffer_count) < 0 || in mgsl_allocate_dma_buffers()3711 info->tx_buffer_list = (DMABUFFERENTRY *)info->buffer_list; in mgsl_alloc_buffer_list_memory()3712 info->tx_buffer_list += info->rx_buffer_count; in mgsl_alloc_buffer_list_memory()3739 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory()3745 info->tx_buffer_list[i].link = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory()3749 info->tx_buffer_list[i].link += (i + 1) * sizeof(DMABUFFERENTRY); in mgsl_alloc_buffer_list_memory()3772 info->tx_buffer_list = NULL; in mgsl_free_buffer_list_memory()3859 mgsl_free_frame_memory( info, info->tx_buffer_list, info->tx_buffer_count ); in mgsl_free_dma_buffers()5605 FrameSize = info->tx_buffer_list[info->start_tx_dma_buffer].rcc; in usc_start_transmitter()[all …]
130 struct list_head tx_buffer_list; member558 buffer = hackrf_get_next_buffer(dev, &dev->tx_buffer_list); in hackrf_urb_complete_out()750 buffer_list = &dev->tx_buffer_list; in hackrf_return_all_buffers()793 buffer_list = &dev->tx_buffer_list; in hackrf_buf_queue()1384 INIT_LIST_HEAD(&dev->tx_buffer_list); in hackrf_probe()