Searched defs:i_ndi_err (Results 1 – 1 of 1) sorted by relevance
54 typedef struct i_ndi_err { struct55 uint64_t err_ena; /* ENA for this error */56 int err_status; /* error status */57 int err_expected; /* was this error expected? */58 void *err_ontrap; /* ontrap protection, if any */59 struct i_ddi_fmc_entry *err_fep; /* FM cache link */60 int (*err_cf)(); /* compare function */