hci_msg
struct hci_msg *cmd_pending_msg;
struct hci_msg *msg, *n;
struct hci_msg *msg;
msg = list_first_entry(&hdev->msg_tx_queue, struct hci_msg, msg_l);
struct hci_msg *cmd;
cmd = kzalloc_obj(struct hci_msg);