Searched refs:aha152x_error (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 532 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow")) 536 #define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow")) 621 static void aha152x_error(struct Scsi_Host *shpnt, char *msg); 2293 /* aha152x_error never returns.. */ in is_complete() 2294 aha152x_error(shpnt, "bottom-half already running!?"); in is_complete() 2396 static void aha152x_error(struct Scsi_Host *shpnt, char *msg) in aha152x_error() function
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 550 #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.. */ in is_complete() 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
|
Completed in 7 milliseconds