Searched refs:msdu_id (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 221 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id) in ath10k_htt_tx_free_msdu_id() argument 227 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx free msdu_id %hu\n", msdu_id); in ath10k_htt_tx_free_msdu_id() 229 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 512 static int ath10k_htt_tx_clean_up_pending(int msdu_id, void *skb, void *ctx) in ath10k_htt_tx_clean_up_pending() argument 518 ath10k_dbg(ar, ATH10K_DBG_HTT, "force cleanup msdu_id %hu\n", msdu_id); in ath10k_htt_tx_clean_up_pending() 520 tx_done.msdu_id = msdu_id; in ath10k_htt_tx_clean_up_pending() 1073 int msdu_id = -1; in ath10k_htt_mgmt_tx() local 1084 msdu_id = res; in ath10k_htt_mgmt_tx() 1114 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx() 1131 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_mgmt_tx() [all …]
|
D | txrx.c | 67 tx_done->msdu_id, tx_done->status); in ath10k_txrx_tx_unref() 69 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref() 71 tx_done->msdu_id); in ath10k_txrx_tx_unref() 76 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref() 79 tx_done->msdu_id); in ath10k_txrx_tx_unref() 92 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 | 302 TP_PROTO(struct ath10k *ar, u16 msdu_id, u16 msdu_len, 305 TP_ARGS(ar, msdu_id, msdu_len, vdev_id, tid), 310 __field(u16, msdu_id) 319 __entry->msdu_id = msdu_id; 329 __entry->msdu_id, 337 TP_PROTO(struct ath10k *ar, u16 msdu_id), 339 TP_ARGS(ar, msdu_id), 344 __field(u16, msdu_id) 350 __entry->msdu_id = msdu_id; 357 __entry->msdu_id
|
D | htt_rx.c | 1887 __le16 msdu_id; in ath10k_htt_rx_tx_compl_ind() local 1912 msdu_id = resp->data_tx_completion.msdus[i]; in ath10k_htt_rx_tx_compl_ind() 1913 tx_done.msdu_id = __le16_to_cpu(msdu_id); in ath10k_htt_rx_tx_compl_ind() 1925 tx_done.msdu_id, tx_done.status); in ath10k_htt_rx_tx_compl_ind() 2728 tx_done.msdu_id = __le32_to_cpu(resp->mgmt_tx_completion.desc_id); in ath10k_htt_t2h_msg_handler()
|
D | htt.h | 1669 u16 msdu_id; member 2068 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id);
|
D | core.h | 133 u16 msdu_id; member
|
D | wmi.c | 7525 cmd->msdu_id = 0; in ath10k_wmi_op_gen_beacon_dma() 9152 static int ath10k_wmi_mgmt_tx_clean_up_pending(int msdu_id, void *ptr, in ath10k_wmi_mgmt_tx_clean_up_pending() argument 9160 "force cleanup mgmt msdu_id %hu\n", msdu_id); in ath10k_wmi_mgmt_tx_clean_up_pending()
|
D | mac.c | 3879 int msdu_id; in ath10k_mac_txq_unref() local 3891 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|
D | wmi.h | 5574 __le32 msdu_id; member
|
D | wmi-tlv.c | 2568 cmd->msdu_id = 0; in ath10k_wmi_tlv_op_gen_beacon_dma()
|