tx_pend           392 drivers/net/wireless/ath/ath6kl/core.h 	u8 tx_pend;
tx_pend            61 drivers/net/wireless/ath/ath6kl/txrx.c 			ar->node_map[i].tx_pend++;
tx_pend            65 drivers/net/wireless/ath/ath6kl/txrx.c 		if ((ep_map == -1) && !ar->node_map[i].tx_pend)
tx_pend            97 drivers/net/wireless/ath/ath6kl/txrx.c 	ar->node_map[ep_map].tx_pend++;
tx_pend           662 drivers/net/wireless/ath/ath6kl/txrx.c 	ar->node_map[map_no].tx_pend--;
tx_pend           664 drivers/net/wireless/ath/ath6kl/txrx.c 	if (ar->node_map[map_no].tx_pend)
tx_pend           671 drivers/net/wireless/ath/ath6kl/txrx.c 		if (ar->node_map[i - 1].tx_pend)
tx_pend           647 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 	struct ath9k_htc_tx_event *tx_pend;
tx_pend           661 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 			tx_pend = kzalloc(sizeof(struct ath9k_htc_tx_event),
tx_pend           663 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 			if (!tx_pend)
tx_pend           666 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 			memcpy(&tx_pend->txs, __txs,
tx_pend           670 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 			list_add_tail(&tx_pend->list,
tx_pend           145 net/smc/smc_cdc.c static bool smc_cdc_tx_filter(struct smc_wr_tx_pend_priv *tx_pend,
tx_pend           150 net/smc/smc_cdc.c 		(struct smc_cdc_tx_pend *)tx_pend;
tx_pend           155 net/smc/smc_cdc.c static void smc_cdc_tx_dismisser(struct smc_wr_tx_pend_priv *tx_pend)
tx_pend           158 net/smc/smc_cdc.c 		(struct smc_cdc_tx_pend *)tx_pend;
tx_pend           299 net/smc/smc_wr.c 	struct smc_wr_tx_pend_priv *tx_pend;
tx_pend           307 net/smc/smc_wr.c 		tx_pend = &link->wr_tx_pends[i].priv;
tx_pend           308 net/smc/smc_wr.c 		if (filter(tx_pend, data))
tx_pend           309 net/smc/smc_wr.c 			dismisser(tx_pend);