Searched refs:HS_NEGOTIATE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 3151 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; 3347 cp->host_status != HS_NEGOTIATE) 3912 * The host status field is set to HS_NEGOTIATE to mark this 3918 * The handler removes the HS_NEGOTIATE status, and sets the 3927 * If we receive a negotiation message while not in HS_NEGOTIATE 4031 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4168 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4268 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4300 OUTB(np, HS_PRT, HS_NEGOTIATE); 4591 if (INB(np, HS_PRT) == HS_NEGOTIATE) [all...] |
H A D | sym_hipd.h | 229 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/ macro
|
H A D | sym_fw2.h | 422 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)),
|
H A D | sym_fw1.h | 437 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)),
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1015 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/ macro 2181 ** If status is still HS_NEGOTIATE, negotiation failed. 2187 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)), 2917 SCR_INT ^ IFFALSE (DATA (HS_NEGOTIATE)), 2919 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)), 4373 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in ncr_queue_command() 4667 case HS_NEGOTIATE: 6768 ** The host status field is set to HS_NEGOTIATE to mark this in ncr_int_sir() 6774 ** The handler removes the HS_NEGOTIATE status, and sets the in ncr_int_sir() 6783 ** If we receive a negotiation message while not in HS_NEGOTIATE in ncr_int_sir() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 3151 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; 3347 cp->host_status != HS_NEGOTIATE) 3912 * The host status field is set to HS_NEGOTIATE to mark this 3918 * The handler removes the HS_NEGOTIATE status, and sets the 3927 * If we receive a negotiation message while not in HS_NEGOTIATE 4031 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4168 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4268 if (INB(np, HS_PRT) == HS_NEGOTIATE) { 4300 OUTB(np, HS_PRT, HS_NEGOTIATE); 4591 if (INB(np, HS_PRT) == HS_NEGOTIATE) [all...] |
H A D | sym_hipd.h | 229 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/ macro
|
H A D | sym_fw2.h | 422 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)),
|
H A D | sym_fw1.h | 437 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)),
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1017 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/ macro 2153 ** If status is still HS_NEGOTIATE, negotiation failed. 2159 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)), 2889 SCR_INT ^ IFFALSE (DATA (HS_NEGOTIATE)), 2891 SCR_INT ^ IFTRUE (DATA (HS_NEGOTIATE)), 4345 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in ncr_queue_command() 6602 ** The host status field is set to HS_NEGOTIATE to mark this in ncr_int_sir() 6608 ** The handler removes the HS_NEGOTIATE status, and sets the in ncr_int_sir() 6617 ** If we receive a negotiation message while not in HS_NEGOTIATE in ncr_int_sir() 6754 if (INB (HS_PRT) == HS_NEGOTIATE) { in ncr_int_sir() [all...] |
Completed in 34 milliseconds