Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_tx.c733 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local
758 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd()
760 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd()
763 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd()
764 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd()
765 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd()
768 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()