qcacmn: Implement QDF API to get queue mapping and total ram size
This change adds the following QDF APIs - qdf_nbuf_get_queue_mapping: To get the queue mapping set by linux kernel qdf_get_totalramsize: To get total ram size in Kb Change-Id: I86daffebba759c086d15951dfcc72ea626c74bb4 CRs-Fixed: 1055387
This commit is contained in:

gecommit door
qcabuildsw

bovenliggende
50a5518cd6
commit
5947138237
@@ -2041,6 +2041,12 @@ static inline void qdf_nbuf_set_priority(qdf_nbuf_t buf, uint32_t p)
|
||||
__qdf_nbuf_set_priority(buf, p);
|
||||
}
|
||||
|
||||
static inline uint16_t
|
||||
qdf_nbuf_get_queue_mapping(qdf_nbuf_t buf)
|
||||
{
|
||||
return __qdf_nbuf_get_queue_mapping(buf);
|
||||
}
|
||||
|
||||
static inline uint8_t *
|
||||
qdf_nbuf_get_priv_ptr(qdf_nbuf_t buf)
|
||||
{
|
||||
|
Verwijs in nieuw issue
Block a user