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

/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c647 struct ath9k_htc_tx_event *tx_pend; local
661 tx_pend = kzalloc(sizeof(struct ath9k_htc_tx_event),
663 if (!tx_pend)
666 memcpy(&tx_pend->txs, __txs,
670 list_add_tail(&tx_pend->list,
/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++;
667 ar->node_map[map_no].tx_pend--;
669 if (ar->node_map[map_no].tx_pend)
676 if (ar->node_map[i - 1].tx_pend)
H A Dcore.h392 u8 tx_pend; member in struct:ath6kl_node_mapping

Completed in 136 milliseconds