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.c2774 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3169 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data()
3944 if (!hdev->sent_cmd) in hci_resend_last()
3947 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3952 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
4108 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync()
4110 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync()
4111 if (!hdev->sent_cmd) { in hci_send_cmd_sync()
4132 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
H A Dhci_sync.c5230 if (hdev->sent_cmd) { in hci_dev_open_sync()
5232 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
5233 hdev->sent_cmd = NULL; in hci_dev_open_sync()
5402 if (hdev->sent_cmd) { in hci_dev_close_sync()
5404 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
5405 hdev->sent_cmd = NULL; in hci_dev_close_sync()
H A Dhci_conn.c3105 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
H A Dhci_event.c1464 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1494 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