Searched refs:drops_hdr (Results 1 – 1 of 1) sorted by relevance
62 struct ble_monitor_drops_hdr drops_hdr; member138 cnt = &rtt_drops.drops_hdr.cmd; in update_drop_counters()142 cnt = &rtt_drops.drops_hdr.evt; in update_drop_counters()146 cnt = &rtt_drops.drops_hdr.acl_tx; in update_drop_counters()150 cnt = &rtt_drops.drops_hdr.acl_rx; in update_drop_counters()154 cnt = &rtt_drops.drops_hdr.other; in update_drop_counters()167 rtt_drops.drops_hdr.cmd = 0; in reset_drop_counters()168 rtt_drops.drops_hdr.evt = 0; in reset_drop_counters()169 rtt_drops.drops_hdr.acl_tx = 0; in reset_drop_counters()170 rtt_drops.drops_hdr.acl_rx = 0; in reset_drop_counters()[all …]