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

/linux-master/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 Dhif_usb.c140 bool txok = true; local
154 txok = false;
171 txok = false;
177 cmd->skb, txok);
234 bool txok)
243 skb, txok);
244 if (txok) {
257 bool txok = true; local
271 txok = false;
287 txok
232 ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, struct sk_buff_head *queue, bool txok) argument
[all...]
H A Dhtc_drv_txrx.c454 bool txok; local
465 txok = tx_ctl->txok;
476 if (!txok || !vif || !txs)
691 enum htc_endpoint_id ep_id, bool txok)
698 tx_ctl->txok = txok;
701 if (!txok) {
690 ath9k_htc_txep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) argument
H A Dxmit.c64 struct ath_tx_status *ts, int txok);
69 int txok);
456 struct ath_tx_status *ts, int txok,
479 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index)))
491 struct ath_tx_status *ts, int txok)
547 txok = false;
552 if (isaggr && txok) {
571 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
593 } else if (!isaggr && txok) {
599 if (txok || !a
455 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) argument
487 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) argument
738 bool txok, flush; local
2516 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_tx_status *ts, int txok) argument
2572 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) argument
[all...]
H A Dhtc.h314 u8 txok; member in struct:ath9k_htc_tx_ctl
566 bool txok);
568 enum htc_endpoint_id ep_id, bool txok);
H A Dhtc_hst.c334 struct sk_buff *skb, bool txok)
361 txok);
333 ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, struct sk_buff *skb, bool txok) argument
H A Ddebug.h69 * @txok: TX completed at the requested rate
98 u32 txok; member in struct:ath_interrupt_stats
H A Dwmi.c257 enum htc_endpoint_id epid, bool txok)
256 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) argument
H A Dhtc_drv_beacon.c132 enum htc_endpoint_id ep_id, bool txok)
131 ath9k_htc_beaconep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) argument
H A Ddebug.c479 sc->debug.stats.istats.txok++;
532 PR_IS("TX", txok);
H A Dhtc_drv_init.c125 bool txok),
120 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
/linux-master/include/uapi/linux/
H A Dsynclink.h217 __u32 txok; member in struct:mgsl_icount
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.h78 u32 txok; /* Total number of octets residing in frames member in struct:ucc_geth
764 u32 txok; /* Total number of octets residing in frames member in struct:ucc_geth_hardware_statistics
H A Ducc_geth.c564 hardware_statistics->txok = in_be32(&ug_regs->txok);
659 pr_info("txok : addr - 0x%08x, val - 0x%08x\n",
660 (u32)&ugeth->ug_regs->txok,
661 in_be32(&ugeth->ug_regs->txok));
/linux-master/net/mac80211/
H A Dtx.c4844 bool txok; local
4870 txok = ieee80211_tx_pending_skb(local, skb);
4873 if (!txok)
/linux-master/drivers/tty/
H A Dsynclink_gt.c1195 seq_printf(m, "\tHDLC txok:%d rxok:%d",
1196 info->icount.txok, info->icount.rxok);
2212 info->icount.txok++;

Completed in 333 milliseconds