Searched refs:dp_cmd (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.c | 612 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local 634 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd() 636 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd() 639 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd() 640 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd() 641 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd() 644 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.c | 764 struct dp_reo_cmd *dp_cmd; in ath11k_dp_tx_send_reo_cmd() local 789 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath11k_dp_tx_send_reo_cmd() 791 if (!dp_cmd) in ath11k_dp_tx_send_reo_cmd() 794 memcpy(&dp_cmd->data, rx_tid, sizeof(struct dp_rx_tid)); in ath11k_dp_tx_send_reo_cmd() 795 dp_cmd->cmd_num = cmd_num; in ath11k_dp_tx_send_reo_cmd() 796 dp_cmd->handler = cb; in ath11k_dp_tx_send_reo_cmd() 799 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath11k_dp_tx_send_reo_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 612 struct ath12k_dp_rx_reo_cmd *dp_cmd; in ath12k_dp_reo_cmd_send() local 634 dp_cmd = kzalloc(sizeof(*dp_cmd), GFP_ATOMIC); in ath12k_dp_reo_cmd_send() 636 if (!dp_cmd) in ath12k_dp_reo_cmd_send() 639 memcpy(&dp_cmd->data, rx_tid, sizeof(*rx_tid)); in ath12k_dp_reo_cmd_send() 640 dp_cmd->cmd_num = cmd_num; in ath12k_dp_reo_cmd_send() 641 dp_cmd->handler = cb; in ath12k_dp_reo_cmd_send() 644 list_add_tail(&dp_cmd->list, &dp->reo_cmd_list); in ath12k_dp_reo_cmd_send()
|
Completed in 8 milliseconds