Searched refs:sent_cmd (Results 1 – 5 of 5) sorted by relevance
2742 kfree_skb(hdev->sent_cmd); in hci_release_dev() 3094 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data() 3865 if (!hdev->sent_cmd) in hci_resend_last() 3868 sent = (void *) hdev->sent_cmd->data; in hci_resend_last() 3873 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last() 4029 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync() 4031 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync() 4032 if (!hdev->sent_cmd) { in hci_send_cmd_sync() 4047 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
5086 if (hdev->sent_cmd) { in hci_dev_open_sync()5088 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()5089 hdev->sent_cmd = NULL; in hci_dev_open_sync()5251 if (hdev->sent_cmd) { in hci_dev_close_sync()5253 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()5254 hdev->sent_cmd = NULL; in hci_dev_close_sync()
2889 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
1449 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set() 1479 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
513 struct sk_buff *sent_cmd; member