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

/linux-master/drivers/scsi/
H A Daha152x.c550 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
554 #define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow"))
639 static void aha152x_error(struct Scsi_Host *shpnt, char *msg);
2341 /* aha152x_error never returns.. */
2342 aha152x_error(shpnt, "bottom-half already running!?");
2444 static void aha152x_error(struct Scsi_Host *shpnt, char *msg) function

Completed in 252 milliseconds