Searched refs:tx_pend (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c652 struct ath9k_htc_tx_event *tx_pend; local
667 tx_pend = kzalloc(sizeof(struct ath9k_htc_tx_event),
669 if (!tx_pend)
672 memcpy(&tx_pend->txs, __txs,
676 list_add_tail(&tx_pend->list,
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c61 ar->node_map[i].tx_pend++;
65 if ((ep_map == -1) && !ar->node_map[i].tx_pend)
97 ar->node_map[ep_map].tx_pend++;
662 ar->node_map[map_no].tx_pend--;
664 if (ar->node_map[map_no].tx_pend)
671 if (ar->node_map[i - 1].tx_pend)
H A Dcore.h392 u8 tx_pend; member in struct:ath6kl_node_mapping

Completed in 186 milliseconds