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

/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c370 XGE_EXIT_ON_ERR("xgeX: Initialization of HAL driver failed",
790 XGE_EXIT_ON_ERR("Memory allocation for device configuration failed",
796 XGE_EXIT_ON_ERR("Adapter softc is NULL", attach_out, ENOMEM);
805 XGE_EXIT_ON_ERR("Initializing driver failed", attach_out, ENXIO);
813 XGE_EXIT_ON_ERR("Memory allocation for HAL device failed",
823 XGE_EXIT_ON_ERR("Memory allocation for PCI info. failed",
838 XGE_EXIT_ON_ERR("Bus resource allocation for BAR0 failed",
847 XGE_EXIT_ON_ERR("Memory allocation for BAR0 Resources failed",
863 XGE_EXIT_ON_ERR("Bus resource allocation for BAR1 failed",
872 XGE_EXIT_ON_ERR("Memor
[all...]
H A Dif_nxge.h50 #define XGE_EXIT_ON_ERR(text, label, return_value) { \ macro

Completed in 110 milliseconds