Searched refs:tx_buf_list (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/tty/ |
H A D | n_hdlc.c | 140 * @tx_buf_list - list of pending transmit frame buffers 153 struct n_hdlc_buf_list tx_buf_list; member in struct:n_hdlc 214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) flush_tx_queue() 216 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); flush_tx_queue() 221 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); flush_tx_queue() 281 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); n_hdlc_release() 396 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); n_hdlc_send_frames() 399 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); n_hdlc_send_frames() 404 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); n_hdlc_send_frames() 411 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); n_hdlc_send_frames() 447 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); n_hdlc_send_frames() 464 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); n_hdlc_send_frames() 466 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); n_hdlc_send_frames() 729 n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf); n_hdlc_tty_write() 779 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock,flags); n_hdlc_tty_ioctl() 780 if (n_hdlc->tx_buf_list.head) n_hdlc_tty_ioctl() 781 count += n_hdlc->tx_buf_list.head->count; n_hdlc_tty_ioctl() 782 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock,flags); n_hdlc_tty_ioctl() 859 n_hdlc_buf_list_init(&n_hdlc->tx_buf_list); n_hdlc_alloc()
|
H A D | synclinkmp.c | 203 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member in struct:_synclinkmp_info 3433 info->tx_buf_list, alloc_dma_bufs() 3465 info->tx_buf_list = (SCADESC *)info->buffer_list; alloc_buf_list() 3466 info->tx_buf_list += info->rx_buf_count; alloc_buf_list() 3496 info->tx_buf_list[i].next = info->buffer_list_phys + alloc_buf_list() 3500 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); alloc_buf_list() 3529 info->tx_buf_list = NULL; free_dma_bufs() 5031 desc = &info->tx_buf_list[i]; tx_load_dma_buffer() 5050 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ tx_load_dma_buffer()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | pcie.c | 466 card->tx_buf_list[i] = NULL; mwifiex_init_txq_ring() 604 if (card->tx_buf_list[i]) { mwifiex_cleanup_txq_ring() 605 skb = card->tx_buf_list[i]; mwifiex_cleanup_txq_ring() 613 if (card->tx_buf_list[i]) { mwifiex_cleanup_txq_ring() 614 skb = card->tx_buf_list[i]; mwifiex_cleanup_txq_ring() 621 card->tx_buf_list[i] = NULL; mwifiex_cleanup_txq_ring() 1038 skb = card->tx_buf_list[wrdoneidx]; mwifiex_pcie_send_data_complete() 1056 card->tx_buf_list[wrdoneidx] = NULL; mwifiex_pcie_send_data_complete() 1142 card->tx_buf_list[wrindx] = skb; mwifiex_pcie_send_data() 1217 card->tx_buf_list[wrindx] = NULL; mwifiex_pcie_send_data()
|
H A D | pcie.h | 263 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member in struct:pcie_service_card
|
Completed in 173 milliseconds