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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.c299 #define FW_BLOCK_SIZE 1024 macro
386 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL);
429 bsize = min_t(int, size, FW_BLOCK_SIZE);
1295 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL);
1303 bsize = min_t(int, size, FW_BLOCK_SIZE);

Completed in 49 milliseconds