Searched refs:hci_chan_sent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 3471 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent() function 3671 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 3721 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk() 3796 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 4356 static struct hci_chan *hci_chan_sent(struct hci_dev *hdev, __u8 type, in hci_chan_sent() function 4575 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 4625 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk() 4700 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
|
Completed in 10 milliseconds