Lines Matching refs:sent_cmd
1480 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()
3758 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete()
3762 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
3763 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
3861 kfree_skb(hdev->sent_cmd); in hci_cmd_work()
3863 hdev->sent_cmd = skb_clone(skb, GFP_KERNEL); in hci_cmd_work()
3864 if (hdev->sent_cmd) { in hci_cmd_work()