Home
last modified time | relevance | path

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

/linux-6.1.9/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()
2757 kfree_skb(hdev->sent_cmd); in hci_release_dev()
3056 if (!hdev->sent_cmd) in hci_sent_cmd_data()
3059 hdr = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()
3066 return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; in hci_sent_cmd_data()
3912 if (!hdev->sent_cmd) in hci_resend_last()
3915 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
3920 skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_resend_last()
3966 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
[all …]
Dhci_event.c1481 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), hdev, in hci_cc_le_remove_adv_set()
1511 mgmt_advertising_removed(hci_skb_sk(hdev->sent_cmd), in hci_cc_le_clear_adv_sets()
4312 if (ev->status || (hdev->sent_cmd && !hci_skb_event(hdev->sent_cmd))) { in hci_cmd_status_evt()
7113 if (hdev->sent_cmd && in hci_le_meta_evt()
7114 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) == 0x08 && in hci_le_meta_evt()
7115 hci_skb_event(hdev->sent_cmd) == ev->subevent) { in hci_le_meta_evt()
7116 *opcode = hci_skb_opcode(hdev->sent_cmd); in hci_le_meta_evt()
7503 if (hdev->sent_cmd && in hci_event_packet()
7504 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) != 0x08 && in hci_event_packet()
7505 hci_skb_event(hdev->sent_cmd) == event) { in hci_event_packet()
[all …]
Dhci_sync.c4705 if (hdev->sent_cmd) { in hci_dev_open_sync()
4707 kfree_skb(hdev->sent_cmd); in hci_dev_open_sync()
4708 hdev->sent_cmd = NULL; in hci_dev_open_sync()
4866 if (hdev->sent_cmd) { in hci_dev_close_sync()
4868 kfree_skb(hdev->sent_cmd); in hci_dev_close_sync()
4869 hdev->sent_cmd = NULL; in hci_dev_close_sync()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h538 struct sk_buff *sent_cmd; member