Searched refs:temp_rx (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/um/drivers/
H A Dvector_transports.c245 int temp_rx; local
270 if (get_uint_param(vp->parsed, "rx_key", &temp_rx)) {
274 td->rx_key = cpu_to_be32(temp_rx);
307 unsigned long temp_rx; local
351 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) {
355 td->rx_cookie = cpu_to_be64(temp_rx);
360 td->rx_cookie = cpu_to_be32(temp_rx);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c684 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; local
729 temp_rx = vmalloc(size);
730 if (!temp_rx) {
752 memcpy(temp_rx, adapter->rx_ring, size);
753 temp_rx->count = new_rx_count;
754 err = e1000e_setup_rx_resources(temp_rx);
767 memcpy(adapter->rx_ring, temp_rx, size);
779 vfree(temp_rx);

Completed in 123 milliseconds