Searched refs:sent_cmd (Results 1 – 3 of 3) sorted by relevance
1512 if (hdev->sent_cmd) { in hci_dev_do_open()1513 kfree_skb(hdev->sent_cmd); in hci_dev_do_open()1514 hdev->sent_cmd = NULL; in hci_dev_do_open()1704 if (hdev->sent_cmd) { in hci_dev_do_close()1706 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()1707 hdev->sent_cmd = NULL; in hci_dev_do_close()2652 if (hdev->sent_cmd) { in hci_cmd_timeout()4260 if (!hdev->sent_cmd) in hci_sent_cmd_data()4960 if (!hdev->sent_cmd) in hci_resend_last()5118 kfree_skb(hdev->sent_cmd); in hci_cmd_work()[all …]
3849 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) in hci_cmd_status_evt()6324 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { in hci_event_packet()6325 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
503 struct sk_buff *sent_cmd; member
Completed in 26 milliseconds