Searched refs:aha152x_error (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c591 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
595 #define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow"))
680 static void aha152x_error(struct Scsi_Host *shpnt, char *msg);
2460 /* aha152x_error never returns.. */
2461 aha152x_error(shpnt, "bottom-half already running!?");
2565 static void aha152x_error(struct Scsi_Host *shpnt, char *msg) function

Completed in 48 milliseconds