Searched refs:FW_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c299 #define FW_BLOCK_SIZE 1024 macro
392 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); at76_usbdfu_download()
444 bsize = min_t(int, size, FW_BLOCK_SIZE); at76_usbdfu_download()
1280 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); at76_load_external_fw()
1288 bsize = min_t(int, size, FW_BLOCK_SIZE); at76_load_external_fw()

Completed in 61 milliseconds