Searched refs:sent_cmd (Results 1 – 5 of 5) sorted by relevance
2736 kfree_skb(hdev->sent_cmd); in hci_release_dev()3117 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data()3887 if (!hdev->sent_cmd) in hci_resend_last()3890 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()3895 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()4051 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync()4053 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync()4054 if (!hdev->sent_cmd) { in hci_send_cmd_sync()4069 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
5087 if (hdev->sent_cmd) { in hci_dev_open_sync()5089 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()5090 hdev->sent_cmd = NULL; in hci_dev_open_sync()5259 if (hdev->sent_cmd) { in hci_dev_close_sync()5261 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()5262 hdev->sent_cmd = NULL; in hci_dev_close_sync()
2884 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
1460 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()1490 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
517 struct sk_buff *sent_cmd; member