Home
last modified time | relevance | path

Searched refs:sco_pkts (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/bluetooth/ !
H A Dhci_sock.h126 __u16 sco_pkts; member
H A Dhci_core.h486 unsigned int sco_pkts; member
/linux/net/bluetooth/ !
H A Dhci_core.c773 hdev->sco_pkts = *((__u16 *) &dr.dev_opt + 0); in hci_dev_cmd()
865 di.sco_pkts = hdev->sco_pkts; in hci_get_dev_info()
870 di.sco_pkts = 0; in hci_get_dev_info()
3641 unsigned int pkts = hdev->sco_pkts; in hci_sched_sco()
3648 /* Use sco_pkts if flow control has not been enabled which will limit in hci_sched_sco()
H A Dhci_event.c941 hdev->sco_pkts = __le16_to_cpu(rp->sco_max_pkt); in hci_cc_read_buffer_size()
945 hdev->sco_pkts = 8; in hci_cc_read_buffer_size()
949 hdev->sco_pkts = 0; in hci_cc_read_buffer_size()
952 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
955 hdev->acl_pkts, hdev->sco_mtu, hdev->sco_pkts); in hci_cc_read_buffer_size()
4542 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
4543 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c953 if (!hdev->sco_pkts) in __hci_conn_add()