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 */ member3400 info->tx_buf_list, in alloc_dma_bufs()3432 info->tx_buf_list = (SCADESC *)info->buffer_list; in alloc_buf_list()3433 info->tx_buf_list += info->rx_buf_count; in alloc_buf_list()3463 info->tx_buf_list[i].next = info->buffer_list_phys + in alloc_buf_list()3467 info->tx_buf_list[i].next += (i + 1) * sizeof(SCADESC); in alloc_buf_list()3496 info->tx_buf_list = NULL; in free_dma_bufs()5011 desc = &info->tx_buf_list[i]; in tx_load_dma_buffer()5030 info->tx_buf_list[i].status = 0x81; /* set EOM and EOT status */ in tx_load_dma_buffer()
593 card->tx_buf_list[i] = NULL; in mwifiex_init_txq_ring()731 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()732 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()740 if (card->tx_buf_list[i]) { in mwifiex_cleanup_txq_ring()741 skb = card->tx_buf_list[i]; in mwifiex_cleanup_txq_ring()748 card->tx_buf_list[i] = NULL; in mwifiex_cleanup_txq_ring()1178 skb = card->tx_buf_list[wrdoneidx]; in mwifiex_pcie_send_data_complete()1197 card->tx_buf_list[wrdoneidx] = NULL; in mwifiex_pcie_send_data_complete()1283 card->tx_buf_list[wrindx] = skb; in mwifiex_pcie_send_data()1361 card->tx_buf_list[wrindx] = NULL; in mwifiex_pcie_send_data()
361 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member