Searched refs:txok (Results 1 - 21 of 21) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h82 void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok);
207 struct sk_buff *skb, bool txok);
H A Dhif_usb.c135 bool txok = true; local
149 txok = false;
166 txok = false;
172 cmd->skb, txok);
229 bool txok)
235 skb, txok);
236 if (txok)
247 bool txok = true; local
261 txok = false;
277 txok
227 ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, struct sk_buff_head *queue, bool txok) argument
[all...]
H A Dxmit.c56 struct ath_tx_status *ts, int txok);
61 int txok);
365 struct ath_tx_status *ts, int txok,
388 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index)))
398 struct ath_tx_status *ts, int txok, bool retry)
464 txok = false;
469 if (isaggr && txok) {
488 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
503 } else if (!isaggr && txok) {
515 if (txok || !a
364 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) argument
396 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ath_tx_status *ts, int txok, bool retry) argument
2030 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ath_tx_status *ts, int txok) argument
2072 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) argument
2131 int txok; local
[all...]
H A Dhtc.h302 u8 txok; member in struct:ath9k_htc_tx_ctl
518 bool txok);
520 enum htc_endpoint_id ep_id, bool txok);
H A Ddebug.h45 * @txok: TX completed at the requested rate
71 u32 txok; member in struct:ath_interrupt_stats
H A Dhtc_drv_txrx.c449 bool txok; local
459 txok = tx_ctl->txok;
470 if (!txok || !vif || !txs)
672 enum htc_endpoint_id ep_id, bool txok)
679 tx_ctl->txok = txok;
682 if (!txok) {
671 ath9k_htc_txep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) argument
H A Dhtc_hst.c319 struct sk_buff *skb, bool txok)
344 txok);
318 ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, struct sk_buff *skb, bool txok) argument
H A Dwmi.c241 enum htc_endpoint_id epid, bool txok)
240 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) argument
H A Dhtc_drv_beacon.c288 enum htc_endpoint_id ep_id, bool txok)
287 ath9k_htc_beaconep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) argument
H A Dhtc_drv_init.c180 bool txok),
175 ath9k_htc_connect_svc(struct ath9k_htc_priv *priv, u16 service_id, void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok), enum htc_endpoint_id *ep_id) argument
H A Ddebug.c353 sc->debug.stats.istats.txok++;
408 "%8s: %10u\n", "TX", sc->debug.stats.istats.txok);
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.h92 u16 txok; member in struct:cmpk_tx_status
H A Dr8192E_cmdpkt.c260 priv->stats.txfeedbackok += pstx_status->txok;
261 priv->stats.txoktotal += pstx_status->txok;
/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h102 u16 txok; // Tx ok count member in struct:tag_tx_stats_feedback
H A Dr819xU_cmdpkt.c533 priv->stats.txfeedbackok += pstx_status->txok;
534 priv->stats.txoktotal += pstx_status->txok;
/drivers/net/ethernet/freescale/
H A Ducc_geth.h83 u32 txok; /* Total number of octets residing in frames member in struct:ucc_geth
762 u32 txok; /* Total number of octets residing in frames member in struct:ucc_geth_hardware_statistics
H A Ducc_geth.c558 hardware_statistics->txok = in_be32(&ug_regs->txok);
653 ugeth_info("txok : addr - 0x%08x, val - 0x%08x",
654 (u32) & ugeth->ug_regs->txok,
655 in_be32(&ugeth->ug_regs->txok));
/drivers/char/pcmcia/
H A Dsynclink_cs.c1225 info->icount.txok++;
2587 seq_printf(m, " HDLC txok:%d rxok:%d",
2588 info->icount.txok, info->icount.rxok);
/drivers/tty/
H A Dsynclink.c1240 info->icount.txok++;
3497 seq_printf(m, " HDLC txok:%d rxok:%d",
3498 info->icount.txok, info->icount.rxok);
H A Dsynclink_gt.c1285 seq_printf(m, "\tHDLC txok:%d rxok:%d",
1286 info->icount.txok, info->icount.rxok);
2319 info->icount.txok++;
H A Dsynclinkmp.c1380 seq_printf(m, "\tHDLC txok:%d rxok:%d",
1381 info->icount.txok, info->icount.rxok);
2258 info->icount.txok++;

Completed in 156 milliseconds