/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | wd33c93.c | 378 * - host_scribble is the pointer to the next cmd in the input queue in wd33c93_queuecommand_lck() 382 cmd->host_scribble = NULL; in wd33c93_queuecommand_lck() 441 cmd->host_scribble = (uchar *) hostdata->input_Q; in wd33c93_queuecommand_lck() 445 tmp->host_scribble; in wd33c93_queuecommand_lck() 446 tmp = (struct scsi_cmnd *) tmp->host_scribble) ; in wd33c93_queuecommand_lck() 447 tmp->host_scribble = (uchar *) cmd; in wd33c93_queuecommand_lck() 500 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_execute() 513 prev->host_scribble = cmd->host_scribble; in wd33c93_execute() 515 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_execute() [all...] |
H A D | 53c700.c | 583 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection() 609 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done() 636 SCp->host_scribble = NULL; in NCR_700_scsi_done() 987 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1130 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1143 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1221 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1268 printk(KERN_INFO " SG[%d].length = %d, move_insn=%08x, addr %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr); in process_script_interrupt() 1324 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection() [all...] |
H A D | aha1740.c | 254 sgptr = (struct aha1740_sg *) SCtmp->host_scribble; in aha1740_intr_handle() 260 SCtmp->host_scribble, in aha1740_intr_handle() 385 SCpnt->host_scribble = dma_alloc_coherent (&host->edev->dev, in aha1740_queuecommand_lck() 388 if(SCpnt->host_scribble == NULL) { in aha1740_queuecommand_lck() 392 sgptr = (struct aha1740_sg *) SCpnt->host_scribble; in aha1740_queuecommand_lck()
|
H A D | aha152x.c | 553 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble) 921 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) { in aha152x_internal_queue() 926 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC); in aha152x_internal_queue() 927 if(!SCpnt->host_scribble) { in aha152x_internal_queue() 1020 kfree(SCpnt->host_scribble); in aha152x_abort() 1021 SCpnt->host_scribble=NULL; in aha152x_abort() 1084 kfree(SCpnt->host_scribble); in aha152x_device_reset() 1085 SCpnt->host_scribble=NULL; in aha152x_device_reset() 1123 kfree(ptr->host_scribble); in free_hard_reset_SCs() 1124 ptr->host_scribble in free_hard_reset_SCs() [all...] |
H A D | mac53c94.c | 87 cmd->host_scribble = NULL; in mac53c94_queue_lck() 94 state->request_qtail->host_scribble = (void *) cmd; in mac53c94_queue_lck() 158 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
|
H A D | mesh.c | 570 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start() 577 next = (struct scsi_cmnd *) cmd->host_scribble; in mesh_start() 581 prev->host_scribble = (void *) next; in mesh_start() 869 cmd->host_scribble = (void *) ms->request_q; in reselected() 1005 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset() 1637 cmd->host_scribble = NULL; in mesh_queue_lck() 1644 ms->request_qtail->host_scribble = (void *) cmd; in mesh_queue_lck()
|
H A D | ips.c | 2634 p = (struct scsi_cmnd *) p->host_scribble; in ips_next() 2645 SC->host_scribble = NULL; in ips_next() 2733 p = (struct scsi_cmnd *) p->host_scribble; in ips_next() 2868 item->host_scribble = NULL; in ips_putq_wait_tail() 2871 queue->tail->host_scribble = (char *) item; in ips_putq_wait_tail() 2904 queue->head = (struct scsi_cmnd *) item->host_scribble; in ips_removeq_wait_head() 2905 item->host_scribble = NULL; in ips_removeq_wait_head() 2942 while ((p) && (item != (struct scsi_cmnd *) p->host_scribble)) in ips_removeq_wait() 2943 p = (struct scsi_cmnd *) p->host_scribble; in ips_removeq_wait() 2947 p->host_scribble in ips_removeq_wait() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | wd33c93.c | 317 * - host_scribble is the pointer to the next cmd in the input queue in wd33c93_queuecommand_lck() 320 cmd->host_scribble = NULL; in wd33c93_queuecommand_lck() 378 cmd->host_scribble = (uchar *) hostdata->input_Q; in wd33c93_queuecommand_lck() 382 tmp->host_scribble; in wd33c93_queuecommand_lck() 383 tmp = (struct scsi_cmnd *) tmp->host_scribble) ; in wd33c93_queuecommand_lck() 384 tmp->host_scribble = (uchar *) cmd; in wd33c93_queuecommand_lck() 438 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_execute() 451 prev->host_scribble = cmd->host_scribble; in wd33c93_execute() 453 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_execute() [all...] |
H A D | 53c700.c | 582 (struct NCR_700_command_slot *)SCp->host_scribble; in save_for_reselection() 608 (struct NCR_700_command_slot *)SCp->host_scribble; in NCR_700_scsi_done() 635 SCp->host_scribble = NULL; in NCR_700_scsi_done() 986 (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1129 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1142 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1220 slot = (struct NCR_700_command_slot *)SCp->host_scribble; in process_script_interrupt() 1267 printk(KERN_INFO " SG[%d].length = %d, move_insn=%08x, addr %08x\n", i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].pAddr); in process_script_interrupt() 1323 (struct NCR_700_command_slot *)SCp->host_scribble; in process_selection() [all...] |
H A D | aha1740.c | 259 sgptr = (struct aha1740_sg *) SCtmp->host_scribble; in aha1740_intr_handle() 265 SCtmp->host_scribble, in aha1740_intr_handle() 393 SCpnt->host_scribble = dma_alloc_coherent (&host->edev->dev, in aha1740_queuecommand_lck() 396 if(SCpnt->host_scribble == NULL) { in aha1740_queuecommand_lck() 400 sgptr = (struct aha1740_sg *) SCpnt->host_scribble; in aha1740_queuecommand_lck()
|
H A D | aha152x.c | 571 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble) 940 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) { in aha152x_internal_queue() 945 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC); in aha152x_internal_queue() 946 if(!SCpnt->host_scribble) { in aha152x_internal_queue() 1046 kfree(SCpnt->host_scribble); in aha152x_abort() 1047 SCpnt->host_scribble=NULL; in aha152x_abort() 1110 kfree(SCpnt->host_scribble); in aha152x_device_reset() 1111 SCpnt->host_scribble=NULL; in aha152x_device_reset() 1149 kfree(ptr->host_scribble); in free_hard_reset_SCs() 1150 ptr->host_scribble in free_hard_reset_SCs() [all...] |
H A D | mac53c94.c | 85 cmd->host_scribble = NULL; in mac53c94_queue_lck() 92 state->request_qtail->host_scribble = (void *) cmd; in mac53c94_queue_lck() 155 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
|
H A D | mesh.c | 561 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start() 568 next = (struct scsi_cmnd *) cmd->host_scribble; in mesh_start() 572 prev->host_scribble = (void *) next; in mesh_start() 863 cmd->host_scribble = (void *) ms->request_q; in reselected() 999 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset() 1632 cmd->host_scribble = NULL; in mesh_queue_lck() 1639 ms->request_qtail->host_scribble = (void *) cmd; in mesh_queue_lck()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_internal.h | 26 #define TO_SAS_TASK(_scsi_cmd) ((void *)(_scsi_cmd)->host_scribble) 27 #define ASSIGN_SAS_TASK(_sc, _t) do { (_sc)->host_scribble = (void *) _t; } while (0)
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_internal.h | 27 #define TO_SAS_TASK(_scsi_cmd) ((void *)(_scsi_cmd)->host_scribble) 28 #define ASSIGN_SAS_TASK(_sc, _t) do { (_sc)->host_scribble = (void *) _t; } while (0)
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_im.c | 83 cmnd->host_scribble = NULL; in bfa_cb_ioim_done() 115 cmnd->host_scribble = NULL; in bfa_cb_ioim_good_comp() 143 cmnd->host_scribble = NULL; in bfa_cb_ioim_abort() 202 hal_io = (struct bfa_ioim_s *) cmnd->host_scribble; in bfad_im_abort_handler() 222 while ((struct bfa_ioim_s *) cmnd->host_scribble == hal_io) { in bfad_im_abort_handler() 258 * Set host_scribble to NULL to avoid aborting a task command if in bfad_im_target_reset_send() 261 cmnd->host_scribble = NULL; in bfad_im_target_reset_send() 325 * Set host_scribble to NULL to avoid aborting a task command in bfad_im_reset_lun_handler() 328 cmnd->host_scribble = NULL; in bfad_im_reset_lun_handler() 1263 cmnd->host_scribble in bfad_im_queuecommand_lck() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_im.c | 83 cmnd->host_scribble = NULL; in bfa_cb_ioim_done() 115 cmnd->host_scribble = NULL; in bfa_cb_ioim_good_comp() 143 cmnd->host_scribble = NULL; in bfa_cb_ioim_abort() 202 hal_io = (struct bfa_ioim_s *) cmnd->host_scribble; in bfad_im_abort_handler() 222 while ((struct bfa_ioim_s *) cmnd->host_scribble == hal_io) { in bfad_im_abort_handler() 258 * Set host_scribble to NULL to avoid aborting a task command if in bfad_im_target_reset_send() 261 cmnd->host_scribble = NULL; in bfad_im_target_reset_send() 325 * Set host_scribble to NULL to avoid aborting a task command in bfad_im_reset_lun_handler() 328 cmnd->host_scribble = NULL; in bfad_im_reset_lun_handler() 1261 cmnd->host_scribble in bfad_im_queuecommand_lck() [all...] |
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_dbf.c | 677 rec->host_scribble = (unsigned long)sc->host_scribble; in zfcp_dbf_scsi_common() 688 rec->host_scribble = ~0; in zfcp_dbf_scsi_common() 759 rec->host_scribble = ~0; in zfcp_dbf_scsi_eh()
|
H A D | zfcp_dbf.h | 247 * @host_scribble: LLD specific data attached to SCSI request 264 u64 host_scribble; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_cmnd.h | 131 unsigned char *host_scribble; /* The host adapter is allowed to member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_cmnd.h | 135 unsigned char *host_scribble; /* The host adapter is allowed to member
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_dbf.h | 247 * @host_scribble: LLD specific data attached to SCSI request 264 u64 host_scribble; member
|
H A D | zfcp_dbf.c | 694 rec->host_scribble = (u64)sc->host_scribble; in zfcp_dbf_scsi_common() 705 rec->host_scribble = ~0; in zfcp_dbf_scsi_common() 776 rec->host_scribble = ~0; in zfcp_dbf_scsi_eh()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 625 if ((unsigned char *)mf != sc->host_scribble) { in mptscsih_io_done() 640 sc->host_scribble = NULL; in mptscsih_io_done() 1049 if ((unsigned char *)mf != sc->host_scribble) in mptscsih_flush_running_cmds() 1053 sc->host_scribble = NULL; in mptscsih_flush_running_cmds() 1107 if ((unsigned char *)mf != sc->host_scribble) in mptscsih_search_running_cmds() 1114 sc->host_scribble = NULL; in mptscsih_search_running_cmds() 1424 SCpnt->host_scribble = (unsigned char *)mf; in mptscsih_qcmd()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 625 if ((unsigned char *)mf != sc->host_scribble) { in mptscsih_io_done() 640 sc->host_scribble = NULL; in mptscsih_io_done() 1049 if ((unsigned char *)mf != sc->host_scribble) in mptscsih_flush_running_cmds() 1053 sc->host_scribble = NULL; in mptscsih_flush_running_cmds() 1107 if ((unsigned char *)mf != sc->host_scribble) in mptscsih_search_running_cmds() 1114 sc->host_scribble = NULL; in mptscsih_search_running_cmds() 1423 SCpnt->host_scribble = (unsigned char *)mf; in mptscsih_qcmd()
|