Searched refs:sent_cmd (Results 1 – 2 of 2) sorted by relevance
507 if (hdev->sent_cmd) { in hci_dev_open()508 kfree_skb(hdev->sent_cmd); in hci_dev_open()509 hdev->sent_cmd = NULL; in hci_dev_open()564 if (hdev->sent_cmd) { in hci_dev_do_close()565 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()566 hdev->sent_cmd = NULL; in hci_dev_do_close()1020 if (!hdev->sent_cmd) in hci_sent_cmd_data()1023 hc = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()1030 return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; in hci_sent_cmd_data()1386 if (hdev->sent_cmd) in hci_cmd_task()[all …]
99 struct sk_buff *sent_cmd; member