IXGB_KASSERT
#define IXGB_KASSERT(exp,msg)
#define IXGB_KASSERT(exp,msg) do { if (!(exp)) panic msg; } while (0)