Searched refs:tx_buf_list (Results 1 – 4 of 4) sorted by relevance
138 struct n_hdlc_buf_list tx_buf_list; member174 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()215 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()273 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()276 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()281 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()283 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()293 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()311 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()319 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()[all …]
203 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member3396 info->tx_buf_list, in alloc_dma_bufs()3428 info->tx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()3429 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()3459 info->tx_buf_list[i].next = info->buffer_list_phys + in alloc_buf_list()3463 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()3492 info->tx_buf_list = NULL; in free_dma_bufs()5007 desc = &info->tx_buf_list[i]; in tx_load_dma_buffer()5026 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ in tx_load_dma_buffer()
737 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()878 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()879 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()887 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()888 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()895 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()1333 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()1352 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()1438 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()1516 card->tx_buf_list[wrindx] = NULL; in mwifiex_pcie_send_data()
212 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member