Searched refs:tx_buffer_list (Results 1 – 2 of 2) sorted by relevance
230 DMABUFFERENTRY *tx_buffer_list; /* list of transmit buffer entries */ member3580 mgsl_alloc_frame_memory(info, info->tx_buffer_list, info->tx_buffer_count) < 0 || in mgsl_allocate_dma_buffers()3634 info->tx_buffer_list = (DMABUFFERENTRY *)info->buffer_list; in mgsl_alloc_buffer_list_memory()3635 info->tx_buffer_list += info->rx_buffer_count; in mgsl_alloc_buffer_list_memory()3662 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory()3668 info->tx_buffer_list[i].link = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory()3672 info->tx_buffer_list[i].link += (i + 1) * sizeof(DMABUFFERENTRY); in mgsl_alloc_buffer_list_memory()3692 info->tx_buffer_list = NULL; in mgsl_free_buffer_list_memory()3766 mgsl_free_frame_memory( info, info->tx_buffer_list, info->tx_buffer_count ); in mgsl_free_dma_buffers()5417 FrameSize = info->tx_buffer_list[info->start_tx_dma_buffer].rcc; in usc_start_transmitter()[all …]
121 struct list_head tx_buffer_list; member549 buffer = hackrf_get_next_buffer(dev, &dev->tx_buffer_list); in hackrf_urb_complete_out()740 buffer_list = &dev->tx_buffer_list; in hackrf_return_all_buffers()783 buffer_list = &dev->tx_buffer_list; in hackrf_buf_queue()1365 INIT_LIST_HEAD(&dev->tx_buffer_list); in hackrf_probe()