Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
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);
2520 aha152x_error(shpnt, "bottom-half already running!?"); in is_complete()
2624 static void aha152x_error(struct Scsi_Host *shpnt, char *msg) in aha152x_error() function