Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c140 bool txok = true; in hif_usb_mgmt_cb() local
154 txok = false; in hif_usb_mgmt_cb()
171 txok = false; in hif_usb_mgmt_cb()
177 cmd->skb, txok); in hif_usb_mgmt_cb()
234 bool txok) in ath9k_skb_queue_complete() argument
243 skb, txok); in ath9k_skb_queue_complete()
244 if (txok) { in ath9k_skb_queue_complete()
257 bool txok = true; in hif_usb_tx_cb() local
271 txok = false; in hif_usb_tx_cb()
287 txok = false; in hif_usb_tx_cb()
[all …]
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 Dxmit.c64 struct ath_tx_status *ts, int txok);
69 int txok);
548 txok = false; in ath_tx_complete_aggr()
553 if (isaggr && txok) { in ath_tx_complete_aggr()
594 } else if (!isaggr && txok) { in ath_tx_complete_aggr()
600 if (txok || !an->sleeping) in ath_tx_complete_aggr()
739 bool txok, flush; in ath_tx_process_buffer() local
767 ath_tx_rc_status(sc, bf, ts, 1, txok ? 0 : 1, txok); in ath_tx_process_buffer()
2527 if (!txok) in ath_tx_complete_buf()
2575 int txok) in ath_tx_rc_status() argument
[all …]
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 Dhtc_hst.c334 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb() argument
361 txok); in ath9k_htc_txcompletion_cb()
H A Ddebug.h98 u32 txok; member
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 Ddebug.c479 sc->debug.stats.istats.txok++; in ath_debug_stat_interrupt()
532 PR_IS("TX", txok); in read_file_interrupt()
H A Dhtc_drv_init.c125 bool txok), in ath9k_htc_connect_svc() argument
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c290 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status()
291 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
H A Dr819xU_cmdpkt.h100 u16 txok; /* Tx ok count */ member
/openbmc/linux/include/uapi/linux/
H A Dsynclink.h217 __u32 txok; member
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h78 u32 txok; /* Total number of octets residing in frames member
764 u32 txok; /* Total number of octets residing in frames member
H A Ducc_geth.c564 hardware_statistics->txok = in_be32(&ug_regs->txok); in get_statistics()
660 (u32)&ugeth->ug_regs->txok, in dump_regs()
661 in_be32(&ugeth->ug_regs->txok)); in dump_regs()
/openbmc/u-boot/include/linux/
H A Dimmap_qe.h350 u32 txok; /* Total number of octets residing in frames member
/openbmc/u-boot/drivers/qe/
H A Duec.h416 u32 txok; member
/openbmc/linux/net/mac80211/
H A Dtx.c4829 bool txok; in ieee80211_tx_pending() local
4855 txok = ieee80211_tx_pending_skb(local, skb); in ieee80211_tx_pending()
4858 if (!txok) in ieee80211_tx_pending()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1196 info->icount.txok, info->icount.rxok); in line_info()
2212 info->icount.txok++; in isr_txeom()