Searched refs:temp_tx (Results 1 – 1 of 1) sorted by relevance
670 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local708 temp_tx = vmalloc(size); in e1000_set_ringparam()709 if (!temp_tx) { in e1000_set_ringparam()731 memcpy(temp_tx, adapter->tx_ring, size); in e1000_set_ringparam()732 temp_tx->count = new_tx_count; in e1000_set_ringparam()733 err = e1000e_setup_tx_resources(temp_tx); in e1000_set_ringparam()748 memcpy(adapter->tx_ring, temp_tx, size); in e1000_set_ringparam()759 e1000e_free_tx_resources(temp_tx); in e1000_set_ringparam()764 vfree(temp_tx); in e1000_set_ringparam()