Searched refs:sent_cmd (Results 1 – 3 of 3) sorted by relevance
1468 if (hdev->sent_cmd) { in hci_dev_do_open()1469 kfree_skb(hdev->sent_cmd); in hci_dev_do_open()1470 hdev->sent_cmd = NULL; in hci_dev_do_open()1644 if (hdev->sent_cmd) { in hci_dev_do_close()1646 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()1647 hdev->sent_cmd = NULL; in hci_dev_do_close()2515 if (hdev->sent_cmd) { in hci_cmd_timeout()2516 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()3406 if (!hdev->sent_cmd) in hci_sent_cmd_data()3409 hdr = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()[all …]
3160 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->req.event)) in hci_cmd_status_evt()5192 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->req.event == event) { in hci_event_packet()5193 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
328 struct sk_buff *sent_cmd; member