Searched refs:tx_buf_list (Results 1 – 3 of 3) sorted by relevance
136 struct n_hdlc_buf_list tx_buf_list; member175 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()214 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()272 scoped_guard(spinlock_irqsave, &n_hdlc->tx_buf_list.spinlock) { in n_hdlc_send_frames()281 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()291 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()309 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()317 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()326 scoped_guard(spinlock_irqsave, &n_hdlc->tx_buf_list.spinlock) in n_hdlc_send_frames()564 n_hdlc_buf_put(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_tty_write()[all …]
748 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()888 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()889 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()897 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()898 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()905 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()1344 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()1363 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()1448 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()
200 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member