Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c2773 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3168 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data()
3943 if (!hdev->sent_cmd) in hci_resend_last()
3946 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3951 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
4107 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync()
4109 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync()
4110 if (!hdev->sent_cmd) { in hci_send_cmd_sync()
4131 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
H A Dhci_sync.c5188 if (hdev->sent_cmd) { in hci_dev_open_sync()
5190 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
5191 hdev->sent_cmd = NULL; in hci_dev_open_sync()
5360 if (hdev->sent_cmd) { in hci_dev_close_sync()
5362 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
5363 hdev->sent_cmd = NULL; in hci_dev_close_sync()
H A Dhci_conn.c2987 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
H A Dhci_event.c1460 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()
/linux/include/net/bluetooth/
H A Dhci_core.h528 struct sk_buff *sent_cmd; member