Home
last modified time | relevance | path

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

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