Searched refs:temp_tx (Results 1 – 2 of 2) sorted by relevance
246 int temp_tx; in build_gre_transport_data() local271 if (get_uint_param(vp->parsed, "tx_key", &temp_tx)) { in build_gre_transport_data()275 td->tx_key = cpu_to_be32(temp_tx); in build_gre_transport_data()308 unsigned long temp_tx; in build_l2tpv3_transport_data() local351 if (get_ulong_param(vp->parsed, "tx_cookie", &temp_tx)) { in build_l2tpv3_transport_data()355 td->tx_cookie = cpu_to_be64(temp_tx); in build_l2tpv3_transport_data()360 td->tx_cookie = cpu_to_be32(temp_tx); in build_l2tpv3_transport_data()
665 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local703 temp_tx = vmalloc(size); in e1000_set_ringparam()704 if (!temp_tx) { in e1000_set_ringparam()724 memcpy(temp_tx, adapter->tx_ring, size); in e1000_set_ringparam()725 temp_tx->count = new_tx_count; in e1000_set_ringparam()726 err = e1000e_setup_tx_resources(temp_tx); in e1000_set_ringparam()741 memcpy(adapter->tx_ring, temp_tx, size); in e1000_set_ringparam()752 e1000e_free_tx_resources(temp_tx); in e1000_set_ringparam()756 vfree(temp_tx); in e1000_set_ringparam()