Home
last modified time | relevance | path

Searched refs:sent_cmd (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c2739 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3133 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data()
3908 if (!hdev->sent_cmd) in hci_resend_last()
3911 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3916 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
4072 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync()
4074 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync()
4075 if (!hdev->sent_cmd) { in hci_send_cmd_sync()
4096 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
H A Dhci_sync.c5442 if (hdev->sent_cmd) { in hci_dev_open_sync()
5444 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
5445 hdev->sent_cmd = NULL; in hci_dev_open_sync()
5625 if (hdev->sent_cmd) { in hci_dev_close_sync()
5627 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
5628 hdev->sent_cmd = NULL; in hci_dev_close_sync()
H A Dhci_event.c1499 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1529 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
/linux/include/net/bluetooth/
H A Dhci_core.h526 struct sk_buff *sent_cmd; member