Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.c579 #define ADDMSGO(x) (MSGOLEN<256 ? MSGO(MSGOLEN++)=x : aha152x_error(shpnt,"MSGO overflow"))
583 #define ADDMSGI(x) (MSGILEN<256 ? MSGI(MSGILEN++)=x : aha152x_error(shpnt,"MSGI overflow"))
673 static void aha152x_error(struct Scsi_Host *shpnt, char *msg);
3014 aha152x_error(shpnt, "bottom-half already running!?");
3119 static void aha152x_error(struct Scsi_Host *shpnt, char *msg) function