Searched refs:temp_tx (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | vector_transports.c | 246 int temp_tx; in build_gre_transport_data() local 271 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() local 351 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()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ethtool.c | 670 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() 708 temp_tx = vmalloc(size); in e1000_set_ringparam() 709 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() 761 vfree(temp_tx); in e1000_set_ringparam() 665 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; e1000_set_ringparam() local
|