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

/drivers/firmware/
H A Ddell_rbu.c109 void *packet_data_temp_buf = NULL; local
162 while (!packet_data_temp_buf) {
163 packet_data_temp_buf = (unsigned char *)
165 if (!packet_data_temp_buf) {
174 if ((unsigned long)virt_to_phys(packet_data_temp_buf)
178 packet_data_temp_buf),
180 invalid_addr_packet_array[idx++] = packet_data_temp_buf;
181 packet_data_temp_buf = NULL;
186 newpacket->data = packet_data_temp_buf;

Completed in 73 milliseconds