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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddcdbas.c48 static u8 *smi_data_buf; variable
63 if (!smi_data_buf)
69 dma_free_coherent(&dcdbas_pdev->dev, smi_data_buf_size, smi_data_buf,
71 smi_data_buf = NULL;
101 if (smi_data_buf)
102 memcpy(buf, smi_data_buf, smi_data_buf_size);
108 smi_data_buf = buf;
159 ret = memory_read_from_buffer(buf, count, &pos, smi_data_buf,
180 memcpy(smi_data_buf + pos, buf, count);
312 smi_cmd = (struct smi_cmd *)smi_data_buf;
[all...]

Completed in 113 milliseconds