Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_core.c1493 if (hdev->sent_cmd) { in hci_cmd_timeout()
1494 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
2793 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3110 if (!hdev->sent_cmd) in hci_sent_cmd_data()
3113 hdr = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()
3120 return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; in hci_sent_cmd_data()
3971 if (!hdev->sent_cmd) in hci_resend_last()
3974 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3979 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
4025 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
[all …]
Dhci_event.c1495 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1525 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
4379 if (ev->status || (hdev->sent_cmd && !hci_skb_event(hdev->sent_cmd))) { in hci_cmd_status_evt()
7307 if (hdev->sent_cmd && in hci_le_meta_evt()
7308 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) == 0x08 && in hci_le_meta_evt()
7309 hci_skb_event(hdev->sent_cmd) == ev->subevent) { in hci_le_meta_evt()
7310 *opcode = hci_skb_opcode(hdev->sent_cmd); in hci_le_meta_evt()
7697 if (hdev->sent_cmd && in hci_event_packet()
7698 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) != 0x08 && in hci_event_packet()
7699 hci_skb_event(hdev->sent_cmd) == event) { in hci_event_packet()
[all …]
Dhci_sync.c4894 if (hdev->sent_cmd) { in hci_dev_open_sync()
4896 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
4897 hdev->sent_cmd = NULL; in hci_dev_open_sync()
5055 if (hdev->sent_cmd) { in hci_dev_close_sync()
5057 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
5058 hdev->sent_cmd = NULL; in hci_dev_close_sync()
Dhci_conn.c2935 switch (hci_skb_event(hdev->sent_cmd)) { in hci_abort_conn()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h541 struct sk_buff *sent_cmd; member