Searched refs:buf_offset (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_main.c | 2618 uint16_t datalen, uint16_t *buf_offset, in wma_extract_single_phyerr_spectral() argument 2622 int n = *buf_offset; in wma_extract_single_phyerr_spectral() 2800 *buf_offset += n; in wma_extract_single_phyerr_spectral() 2819 uint16_t buf_offset, event_buf_len = 0; in spectral_phyerr_event_handler() local 2831 &buf_offset, &phyerr); in spectral_phyerr_event_handler() 2840 buf_offset = 0; in spectral_phyerr_event_handler() 2841 while (buf_offset < event_buf_len) { in spectral_phyerr_event_handler() 2843 event_buf_len, &buf_offset, &phyerr)) { in spectral_phyerr_event_handler() 2878 uint16_t *buf_offset, in wma_extract_single_phyerr_spectral() argument 2911 uint16_t buf_offset; in dfs_phyerr_event_handler() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_api.c | 2336 uint16_t datalen, uint16_t *buf_offset, in wmi_extract_comb_phyerr() argument 2341 evt_buf, datalen, buf_offset, phyerr); in wmi_extract_comb_phyerr() 2349 uint16_t datalen, uint16_t *buf_offset, in wmi_extract_single_phyerr() argument 2354 evt_buf, datalen, buf_offset, phyerr); in wmi_extract_single_phyerr()
|
D | wmi_unified_tlv.c | 18476 uint16_t *buf_offset, in extract_comb_phyerr_tlv() argument 18516 *buf_offset = sizeof(*pe_hdr) + sizeof(uint32_t); in extract_comb_phyerr_tlv() 18535 uint16_t *buf_offset, in extract_single_phyerr_tlv() argument 18539 uint16_t n = *buf_offset; in extract_single_phyerr_tlv() 18590 *buf_offset = n; in extract_single_phyerr_tlv()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_api.h | 3507 uint16_t datalen, uint16_t *buf_offset, 3523 uint16_t datalen, uint16_t *buf_offset,
|
D | wmi_unified_priv.h | 2097 uint16_t datalen, uint16_t *buf_offset, wmi_host_phyerr_t *phyerr); 2100 uint16_t datalen, uint16_t *buf_offset, wmi_host_phyerr_t *phyerr);
|