Searched refs:MSGI (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 166 * - change handling of MSGI after reselection 534 #define MSGI(i) (HOSTDATA(shpnt)->msgi[i]) macro 536 #define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow")) 1659 if(!(MSGI(0) & IDENTIFY_BASE)) { in msgi_run() 1665 CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run() 1672 RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run() 1676 CURRENT_SC->SCp.Message = MSGI(0); in msgi_run() 1685 CURRENT_SC->SCp.Message = MSGI(0); in msgi_run() 1687 switch (MSGI( in msgi_run() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 166 * - change handling of MSGI after reselection 552 #define MSGI(i) (HOSTDATA(shpnt)->msgi[i]) macro 554 #define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow")) 1699 if(!(MSGI(0) & IDENTIFY_BASE)) { in msgi_run() 1705 CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run() 1712 RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run() 1717 acp->message = MSGI(0); in msgi_run() 1727 acp->message = MSGI(0); in msgi_run() 1729 switch (MSGI( in msgi_run() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1330 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) { in ahc_handle_seqint() 1344 & (CDI|MSGI)) != 0) in ahc_handle_seqint()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1329 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) { in ahc_handle_seqint() 1343 & (CDI|MSGI)) != 0) in ahc_handle_seqint()
|
Completed in 20 milliseconds