qcacmn: compact tlv support for QCN9224
Adding compact tlv support for QCN9224, As part of this change Rx tlv size will reduce from 384 bytes to 128 bytes. Change-Id: I3f42a781e42b2e696a5b25d9c5f333c8cc83b7fe CRs-Fixed: 3274152
This commit is contained in:

committed by
Madan Koyyalamudi

parent
ca6127c6de
commit
12c8b0d0be
@@ -28,6 +28,20 @@ uint32_t dp_rx_process_li(struct dp_intr *int_ctx,
|
||||
hal_ring_handle_t hal_ring_hdl, uint8_t reo_ring_num,
|
||||
uint32_t quota);
|
||||
|
||||
/**
|
||||
* dp_rx_chain_msdus_li() - Function to chain all msdus of a mpdu
|
||||
* to pdev invalid peer list
|
||||
*
|
||||
* @soc: core DP main context
|
||||
* @nbuf: Buffer pointer
|
||||
* @rx_tlv_hdr: start of rx tlv header
|
||||
* @mac_id: mac id
|
||||
*
|
||||
* Return: bool: true for last msdu of mpdu
|
||||
*/
|
||||
bool dp_rx_chain_msdus_li(struct dp_soc *soc, qdf_nbuf_t nbuf,
|
||||
uint8_t *rx_tlv_hdr, uint8_t mac_id);
|
||||
|
||||
/**
|
||||
* dp_rx_desc_pool_init_li() - Initialize Rx Descriptor pool(s)
|
||||
* @soc: Handle to DP Soc structure
|
||||
|
Reference in New Issue
Block a user