Searched refs:efe_error (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/efe/ |
H A D | efe.c | 130 #define efe_error(dip, ...) \ macro 274 efe_error(dip, "unable to setup PCI configuration!"); in efe_attach() 285 efe_error(dip, "fixed interrupts not supported!"); in efe_attach() 291 efe_error(dip, "no fixed interrupts available!"); in efe_attach() 305 efe_error(dip, "unable to setup register mapping!"); in efe_attach() 311 efe_error(efep->efe_dip, "unable to allocate rx ring!"); in efe_attach() 317 efe_error(efep->efe_dip, "unable to allocate tx ring!"); in efe_attach() 324 efe_error(dip, "unable to allocate fixed interrupt!"); in efe_attach() 330 efe_error(dip, "unable to get valid interrupt priority!"); in efe_attach() 359 efe_error(dip, "unable to add interrupt handler!"); in efe_attach() [all …]
|