Lines Matching refs:sent_cmd
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()
1387 kfree_skb(hdev->sent_cmd); in hci_cmd_task()
1389 if ((hdev->sent_cmd = skb_clone(skb, GFP_ATOMIC))) { in hci_cmd_task()