Searched refs:pRingBufferEntry (Results 1 – 1 of 1) sorted by relevance
128 wifi_ring_buffer_entry *pRingBufferEntry; in process_log_extscan_capabilities() local137 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities()138 memset(pRingBufferEntry, 0, SCAN_CAP_ENTRY_SIZE); in process_log_extscan_capabilities()141 (pRingBufferEntry + 1); in process_log_extscan_capabilities()217 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_log_extscan_capabilities()228 wifi_ring_buffer_entry *pRingBufferEntry; in process_bt_coex_scan_event() local234 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event()235 memset(pRingBufferEntry, 0, RING_BUF_ENTRY_SIZE); in process_bt_coex_scan_event()237 (pRingBufferEntry + 1); in process_bt_coex_scan_event()270 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_bt_coex_scan_event()[all …]