/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 140 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 …]
|
D | xmit.c | 56 struct ath_tx_status *ts, int txok); 61 int txok); 407 struct ath_tx_status *ts, int txok, in ath_tx_count_frames() argument 430 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames() 440 struct ath_tx_status *ts, int txok) in ath_tx_complete_aggr() argument 508 txok = false; in ath_tx_complete_aggr() 513 if (isaggr && txok) { in ath_tx_complete_aggr() 532 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 554 } else if (!isaggr && txok) { in ath_tx_complete_aggr() 560 if (txok || !an->sleeping) in ath_tx_complete_aggr() [all …]
|
D | htc_drv_txrx.c | 449 bool txok; in ath9k_htc_tx_process() local 460 txok = tx_ctl->txok; in ath9k_htc_tx_process() 471 if (!txok || !vif || !txs) in ath9k_htc_tx_process() 685 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep() argument 692 tx_ctl->txok = txok; in ath9k_htc_txep() 695 if (!txok) { in ath9k_htc_txep()
|
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.h | 310 u8 txok; member 550 bool txok); 552 enum htc_endpoint_id ep_id, bool txok);
|
D | htc_hst.c | 321 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb() argument 346 txok); in ath9k_htc_txcompletion_cb()
|
D | debug.h | 94 u32 txok; member
|
D | wmi.c | 241 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 | 526 sc->debug.stats.istats.txok++; in ath_debug_stat_interrupt() 586 PR_IS("TX", txok); in read_file_interrupt()
|
D | htc_drv_init.c | 101 bool txok), in ath9k_htc_connect_svc() argument
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_cmdpkt.c | 234 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status() 235 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
|
D | r8192E_cmdpkt.h | 92 u16 txok; member
|
/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.c | 352 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status() 353 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
|
D | r819xU_cmdpkt.h | 100 u16 txok; /* Tx ok count */ member
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 83 u32 txok; /* Total number of octets residing in frames member 762 u32 txok; /* Total number of octets residing in frames member
|
D | ucc_geth.c | 547 hardware_statistics->txok = in_be32(&ug_regs->txok); in get_statistics() 643 (u32)&ugeth->ug_regs->txok, in dump_regs() 644 in_be32(&ugeth->ug_regs->txok)); in dump_regs()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 1229 info->icount.txok++; in mgslpc_isr() 2590 info->icount.txok, info->icount.rxok); in line_info()
|
/drivers/tty/ |
D | synclink_gt.c | 1284 info->icount.txok, info->icount.rxok); in line_info() 2312 info->icount.txok++; in isr_txeom()
|
D | synclinkmp.c | 1388 info->icount.txok, info->icount.rxok); in line_info() 2255 info->icount.txok++; in isr_txeom()
|
D | synclink.c | 1235 info->icount.txok++; in mgsl_isr_transmit_status() 3495 info->icount.txok, info->icount.rxok); in line_info()
|