Home
last modified time | relevance | path

Searched refs:tx_buf_list (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c138 struct n_hdlc_buf_list tx_buf_list; member
177 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
220 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()
280 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
283 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
288 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
290 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
300 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()
318 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
326 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()
[all …]
H A Dsynclinkmp.c203 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member
3396 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c759 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()
900 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
901 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
909 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
910 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
917 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()
1353 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()
1372 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()
1458 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()
1544 card->tx_buf_list[wrindx] = NULL; in mwifiex_pcie_send_data()
H A Dpcie.h212 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_pcie.c925 pmadapter->pcard_pcie->tx_buf_list[i] = MNULL; in wlan_pcie_create_txbd_ring()
988 if (pmadapter->pcard_pcie->tx_buf_list[i]) { in wlan_pcie_delete_txbd_ring()
989 pmbuf = pmadapter->pcard_pcie->tx_buf_list[i]; in wlan_pcie_delete_txbd_ring()
998 pmadapter->pcard_pcie->tx_buf_list[i] = MNULL; in wlan_pcie_delete_txbd_ring()
1733 pmbuf = pmadapter->pcard_pcie->tx_buf_list[wrdoneidx]; in wlan_pcie_send_data_complete()
1760 pmadapter->pcard_pcie->tx_buf_list[wrdoneidx] = MNULL; in wlan_pcie_send_data_complete()
1935 pmadapter->pcard_pcie->tx_buf_list[wrindx] = pmbuf; in wlan_pcie_send_data()
2046 pmadapter->pcard_pcie->tx_buf_list[wrindx] = MNULL; in wlan_pcie_send_data()
H A Dmlan_main.h2201 mlan_buffer *tx_buf_list[MLAN_MAX_TXRX_BD];