Lines Matching full:drops
67 } drops; variable
73 atomic_inc(&drops.cmd); in drop_add()
76 atomic_inc(&drops.evt); in drop_add()
79 atomic_inc(&drops.acl_tx); in drop_add()
82 atomic_inc(&drops.acl_rx); in drop_add()
86 atomic_inc(&drops.sco_tx); in drop_add()
89 atomic_inc(&drops.sco_rx); in drop_add()
93 atomic_inc(&drops.other); in drop_add()
216 encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd); in encode_hdr()
217 encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt); in encode_hdr()
218 encode_drops(hdr, BT_MONITOR_ACL_TX_DROPS, &drops.acl_tx); in encode_hdr()
219 encode_drops(hdr, BT_MONITOR_ACL_RX_DROPS, &drops.acl_rx); in encode_hdr()
221 encode_drops(hdr, BT_MONITOR_SCO_TX_DROPS, &drops.sco_tx); in encode_hdr()
222 encode_drops(hdr, BT_MONITOR_SCO_RX_DROPS, &drops.sco_rx); in encode_hdr()
224 encode_drops(hdr, BT_MONITOR_OTHER_DROPS, &drops.other); in encode_hdr()