Lines Matching refs:sent_cmd
1493 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()
4026 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete()
4030 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
4031 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
4141 kfree_skb(hdev->sent_cmd); in hci_cmd_work()
4143 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_cmd_work()
4144 if (hdev->sent_cmd) { in hci_cmd_work()