Searched refs:temp_rx (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | vector_transports.c | 245 int temp_rx; in build_gre_transport_data() local 270 if (get_uint_param(vp->parsed, "rx_key", &temp_rx)) { in build_gre_transport_data() 274 td->rx_key = cpu_to_be32(temp_rx); in build_gre_transport_data() 307 unsigned long temp_rx; in build_l2tpv3_transport_data() local 350 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data() 354 td->rx_cookie = cpu_to_be64(temp_rx); in build_l2tpv3_transport_data() 359 td->rx_cookie = cpu_to_be32(temp_rx); 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() 715 temp_rx = vmalloc(size); in e1000_set_ringparam() 716 if (!temp_rx) { in e1000_set_ringparam() 736 memcpy(temp_rx, adapter->rx_ring, size); in e1000_set_ringparam() 737 temp_rx->count = new_rx_count; in e1000_set_ringparam() 738 err = e1000e_setup_rx_resources(temp_rx); in e1000_set_ringparam() 751 memcpy(adapter->rx_ring, temp_rx, size); in e1000_set_ringparam() 762 vfree(temp_rx); 665 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; e1000_set_ringparam() local
|