Searched refs:temp_rx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 351 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data() 355 td->rx_cookie = cpu_to_be64(temp_rx); in build_l2tpv3_transport_data() 360 td->rx_cookie = cpu_to_be32(temp_rx); in build_l2tpv3_transport_data()
|
/kernel/linux/linux-6.6/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 351 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data() 355 td->rx_cookie = cpu_to_be64(temp_rx); in build_l2tpv3_transport_data() 360 td->rx_cookie = cpu_to_be32(temp_rx); in build_l2tpv3_transport_data()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 672 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local 717 temp_rx = vmalloc(size); in e1000_set_ringparam() 718 if (!temp_rx) { in e1000_set_ringparam() 740 memcpy(temp_rx, adapter->rx_ring, size); in e1000_set_ringparam() 741 temp_rx->count = new_rx_count; in e1000_set_ringparam() 742 err = e1000e_setup_rx_resources(temp_rx); in e1000_set_ringparam() 755 memcpy(adapter->rx_ring, temp_rx, size); in e1000_set_ringparam() 767 vfree(temp_rx); in e1000_set_ringparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 684 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam() local 729 temp_rx = vmalloc(size); in e1000_set_ringparam() 730 if (!temp_rx) { in e1000_set_ringparam() 752 memcpy(temp_rx, adapter->rx_ring, size); in e1000_set_ringparam() 753 temp_rx->count = new_rx_count; in e1000_set_ringparam() 754 err = e1000e_setup_rx_resources(temp_rx); in e1000_set_ringparam() 767 memcpy(adapter->rx_ring, temp_rx, size); in e1000_set_ringparam() 779 vfree(temp_rx); in e1000_set_ringparam()
|
Completed in 7 milliseconds