Searched refs:lvq (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/lguest/
H A Dlguest_device.c230 struct lguest_vq_info *lvq = vq->priv; local
232 hcall(LHCALL_NOTIFY, lvq->config.pfn << PAGE_SHIFT, 0, 0, 0);
254 struct lguest_vq_info *lvq; local
262 lvq = kmalloc(sizeof(*lvq), GFP_KERNEL);
263 if (!lvq)
271 memcpy(&lvq->config, lg_vq(ldev->desc)+index, sizeof(lvq->config));
274 (unsigned long)lvq->config.pfn << PAGE_SHIFT);
276 lvq
324 struct lguest_vq_info *lvq = vq->priv; local
[all...]

Completed in 56 milliseconds