Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_core.c1480 if (hdev->sent_cmd) { in hci_cmd_timeout()
1481 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
2750 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3022 if (!hdev->sent_cmd) in hci_sent_cmd_data()
3025 hdr = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()
3032 return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; in hci_sent_cmd_data()
3703 if (!hdev->sent_cmd) in hci_resend_last()
3706 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3711 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
3757 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
[all …]
Dhci_event.c1437 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1467 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
4087 if (ev->status || (hdev->sent_cmd && !hci_skb_event(hdev->sent_cmd))) { in hci_cmd_status_evt()
6570 if (hdev->sent_cmd && in hci_le_meta_evt()
6571 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) == 0x08 && in hci_le_meta_evt()
6572 hci_skb_event(hdev->sent_cmd) == ev->subevent) { in hci_le_meta_evt()
6573 *opcode = hci_skb_opcode(hdev->sent_cmd); in hci_le_meta_evt()
6958 if (hdev->sent_cmd && in hci_event_packet()
6959 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) != 0x08 && in hci_event_packet()
6960 hci_skb_event(hdev->sent_cmd) == event) { in hci_event_packet()
[all …]
Dhci_sync.c4054 if (hdev->sent_cmd) { in hci_dev_open_sync()
4055 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
4056 hdev->sent_cmd = NULL; in hci_dev_open_sync()
4188 if (hdev->sent_cmd) { in hci_dev_close_sync()
4190 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
4191 hdev->sent_cmd = NULL; in hci_dev_close_sync()
/linux-5.19.10/include/net/bluetooth/
Dhci_core.h518 struct sk_buff *sent_cmd; member