Searched refs:tx_buf_list (Results 1 – 4 of 4) sorted by relevance
153 struct n_hdlc_buf_list tx_buf_list; member214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()216 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in flush_tx_queue()221 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in flush_tx_queue()281 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_release()396 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()399 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()404 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()411 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()447 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()[all …]
203 SCADESC *tx_buf_list; /* list of transmit buffer entries */ member3440 info->tx_buf_list, in alloc_dma_bufs()3472 info->tx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()3473 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()3503 info->tx_buf_list[i].next = info->buffer_list_phys + in alloc_buf_list()3507 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()3536 info->tx_buf_list = NULL; in free_dma_bufs()5025 desc = &info->tx_buf_list[i]; in tx_load_dma_buffer()5044 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ in tx_load_dma_buffer()
123 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member
417 card->tx_buf_list[i] = skb; in mwifiex_pcie_create_txbd_ring()432 if (card->tx_buf_list[i]) in mwifiex_pcie_delete_txbd_ring()433 dev_kfree_skb_any(card->tx_buf_list[i]); in mwifiex_pcie_delete_txbd_ring()434 card->tx_buf_list[i] = NULL; in mwifiex_pcie_delete_txbd_ring()776 skb_data = card->tx_buf_list[wrindx]; in mwifiex_pcie_send_data()