Searched refs:temp_rx (Results 1 – 1 of 1) sorted by relevance
670 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local715 temp_rx = vmalloc(size); in e1000_set_ringparam()716 if (!temp_rx) { in e1000_set_ringparam()738 memcpy(temp_rx, adapter->rx_ring, size); in e1000_set_ringparam()739 temp_rx->count = new_rx_count; in e1000_set_ringparam()740 err = e1000e_setup_rx_resources(temp_rx); in e1000_set_ringparam()753 memcpy(adapter->rx_ring, temp_rx, size); in e1000_set_ringparam()765 vfree(temp_rx); in e1000_set_ringparam()