Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1504 void *fwbuf; in ar5523_load_firmware() local
1523 fwbuf = kmalloc(AR5523_MAX_FWBLOCK_SIZE, GFP_KERNEL); in ar5523_load_firmware()
1524 if (!fwbuf) in ar5523_load_firmware()
1549 memcpy(fwbuf, fw->data + offset, mlen); in ar5523_load_firmware()
1551 fwbuf, mlen, &foolen, in ar5523_load_firmware()
1580 kfree(fwbuf); in ar5523_load_firmware()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c1451 u8 *fwbuf; in mwifiex_prog_fw_w_helper() local
1467 fwbuf = kzalloc(MWIFIEX_UPLD_SIZE, GFP_KERNEL); in mwifiex_prog_fw_w_helper()
1468 if (!fwbuf) in mwifiex_prog_fw_w_helper()
1556 memmove(fwbuf, &firmware[offset], txlen); in mwifiex_prog_fw_w_helper()
1559 ret = mwifiex_write_data_sync(adapter, fwbuf, tx_blocks * in mwifiex_prog_fw_w_helper()
1583 kfree(fwbuf); in mwifiex_prog_fw_w_helper()