Searched refs:tx_buf_list (Results 1 – 4 of 4) sorted by relevance
149 struct n_hdlc_buf_list tx_buf_list; member210 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()271 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_release()385 spin_lock_irqsave(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()388 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()393 spin_unlock_irqrestore(&n_hdlc->tx_buf_list.spinlock, flags); in n_hdlc_send_frames()395 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()407 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()427 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()437 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 */ member3399 info->tx_buf_list, in alloc_dma_bufs()3431 info->tx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()3432 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()3462 info->tx_buf_list[i].next = info->buffer_list_phys + in alloc_buf_list()3466 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()3495 info->tx_buf_list = NULL; in free_dma_bufs()5010 desc = &info->tx_buf_list[i]; in tx_load_dma_buffer()5029 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ in tx_load_dma_buffer()
589 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()727 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()728 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()736 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()737 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()744 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()1174 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()1193 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()1279 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()1357 card->tx_buf_list[wrindx] = NULL; in mwifiex_pcie_send_data()
361 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member