Home
last modified time | relevance | path

Searched refs:tx_buf_list (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c130 * @tx_buf_list: list of pending transmit frame buffers
139 struct n_hdlc_buf_list tx_buf_list; member
178 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
221 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()
281 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
284 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
289 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
291 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
301 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()
319 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); 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()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_hdlc.c126 * @tx_buf_list: list of pending transmit frame buffers
134 struct n_hdlc_buf_list tx_buf_list; member
173 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
212 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()
272 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
275 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
280 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()
282 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
292 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()
310 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c761 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()
901 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
902 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
910 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
911 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
918 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()
1362 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()
1381 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()
1467 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()
1553 card->tx_buf_list[wrind in mwifiex_pcie_send_data()
[all...]
H A Dpcie.h212 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c759 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()
899 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
900 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
908 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()
909 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()
916 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()
1360 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()
1379 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()
1465 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()
1551 card->tx_buf_list[wrind in mwifiex_pcie_send_data()
[all...]
H A Dpcie.h200 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member

Completed in 14 milliseconds