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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firmware/
H A Ddell_rbu.c108 void *packet_data_temp_buf = NULL; local
161 while (!packet_data_temp_buf) {
162 packet_data_temp_buf = (unsigned char *)
164 if (!packet_data_temp_buf) {
173 if ((unsigned long)virt_to_phys(packet_data_temp_buf)
177 packet_data_temp_buf),
179 invalid_addr_packet_array[idx++] = packet_data_temp_buf;
180 packet_data_temp_buf = NULL;
185 newpacket->data = packet_data_temp_buf;

Completed in 93 milliseconds