Lines Matching refs:DRIVERNAME
17 #define DRIVERNAME "ks8851_mll" macro
329 printf(DRIVERNAME ": bad packet\n"); in ks_rcv()
350 printf(DRIVERNAME ": Memory selftest not finished\n"); in ks_read_selftest()
355 printf(DRIVERNAME ": TX memory selftest fails\n"); in ks_read_selftest()
360 printf(DRIVERNAME ": RX memory selftest fails\n"); in ks_read_selftest()
364 debug(DRIVERNAME ": the selftest passes\n"); in ks_read_selftest()
427 printf(DRIVERNAME ": is chip mounted ?\n"); in ks8851_mll_detect_chip()
430 printf(DRIVERNAME ": Invalid chip id 0x%04x\n", val); in ks8851_mll_detect_chip()
443 printf(DRIVERNAME ": Unknown chip ID %04x\n", val); in ks8851_mll_detect_chip()
480 debug(DRIVERNAME ": phy initialized\n"); in ks8851_mll_phy_configure()
494 debug(DRIVERNAME ": detected %s controller\n", id->name); in ks8851_mll_init()
497 printf(DRIVERNAME ": Selftest failed\n"); in ks8851_mll_init()
551 printf(DRIVERNAME ": failed to send packet: No buffer\n"); in ks8851_mll_send()
628 sprintf(dev->name, "%s-%hu", DRIVERNAME, dev_num); in ks8851_mll_initialize()