Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath11k/ !
Ddp_tx.c736 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local
761 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd()
763 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd()
766 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd()
767 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd()
768 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd()
771 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()