qcacmn: Add api for dumping the CE discriptors

API for dumping the CE descriptors copies all descriptors for
the given Copy engine id and also copies the SKB packet pointed
by the descriptors till smart_log_skb_sz bytes.

Change-Id: I511bda77319944c1ec2377f716087956ce0637ac
CRs-Fixed: 2008290
Bu işleme şunda yer alıyor:
c_cgodav
2017-02-17 12:06:35 +05:30
işlemeyi yapan: nshrivas
ebeveyn cae37fee6e
işleme 862541432b
3 değiştirilmiş dosya ile 220 ekleme ve 0 silme

Dosyayı Görüntüle

@@ -1243,8 +1243,11 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_DFS_HOST_WAIT_TIMEOUT = 367,
#endif
OL_ATH_PARAM_NF_THRESH = 368,
#ifdef OL_ATH_SMART_LOGGING
OL_ATH_PARAM_SMARTLOG_ENABLE = 369,
OL_ATH_PARAM_SMARTLOG_FATAL_EVENT = 370,
OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371,
#endif /* OL_ATH_SMART_LOGGING */
};