/Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 142 bool txok = true; in hif_usb_mgmt_cb() local 156 txok = false; in hif_usb_mgmt_cb() 173 txok = false; in hif_usb_mgmt_cb() 179 cmd->skb, txok); in hif_usb_mgmt_cb() 236 bool txok) in ath9k_skb_queue_complete() argument 245 skb, txok); in ath9k_skb_queue_complete() 246 if (txok) { in ath9k_skb_queue_complete() 259 bool txok = true; in hif_usb_tx_cb() local 273 txok = false; in hif_usb_tx_cb() 289 txok = false; in hif_usb_tx_cb() [all …]
|
D | xmit.c | 58 struct ath_tx_status *ts, int txok); 63 int txok); 410 struct ath_tx_status *ts, int txok, in ath_tx_count_frames() argument 431 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames() 443 struct ath_tx_status *ts, int txok) in ath_tx_complete_aggr() argument 499 txok = false; in ath_tx_complete_aggr() 504 if (isaggr && txok) { in ath_tx_complete_aggr() 523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 545 } else if (!isaggr && txok) { in ath_tx_complete_aggr() 551 if (txok || !an->sleeping) in ath_tx_complete_aggr() [all …]
|
D | htc_hst.h | 94 void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok); 219 struct sk_buff *skb, bool txok);
|
D | htc_drv_txrx.c | 454 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() 690 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep() argument 697 tx_ctl->txok = txok; in ath9k_htc_txep() 700 if (!txok) { in ath9k_htc_txep()
|
D | htc.h | 313 u8 txok; member 560 bool txok); 562 enum htc_endpoint_id ep_id, bool txok);
|
D | htc_hst.c | 323 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb() argument 350 txok); in ath9k_htc_txcompletion_cb()
|
D | debug.h | 97 u32 txok; member
|
D | wmi.c | 247 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
|
D | htc_drv_beacon.c | 132 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_beaconep() argument
|
D | debug.c | 494 sc->debug.stats.istats.txok++; in ath_debug_stat_interrupt() 547 PR_IS("TX", txok); in read_file_interrupt()
|
D | htc_drv_init.c | 125 bool txok), in ath9k_htc_connect_svc() argument
|
/Linux-v5.15/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.c | 290 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status() 291 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
|
D | r819xU_cmdpkt.h | 100 u16 txok; /* Tx ok count */ member
|
/Linux-v5.15/include/uapi/linux/ |
D | synclink.h | 217 __u32 txok; member
|
/Linux-v5.15/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 78 u32 txok; /* Total number of octets residing in frames member 764 u32 txok; /* Total number of octets residing in frames member
|
D | ucc_geth.c | 563 hardware_statistics->txok = in_be32(&ug_regs->txok); in get_statistics() 659 (u32)&ugeth->ug_regs->txok, in dump_regs() 660 in_be32(&ugeth->ug_regs->txok)); in dump_regs()
|
/Linux-v5.15/net/mac80211/ |
D | tx.c | 4664 bool txok; in ieee80211_tx_pending() local 4690 txok = ieee80211_tx_pending_skb(local, skb); in ieee80211_tx_pending() 4693 if (!txok) in ieee80211_tx_pending()
|
/Linux-v5.15/drivers/char/pcmcia/ |
D | synclink_cs.c | 1227 info->icount.txok++; in mgslpc_isr() 2558 info->icount.txok, info->icount.rxok); in line_info()
|
/Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 5936 u32 txok, txfail, rxok, rxfail; in rtw_mp_trx_query() local 5939 txok = padapter->mppriv.tx.sended; in rtw_mp_trx_query() 5946 sprintf(extra, "Tx OK:%d, Tx Fail:%d, Rx OK:%d, CRC error:%d ", txok, txfail, rxok, rxfail); in rtw_mp_trx_query()
|
/Linux-v5.15/drivers/tty/ |
D | synclink_gt.c | 1204 info->icount.txok, info->icount.rxok); in line_info() 2217 info->icount.txok++; in isr_txeom()
|