if_xennet_xenbus.c | 78 * asynchronously call xennet_handler() in frontend. 79 * xennet_handler() processes the responses, generates the associated mbuf, and 243 static int xennet_handler(void *); 602 IST_LEVEL, IPL_NET, &xennet_handler, sc, true, device_xname(dev)); 995 xennet_handler(void *arg) function in typeref:typename:int 1014 DPRINTFN(XEDB_EVENT, ("xennet_handler prod %d cons %d\n",
|