Searched refs:pRingBufferEntry (Results 1 – 1 of 1) sorted by relevance
130 wifi_ring_buffer_entry *pRingBufferEntry; in process_log_extscan_capabilities() local139 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities()140 memset(pRingBufferEntry, 0, SCAN_CAP_ENTRY_SIZE); in process_log_extscan_capabilities()143 (pRingBufferEntry + 1); in process_log_extscan_capabilities()219 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_log_extscan_capabilities()230 wifi_ring_buffer_entry *pRingBufferEntry; in process_bt_coex_scan_event() local236 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event()237 memset(pRingBufferEntry, 0, RING_BUF_ENTRY_SIZE); in process_bt_coex_scan_event()239 (pRingBufferEntry + 1); in process_bt_coex_scan_event()272 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_bt_coex_scan_event()[all …]