| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | htt_tx.c | 210 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id) in ath10k_htt_tx_free_msdu_id() argument 216 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx free msdu_id %hu\n", msdu_id); in ath10k_htt_tx_free_msdu_id() 218 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 504 static int ath10k_htt_tx_clean_up_pending(int msdu_id, void *skb, void *ctx) in ath10k_htt_tx_clean_up_pending() argument 510 ath10k_dbg(ar, ATH10K_DBG_HTT, "force cleanup msdu_id %hu\n", msdu_id); in ath10k_htt_tx_clean_up_pending() 512 tx_done.msdu_id = msdu_id; in ath10k_htt_tx_clean_up_pending() 588 tx_done.msdu_id = __le16_to_cpu(desc_hdr->id); in ath10k_htt_htc_tx_complete() 1207 int msdu_id = -1; in ath10k_htt_mgmt_tx() local 1219 msdu_id = res; in ath10k_htt_mgmt_tx() 1258 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() [all …]
|
| D | txrx.c | 57 tx_done->msdu_id, tx_done->status); in ath10k_txrx_tx_unref() 59 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref() 61 tx_done->msdu_id); in ath10k_txrx_tx_unref() 66 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref() 69 tx_done->msdu_id); in ath10k_txrx_tx_unref() 83 ath10k_htt_tx_free_msdu_id(htt, tx_done->msdu_id); in ath10k_txrx_tx_unref() 104 trace_ath10k_txrx_tx_unref(ar, tx_done->msdu_id); in ath10k_txrx_tx_unref()
|
| D | trace.h | 295 TP_PROTO(struct ath10k *ar, u16 msdu_id, u16 msdu_len, 298 TP_ARGS(ar, msdu_id, msdu_len, vdev_id, tid), 303 __field(u16, msdu_id) 312 __entry->msdu_id = msdu_id; 322 __entry->msdu_id, 330 TP_PROTO(struct ath10k *ar, u16 msdu_id), 332 TP_ARGS(ar, msdu_id), 337 __field(u16, msdu_id) 343 __entry->msdu_id = msdu_id; 350 __entry->msdu_id
|
| D | htt_rx.c | 2653 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local 2692 msdu_id = msdus[i]; in ath10k_htt_rx_tx_compl_ind() 2693 tx_done.msdu_id = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2701 msdu_id = msdus[msdu_count + i + 1 + htt_pad]; in ath10k_htt_rx_tx_compl_ind() 2702 tx_done.ack_rssi = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2704 msdu_id = msdus[msdu_count + i + htt_pad]; in ath10k_htt_rx_tx_compl_ind() 2705 tx_done.ack_rssi = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2721 tx_done.msdu_id, tx_done.status); in ath10k_htt_rx_tx_compl_ind() 3821 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
|
| D | htt.h | 903 __le16 msdu_id; member 1842 u16 msdu_id; member 2305 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id);
|
| D | core.h | 121 u16 msdu_id; member
|
| D | wmi-tlv.c | 2915 cmd->msdu_id = 0; in ath10k_wmi_tlv_op_gen_beacon_dma() 3025 idr_remove(&wmi->mgmt_pending_tx, cb->msdu_id); in ath10k_wmi_tlv_op_cleanup_mgmt_tx_send() 3104 cb->msdu_id = desc_id; in ath10k_wmi_tlv_op_gen_mgmt_tx_send()
|
| D | wmi.c | 7820 cmd->msdu_id = 0; in ath10k_wmi_op_gen_beacon_dma() 9541 static int ath10k_wmi_mgmt_tx_clean_up_pending(int msdu_id, void *ptr, in ath10k_wmi_mgmt_tx_clean_up_pending() argument 9549 "force cleanup mgmt msdu_id %hu\n", msdu_id); in ath10k_wmi_mgmt_tx_clean_up_pending()
|
| D | wmi.h | 5744 __le32 msdu_id; member
|
| D | mac.c | 4086 int msdu_id; in ath10k_mac_txq_unref() local 4092 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | dp_tx.c | 284 int msdu_id, in ath11k_dp_tx_free_txbuf() argument 292 msdu = idr_find(&tx_ring->txbuf_idr, msdu_id); in ath11k_dp_tx_free_txbuf() 295 msdu_id); in ath11k_dp_tx_free_txbuf() 302 idr_remove(&tx_ring->txbuf_idr, msdu_id); in ath11k_dp_tx_free_txbuf() 324 msdu = idr_find(&tx_ring->txbuf_idr, ts->msdu_id); in ath11k_dp_tx_htt_tx_complete_buf() 327 ts->msdu_id); in ath11k_dp_tx_htt_tx_complete_buf() 337 idr_remove(&tx_ring->txbuf_idr, ts->msdu_id); in ath11k_dp_tx_htt_tx_complete_buf() 364 u32 msdu_id, struct dp_tx_ring *tx_ring) in ath11k_dp_tx_process_htt_tx_complete() argument 379 ts.msdu_id = msdu_id; in ath11k_dp_tx_process_htt_tx_complete() 386 ath11k_dp_tx_free_txbuf(ab, mac_id, msdu_id, tx_ring); in ath11k_dp_tx_process_htt_tx_complete() [all …]
|
| D | dp_tx.h | 13 u32 msdu_id; member
|
| /Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | pci_mac.c | 37 token = le16_to_cpu(txp->hw.msdu_id[0]) & in mt7615_tx_complete_skb() 62 txp->msdu_id[0] = cpu_to_le16(id | MT_MSDU_ID_VALID); in mt7615_write_hw_txp()
|
| D | mac.h | 263 __le16 msdu_id[MT_HW_TXP_MAX_MSDU_NUM]; member
|