Home
last modified time | relevance | path

Searched refs:dp_cmd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_tx.c613 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local
635 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd()
637 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd()
640 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd()
641 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd()
642 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd()
645 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()