Searched refs:tx_send_buffer (Results 1 – 2 of 2) sorted by relevance
515 g_autofree uint8_t *tx_send_buffer = g_malloc(tx_buffer_size); in gmac_try_send_next_packet() local572 tx_send_buffer = g_realloc(tx_send_buffer, tx_buffer_size); in gmac_try_send_next_packet()577 tx_send_buffer + prev_buf_size, in gmac_try_send_next_packet()593 tx_send_buffer = g_realloc(tx_send_buffer, tx_buffer_size); in gmac_try_send_next_packet()597 tx_send_buffer + prev_buf_size, in gmac_try_send_next_packet()612 net_checksum_calculate(tx_send_buffer, length, csum); in gmac_try_send_next_packet()613 qemu_send_packet(qemu_get_queue(gmac->nic), tx_send_buffer, length); in gmac_try_send_next_packet()
339 uint8_t tx_send_buffer[TX_BUFFER_SIZE]; in emc_try_send_next_packet() local374 buf = &tx_send_buffer[0]; in emc_try_send_next_packet()376 if (length > sizeof(tx_send_buffer)) { in emc_try_send_next_packet()