Home
last modified time | relevance | path

Searched refs:txok (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h94 void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok);
219 struct sk_buff *skb, bool txok);
H A Dhtc_drv_txrx.c454 bool txok; in ath9k_htc_tx_process() local
465 txok = tx_ctl->txok; in ath9k_htc_tx_process()
476 if (!txok || !vif || !txs) in ath9k_htc_tx_process()
691 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep() argument
698 tx_ctl->txok = txok; in ath9k_htc_txep()
701 if (!txok) { in ath9k_htc_txep()
H A Dhtc.h314 u8 txok; member
566 bool txok);
568 enum htc_endpoint_id ep_id, bool txok);
H A Dwmi.c257 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
H A Dhtc_drv_beacon.c132 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_beaconep() argument
H A Dhtc_drv_init.c125 bool txok), in ath9k_htc_connect_svc() argument
/linux/include/uapi/linux/
H A Dsynclink.h217 __u32 txok; member
/linux/net/mac80211/
H A Dtx.c4850 bool txok; in ieee80211_tx_pending() local
4876 txok = ieee80211_tx_pending_skb(local, skb); in ieee80211_tx_pending()
4879 if (!txok) in ieee80211_tx_pending()
/linux/drivers/tty/
H A Dsynclink_gt.c1197 info->icount.txok, info->icount.rxok); in line_info()
2213 info->icount.txok++; in isr_txeom()