Searched refs:txok (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 64 struct ath_tx_status *ts, int txok); 69 int txok); 453 int txok, int *nframes, int *nbad) in ath_tx_count_frames() argument 475 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames() 487 struct ath_tx_status *ts, int txok) in ath_tx_complete_aggr() argument 543 txok = false; in ath_tx_complete_aggr() 548 if (isaggr && txok) { in ath_tx_complete_aggr() 567 ath_tx_count_frames(bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr() 589 } else if (!isaggr && txok) { in ath_tx_complete_aggr() 595 if (txok || !an->sleeping) in ath_tx_complete_aggr() [all …]
|
| H A D | htc_hst.h | 94 void (*tx) (void *, struct sk_buff *, enum htc_endpoint_id, bool txok); 219 struct sk_buff *skb, bool txok);
|
| H A 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() 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 D | htc.h | 314 u8 txok; member 566 bool txok); 568 enum htc_endpoint_id ep_id, bool txok);
|
| H A D | wmi.c | 257 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx() argument
|
| H A D | htc_drv_init.c | 125 bool txok), in ath9k_htc_connect_svc() argument
|
| /linux/include/uapi/linux/ |
| H A D | synclink.h | 217 __u32 txok; member
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.h | 79 u32 txok; /* Total number of octets residing in frames member 765 u32 txok; /* Total number of octets residing in frames member
|
| H A D | ucc_geth.c | 564 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()
|