Lines Matching refs:iprb_error
112 static void iprb_error(iprb_t *, const char *, ...);
280 iprb_error(ip, "unable to map configuration space"); in iprb_attach()
287 iprb_error(ip, "unable to map device registers"); in iprb_attach()
343 iprb_error(ip, "unable to allocate MII ops vector"); in iprb_attach()
385 iprb_error(ip, "unable to allocate mac structure"); in iprb_attach()
399 iprb_error(ip, "unable to register mac with framework"); in iprb_attach()
432 iprb_error(ip, "failed allocating interrupt handle"); in iprb_add_intr()
440 iprb_error(ip, "failed adding interrupt handler"); in iprb_add_intr()
447 iprb_error(ip, "failed enabling interrupt"); in iprb_add_intr()
462 iprb_error(ip, "unable to allocate dma handle"); in iprb_dma_alloc()
467 iprb_error(ip, "unable to allocate dma memory"); in iprb_dma_alloc()
474 iprb_error(ip, "unable to map command memory"); in iprb_dma_alloc()
654 iprb_error(ip, "cannot determine EEPROM size (%d, %d)", in iprb_eeprom_read()
687 iprb_error(ip, "timeout waiting for chip to become ready"); in iprb_cmd_ready()
722 iprb_error(ip, "time out waiting for commands to drain"); in iprb_cmd_drain()
1048 iprb_error(ip, "time out acquiring hardware statistics"); in iprb_update_stats()
1693 iprb_error(ip, "unable to restart chip"); in iprb_periodic()
1751 iprb_error(ip, "unable to restart chip!"); in iprb_resume()
1797 iprb_error(iprb_t *ip, const char *fmt, ...) in iprb_error() function