Home
last modified time | relevance | path

Searched refs:sent_cmd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c1625 if (hdev->sent_cmd) { in hci_dev_do_open()
1627 kfree_skb(hdev->sent_cmd); in hci_dev_do_open()
1628 hdev->sent_cmd = NULL; in hci_dev_do_open()
1815 if (hdev->sent_cmd) { in hci_dev_do_close()
1817 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()
1818 hdev->sent_cmd = NULL; in hci_dev_do_close()
2763 if (hdev->sent_cmd) { in hci_cmd_timeout()
2764 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
4133 if (!hdev->sent_cmd) in hci_sent_cmd_data()
4136 hdr = (void *) hdev->sent_cmd in hci_sent_cmd_data()
[all...]
H A Dhci_event.c3716 (hdev->sent_cmd && !bt_cb(hdev->sent_cmd)->hci.req_event)) in hci_cmd_status_evt()
6201 if (hdev->sent_cmd && bt_cb(hdev->sent_cmd)->hci.req_event == event) { in hci_event_packet()
6202 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c2798 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3150 data = hci_cmd_data(hdev->sent_cmd, opcode); in hci_sent_cmd_data()
4006 if (!hdev->sent_cmd) in hci_resend_last()
4009 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
4014 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
4170 kfree_skb(hdev->sent_cmd); in hci_send_cmd_sync()
4172 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_send_cmd_sync()
4173 if (!hdev->sent_cmd) { in hci_send_cmd_sync()
4188 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
H A Dhci_sync.c4905 if (hdev->sent_cmd) { in hci_dev_open_sync()
4907 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
4908 hdev->sent_cmd = NULL; in hci_dev_open_sync()
5071 if (hdev->sent_cmd) { in hci_dev_close_sync()
5073 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
5074 hdev->sent_cmd = NULL; in hci_dev_close_sync()
H A Dhci_conn.c2935 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
H A Dhci_event.c1508 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1538 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h473 struct sk_buff *sent_cmd;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h548 struct sk_buff *sent_cmd; member

Completed in 39 milliseconds