Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c130 #define MAX_MEM_BUF (4 * 1024) macro
3463 if (remain > MAX_MEM_BUF) { in dhdsdio_membytes()
3464 nbytes = MAX_MEM_BUF; in dhdsdio_membytes()
9036 bus->membuf = MALLOC(osh, MAX_MEM_BUF);
9038 DHD_ERROR(("%s: MALLOC of %d-byte membuf failed\n", __FUNCTION__, MAX_MEM_BUF));
9049 memset(bus->membuf, 0, MAX_MEM_BUF);
9290 MFREE(osh, bus->membuf, MAX_MEM_BUF);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c131 #define MAX_MEM_BUF 4096 macro
3844 if (dsize <= MAX_MEM_BUF) { in dhdsdio_membytes()
3855 if (dsize <= MAX_MEM_BUF && !write) in dhdsdio_membytes()
9646 bus->membuf = MALLOC(osh, MAX_MEM_BUF); in dhdsdio_probe_malloc()
9649 __FUNCTION__, MAX_MEM_BUF)); in dhdsdio_probe_malloc()
9661 memset(bus->membuf, 0, MAX_MEM_BUF); in dhdsdio_probe_malloc()
9957 MFREE(osh, bus->membuf, MAX_MEM_BUF); in dhdsdio_release_malloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c130 #define MAX_MEM_BUF 4096 macro
3833 if (dsize <= MAX_MEM_BUF) { in dhdsdio_membytes()
3844 if (dsize <= MAX_MEM_BUF && !write) in dhdsdio_membytes()
9631 bus->membuf = MALLOC(osh, MAX_MEM_BUF); in dhdsdio_probe_malloc()
9634 __FUNCTION__, MAX_MEM_BUF)); in dhdsdio_probe_malloc()
9646 memset(bus->membuf, 0, MAX_MEM_BUF); in dhdsdio_probe_malloc()
9942 MFREE(osh, bus->membuf, MAX_MEM_BUF); in dhdsdio_release_malloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c121 #define MAX_MEM_BUF 4096 macro
3725 if (dsize <= MAX_MEM_BUF) { in dhdsdio_membytes()
3736 if (dsize <= MAX_MEM_BUF && !write) in dhdsdio_membytes()
8731 bus->membuf = MALLOC(osh, MAX_MEM_BUF); in dhdsdio_probe_malloc()
8734 __FUNCTION__, MAX_MEM_BUF)); in dhdsdio_probe_malloc()
8746 memset(bus->membuf, 0, MAX_MEM_BUF); in dhdsdio_probe_malloc()