Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c345 g_autofree uint8_t *malloced_buf = NULL; in emc_try_send_next_packet() local
378 malloced_buf = g_malloc(length); in emc_try_send_next_packet()
379 buf = malloced_buf; in emc_try_send_next_packet()