qcacmn: Move CCE and flow hal implementation to per chip
Move CCE and flow hal implementation to per chip hal layer. Change-Id: I95a37d8bab00cdecfd6e8ae9a724b8c5541b336e
This commit is contained in:

committed by
Madan Koyyalamudi

parent
bb3953b75b
commit
d93357ef5d
@@ -1152,6 +1152,21 @@ hal_rx_msdu_end_last_msdu_get(hal_soc_handle_t hal_soc_hdl,
|
||||
return hal_soc->ops->hal_rx_msdu_end_last_msdu_get(buf);
|
||||
}
|
||||
|
||||
/**
|
||||
* hal_rx_msdu_cce_match_get: API to get CCE match
|
||||
* from rx_msdu_end TLV
|
||||
* @buf: pointer to the start of RX PKT TLV headers
|
||||
* Return: cce_meta_data
|
||||
*/
|
||||
static inline bool
|
||||
hal_rx_msdu_cce_match_get(hal_soc_handle_t hal_soc_hdl,
|
||||
uint8_t *buf)
|
||||
{
|
||||
struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl;
|
||||
|
||||
return hal_soc->ops->hal_rx_msdu_cce_match_get(buf);
|
||||
}
|
||||
|
||||
/**
|
||||
* hal_rx_msdu_cce_metadata_get: API to get CCE metadata
|
||||
* from rx_msdu_end TLV
|
||||
|
Reference in New Issue
Block a user