Lines Matching refs:efe_error

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()
364 efe_error(dip, "unable to enable interrupt!"); in efe_attach()
372 efe_error(dip, "unable to allocate mii resources!"); in efe_attach()
380 efe_error(dip, "unable to allocate mac resources!"); in efe_attach()
394 efe_error(dip, "unable to register with mac!"); in efe_attach()
454 efe_error(dip, "unable to unregister from mac!"); in efe_detach()
511 efe_error(efep->efe_dip, "timed out reading from MII!"); in efe_mii_read()
532 efe_error(efep->efe_dip, "timed out writing to MII!"); in efe_mii_write()
915 efe_error(efep->efe_dip, "bus error; resetting!"); in efe_intr()
1098 efe_error(efep->efe_dip, "timed out stopping DMA engine!"); in efe_stop_dma()
1160 efe_error(dip, "unable to allocate DMA handle!"); in efe_ring_alloc()
1167 efe_error(dip, "unable to allocate descriptors!"); in efe_ring_alloc()
1174 efe_error(dip, "unable to bind DMA handle to descriptors!"); in efe_ring_alloc()
1237 efe_error(dip, "unable to allocate DMA handle!"); in efe_buf_alloc()
1244 efe_error(dip, "unable to allocate buffer!"); in efe_buf_alloc()
1251 efe_error(dip, "unable to bind DMA handle to buffer!"); in efe_buf_alloc()