Searched refs:msdu_id (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 56 tx_done->msdu_id, tx_done->status); in ath10k_txrx_tx_unref() 58 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref() 60 tx_done->msdu_id); in ath10k_txrx_tx_unref() 65 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref() 68 tx_done->msdu_id); in ath10k_txrx_tx_unref() 81 ath10k_htt_tx_free_msdu_id(htt, tx_done->msdu_id); in ath10k_txrx_tx_unref() 98 trace_ath10k_txrx_tx_unref(ar, tx_done->msdu_id); in ath10k_txrx_tx_unref()
|
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() 1164 int msdu_id = -1; in ath10k_htt_mgmt_tx() local 1175 msdu_id = res; in ath10k_htt_mgmt_tx() 1205 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() 1223 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_mgmt_tx() [all …]
|
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 | 2627 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local 2666 msdu_id = msdus[i]; in ath10k_htt_rx_tx_compl_ind() 2667 tx_done.msdu_id = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2675 msdu_id = msdus[msdu_count + i + 1 + htt_pad]; in ath10k_htt_rx_tx_compl_ind() 2676 tx_done.ack_rssi = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2678 msdu_id = msdus[msdu_count + i + htt_pad]; in ath10k_htt_rx_tx_compl_ind() 2679 tx_done.ack_rssi = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 2695 tx_done.msdu_id, tx_done.status); in ath10k_htt_rx_tx_compl_ind() 3784 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
|
D | htt.h | 893 __le16 msdu_id; member 1832 u16 msdu_id; member 2281 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id);
|
D | core.h | 118 u16 msdu_id; member
|
D | wmi.c | 7731 cmd->msdu_id = 0; in ath10k_wmi_op_gen_beacon_dma() 9413 static int ath10k_wmi_mgmt_tx_clean_up_pending(int msdu_id, void *ptr, in ath10k_wmi_mgmt_tx_clean_up_pending() argument 9421 "force cleanup mgmt msdu_id %hu\n", msdu_id); in ath10k_wmi_mgmt_tx_clean_up_pending()
|
D | mac.c | 3942 int msdu_id; in ath10k_mac_txq_unref() local 3948 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|
D | wmi.h | 5693 __le32 msdu_id; member
|
D | wmi-tlv.c | 2767 cmd->msdu_id = 0; in ath10k_wmi_tlv_op_gen_beacon_dma()
|