qcacmn: Upgrading to htt_tx_wbm_completion_v3
Due to overlap with WBM block in QCN9224, upgrading to htt_tx_wbm_completion_v3. Change-Id: If6f7fd64686c9c1b35b253930e7918f570bd547c
This commit is contained in:

committed by
Madan Koyyalamudi

parent
dc34c41ae6
commit
90b1e60e57
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -53,6 +54,22 @@ void dp_tx_comp_get_params_from_hal_desc_li(struct dp_soc *soc,
|
||||
void *tx_comp_hal_desc,
|
||||
struct dp_tx_desc_s **r_tx_desc);
|
||||
|
||||
/**
|
||||
* dp_tx_process_htt_completion_li() - Tx HTT Completion Indication Handler
|
||||
* @soc: Handle to DP soc structure
|
||||
* @tx_desc: software descriptor head pointer
|
||||
* @status : Tx completion status from HTT descriptor
|
||||
* @ring_id: ring number
|
||||
*
|
||||
* This function will process HTT Tx indication messages from Target
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void dp_tx_process_htt_completion_li(struct dp_soc *soc,
|
||||
struct dp_tx_desc_s *tx_desc,
|
||||
uint8_t *status,
|
||||
uint8_t ring_id);
|
||||
|
||||
/**
|
||||
* dp_tx_desc_pool_init_li() - Initialize Tx Descriptor pool(s)
|
||||
* @soc: Handle to DP Soc structure
|
||||
|
Reference in New Issue
Block a user