Home
last modified time | relevance | path

Searched defs:hci_dev_stats (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_sock.h95 struct hci_dev_stats { struct
96 __u32 err_rx;
97 __u32 err_tx;
98 __u32 cmd_tx;
99 __u32 evt_rx;
100 __u32 acl_tx;
101 __u32 acl_rx;
102 __u32 sco_tx;
103 __u32 sco_rx;
104 __u32 byte_rx;
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h420 struct hci_dev_stats { struct
421 __u32 err_rx;
422 __u32 err_tx;
423 __u32 cmd_tx;
424 __u32 evt_rx;
425 __u32 acl_tx;
426 __u32 acl_rx;
427 __u32 sco_tx;
428 __u32 sco_rx;
429 __u32 byte_rx;
[all …]