Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c774 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local
799 dp_cmd = kzalloc_obj(*dp_cmd, GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd()
801 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd()
804 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd()
805 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd()
806 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd()
809 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()