Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dkaweth.c227 __u8 *firmware_buf; member
320 memcpy(kaweth->firmware_buf, fw->data, fw->size); in kaweth_download_firmware()
324 kaweth->firmware_buf[2] = (data_len & 0xFF) - 7; in kaweth_download_firmware()
325 kaweth->firmware_buf[3] = data_len >> 8; in kaweth_download_firmware()
326 kaweth->firmware_buf[4] = type; in kaweth_download_firmware()
327 kaweth->firmware_buf[5] = interrupt; in kaweth_download_firmware()
329 netdev_dbg(kaweth->net, "High: %i, Low:%i\n", kaweth->firmware_buf[3], in kaweth_download_firmware()
330 kaweth->firmware_buf[2]); in kaweth_download_firmware()
334 kaweth->firmware_buf, kaweth); in kaweth_download_firmware()
341 kaweth->firmware_buf, data_len, in kaweth_download_firmware()
[all …]