Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c184 data->CurrentSC = NULL; in nsp_scsi_done()
203 //nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "before CurrentSC=0x%p", data->CurrentSC); in nsp_queuecommand_lck()
205 if (data->CurrentSC != NULL) { in nsp_queuecommand_lck()
206 nsp_msg(KERN_DEBUG, "CurrentSC!=NULL this can't be happen"); in nsp_queuecommand_lck()
225 data->CurrentSC = SCpnt; in nsp_queuecommand_lck()
314 data->CurrentSC = NULL; in nsphw_init()
1043 if(data->CurrentSC != NULL) { in nspintr()
1044 tmpSC = data->CurrentSC; in nspintr()
1054 if (data->CurrentSC in nspintr()
[all...]
H A Dnsp_cs.h259 struct scsi_cmnd *CurrentSC; member
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dnsp_cs.c180 data->CurrentSC = NULL; in nsp_scsi_done()
199 //nsp_dbg(NSP_DEBUG_QUEUECOMMAND, "before CurrentSC=0x%p", data->CurrentSC); in nsp_queuecommand_lck()
203 if (data->CurrentSC != NULL) { in nsp_queuecommand_lck()
204 nsp_msg(KERN_DEBUG, "CurrentSC!=NULL this can't be happen"); in nsp_queuecommand_lck()
223 data->CurrentSC = SCpnt; in nsp_queuecommand_lck()
312 data->CurrentSC = NULL; in nsphw_init()
1035 if(data->CurrentSC != NULL) { in nspintr()
1036 tmpSC = data->CurrentSC; in nspintr()
1045 if (data->CurrentSC in nspintr()
[all...]
H A Dnsp_cs.h259 struct scsi_cmnd *CurrentSC; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32.c910 if (data->CurrentSC != NULL) { in nsp32_queuecommand_lck()
912 data->CurrentSC = NULL; in nsp32_queuecommand_lck()
937 data->CurrentSC = SCpnt; in nsp32_queuecommand_lck()
1152 struct scsi_cmnd *SCpnt = data->CurrentSC; in do_nsp32_isr()
1182 if (data->CurrentSC != NULL) { in do_nsp32_isr()
1464 seq_printf(m, "CurrentSC: 0x%p\n\n", data->CurrentSC); in nsp32_show_info()
1534 data->CurrentSC = NULL; in nsp32_scsi_done()
2876 data->CurrentSC = NULL; in nsp32_do_bus_reset()
H A Dnsp32.h556 struct scsi_cmnd *CurrentSC; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32.c923 if (data->CurrentSC != NULL) { in nsp32_queuecommand_lck()
925 data->CurrentSC = NULL; in nsp32_queuecommand_lck()
949 data->CurrentSC = SCpnt; in nsp32_queuecommand_lck()
1160 struct scsi_cmnd *SCpnt = data->CurrentSC; in do_nsp32_isr()
1191 if (data->CurrentSC != NULL) { in do_nsp32_isr()
1482 seq_printf(m, "CurrentSC: 0x%p\n\n", data->CurrentSC); in nsp32_show_info()
1552 data->CurrentSC = NULL; in nsp32_scsi_done()
2876 data->CurrentSC = NULL; in nsp32_do_bus_reset()
H A Dnsp32.h565 struct scsi_cmnd *CurrentSC; member

Completed in 16 milliseconds