Searched refs:temp_tx (Results 1 – 1 of 1) sorted by relevance
668 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local706 temp_tx = vmalloc(size); in e1000_set_ringparam()707 if (!temp_tx) { in e1000_set_ringparam()729 memcpy(temp_tx, adapter->tx_ring, size); in e1000_set_ringparam()730 temp_tx->count = new_tx_count; in e1000_set_ringparam()731 err = e1000e_setup_tx_resources(temp_tx); in e1000_set_ringparam()746 memcpy(adapter->tx_ring, temp_tx, size); in e1000_set_ringparam()757 e1000e_free_tx_resources(temp_tx); in e1000_set_ringparam()762 vfree(temp_tx); in e1000_set_ringparam()