Lines Matching refs:pxe_call
62 static void (*pxe_call)(int func, void *ptr); variable
133 pxe_call = NULL; in pxe_enable()
183 pxe_call = pxenv_call; in pxe_init()
199 pxe_call = bangpxe_call; in pxe_init()
211 if (pxe_call == bangpxe_call) in pxe_init()
226 pxe_call(PXENV_GET_CACHED_INFO, gci_p); in pxe_init()
246 if (pxe_call == NULL) in pxe_print()
265 if (pxe_call == NULL) in pxe_cleanup()
271 pxe_call(PXENV_UNDI_SHUTDOWN, undi_shutdown_p); in pxe_cleanup()
284 pxe_call(PXENV_UNLOAD_STACK, unload_stack_p); in pxe_cleanup()
355 if (pxe_call == NULL) in pxe_netif_probe()
369 pxe_call(PXENV_UNDI_CLOSE, undi_close_p); in pxe_netif_end()
389 pxe_call(PXENV_UNDI_GET_INFORMATION, undi_info_p); in pxe_netif_init()
427 pxe_call(PXENV_UNDI_OPEN, undi_open_p); in pxe_netif_init()
458 pxe_call(PXENV_UNDI_ISR, isr); in pxe_netif_receive_isr()
466 pxe_call(PXENV_UNDI_ISR, isr); in pxe_netif_receive_isr()
528 pxe_call(PXENV_UNDI_ISR, isr); in pxe_netif_receive_isr()
619 pxe_call(PXENV_UNDI_TRANSMIT, trans_p); in pxe_netif_put()