Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c142 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()
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 in hif_usb_tx_cb()
234 ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, struct sk_buff_head *queue, bool txok) ath9k_skb_queue_complete() argument
[all...]
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 Dxmit.c58 struct ath_tx_status *ts, int txok);
63 int txok);
410 struct ath_tx_status *ts, int txok, in ath_tx_count_frames()
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()
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 || !a in ath_tx_complete_aggr()
409 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument
439 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) ath_tx_complete_aggr() argument
690 bool txok, flush; ath_tx_process_buffer() local
2458 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) ath_tx_complete_buf() argument
2514 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument
[all...]
H A Dhtc_drv_txrx.c449 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()
686 enum htc_endpoint_id ep_id, bool txok) in ath9k_htc_txep()
693 tx_ctl->txok = txok; in ath9k_htc_txep()
696 if (!txok) { in ath9k_htc_txep()
685 ath9k_htc_txep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) ath9k_htc_txep() argument
H A Dhtc.h315 u8 txok; member
566 bool txok);
568 enum htc_endpoint_id ep_id, bool txok);
H A Dhtc_hst.c334 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb()
361 txok); in ath9k_htc_txcompletion_cb()
333 ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, struct sk_buff *skb, bool txok) ath9k_htc_txcompletion_cb() argument
H A Ddebug.h68 * @txok: TX completed at the requested rate
97 u32 txok; member
H A Dwmi.c255 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx()
254 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) ath9k_wmi_ctrl_tx() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c140 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()
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 in hif_usb_tx_cb()
232 ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, struct sk_buff_head *queue, bool txok) ath9k_skb_queue_complete() argument
[all...]
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 Dxmit.c64 struct ath_tx_status *ts, int txok);
69 int txok);
457 struct ath_tx_status *ts, int txok, in ath_tx_count_frames()
480 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) in ath_tx_count_frames()
492 struct ath_tx_status *ts, int txok) in ath_tx_complete_aggr()
548 txok = false; in ath_tx_complete_aggr()
553 if (isaggr && txok) { in ath_tx_complete_aggr()
572 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); in ath_tx_complete_aggr()
594 } else if (!isaggr && txok) { in ath_tx_complete_aggr()
600 if (txok || !a in ath_tx_complete_aggr()
456 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) ath_tx_count_frames() argument
488 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) ath_tx_complete_aggr() argument
739 bool txok, flush; ath_tx_process_buffer() local
2517 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) ath_tx_complete_buf() argument
2573 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) ath_tx_rc_status() argument
[all...]
H A Dhtc_drv_txrx.c454 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()
698 tx_ctl->txok = txok; in ath9k_htc_txep()
701 if (!txok) { in ath9k_htc_txep()
690 ath9k_htc_txep(void *drv_priv, struct sk_buff *skb, enum htc_endpoint_id ep_id, bool txok) ath9k_htc_txep() argument
H A Dhtc.h314 u8 txok; member
566 bool txok);
568 enum htc_endpoint_id ep_id, bool txok);
H A Dhtc_hst.c334 struct sk_buff *skb, bool txok) in ath9k_htc_txcompletion_cb()
361 txok); in ath9k_htc_txcompletion_cb()
333 ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, struct sk_buff *skb, bool txok) ath9k_htc_txcompletion_cb() argument
H A Ddebug.h69 * @txok: TX completed at the requested rate
98 u32 txok; member
H A Dwmi.c257 enum htc_endpoint_id epid, bool txok) in ath9k_wmi_ctrl_tx()
256 ath9k_wmi_ctrl_tx(void *priv, struct sk_buff *skb, enum htc_endpoint_id epid, bool txok) ath9k_wmi_ctrl_tx() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c330 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status()
331 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
H A Dr819xU_cmdpkt.h100 u16 txok; /* Tx ok count */ member
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c290 priv->stats.txfeedbackok += pstx_status->txok; in cmpk_count_tx_status()
291 priv->stats.txoktotal += pstx_status->txok; in cmpk_count_tx_status()
H A Dr819xU_cmdpkt.h100 u16 txok; /* Tx ok count */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsynclink.h217 __u32 txok; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsynclink.h217 __u32 txok; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsynclink.h185 __u32 txok; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsynclink.h176 __u32 txok; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsynclink.h185 __u32 txok; member

Completed in 24 milliseconds

12