Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtrtl.c823 struct rtl_download_cmd *dl_cmd; in rtl_download_firmware() local
832 dl_cmd = kmalloc_obj(*dl_cmd); in rtl_download_firmware()
833 if (!dl_cmd) in rtl_download_firmware()
839 dl_cmd->index = j++; in rtl_download_firmware()
840 if (dl_cmd->index == 0x7f) in rtl_download_firmware()
844 dl_cmd->index |= 0x80; /* data end */ in rtl_download_firmware()
848 frag_num, dl_cmd->index); in rtl_download_firmware()
849 memcpy(dl_cmd->data, data, frag_len); in rtl_download_firmware()
852 skb = __hci_cmd_sync(hdev, 0xfc20, frag_len + 1, dl_cmd, in rtl_download_firmware()
885 kfree(dl_cmd); in rtl_download_firmware()