Home
last modified time | relevance | path

Searched refs:sent_cmd (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c1625 if (hdev->sent_cmd) { in hci_dev_do_open()
1626 kfree_skb(hdev->sent_cmd); in hci_dev_do_open()
1627 hdev->sent_cmd = NULL; in hci_dev_do_open()
1814 if (hdev->sent_cmd) { in hci_dev_do_close()
1816 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()
1817 hdev->sent_cmd = NULL; in hci_dev_do_close()
2761 if (hdev->sent_cmd) { in hci_cmd_timeout()
2762 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
4121 if (!hdev->sent_cmd) in hci_sent_cmd_data()
4124 hdr = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()
[all …]
Dhci_event.c3707 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) in hci_cmd_status_evt()
6166 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { in hci_event_packet()
6167 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h463 struct sk_buff *sent_cmd; member