Searched refs:host_scribble (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/drivers/scsi/
H A Dwd33c93.c317 * - host_scribble is the pointer to the next cmd in the input queue
320 cmd->host_scribble = NULL;
378 cmd->host_scribble = (uchar *) hostdata->input_Q;
382 tmp->host_scribble;
383 tmp = (struct scsi_cmnd *) tmp->host_scribble) ;
384 tmp->host_scribble = (uchar *) cmd;
438 cmd = (struct scsi_cmnd *) cmd->host_scribble;
451 prev->host_scribble = cmd->host_scribble;
453 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble;
[all...]
H A D53c700.c582 (struct NCR_700_command_slot *)SCp->host_scribble;
608 (struct NCR_700_command_slot *)SCp->host_scribble;
635 SCp->host_scribble = NULL;
986 (struct NCR_700_command_slot *)SCp->host_scribble;
1129 slot = (struct NCR_700_command_slot *)SCp->host_scribble;
1142 slot = (struct NCR_700_command_slot *)SCp->host_scribble;
1220 slot = (struct NCR_700_command_slot *)SCp->host_scribble;
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);
1323 (struct NCR_700_command_slot *)SCp->host_scribble;
[all...]
H A Daha1740.c259 sgptr = (struct aha1740_sg *) SCtmp->host_scribble;
265 SCtmp->host_scribble,
393 SCpnt->host_scribble = dma_alloc_coherent (&host->edev->dev,
396 if(SCpnt->host_scribble == NULL) {
400 sgptr = (struct aha1740_sg *) SCpnt->host_scribble;
H A Daha152x.c571 #define SCDATA(SCpnt) ((struct aha152x_scdata *) (SCpnt)->host_scribble)
940 if (!SCpnt->host_scribble || SCSEM(SCpnt) || SCNEXT(SCpnt)) {
945 SCpnt->host_scribble = kmalloc(sizeof(struct aha152x_scdata), GFP_ATOMIC);
946 if(!SCpnt->host_scribble) {
1046 kfree(SCpnt->host_scribble);
1047 SCpnt->host_scribble=NULL;
1110 kfree(SCpnt->host_scribble);
1111 SCpnt->host_scribble=NULL;
1149 kfree(ptr->host_scribble);
1150 ptr->host_scribble
[all...]
H A Dmac53c94.c85 cmd->host_scribble = NULL;
92 state->request_qtail->host_scribble = (void *) cmd;
155 state->request_q = (struct scsi_cmnd *) cmd->host_scribble;
H A Dmesh.c561 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) {
568 next = (struct scsi_cmnd *) cmd->host_scribble;
572 prev->host_scribble = (void *) next;
863 cmd->host_scribble = (void *) ms->request_q;
999 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble;
1632 cmd->host_scribble = NULL;
1639 ms->request_qtail->host_scribble = (void *) cmd;
H A Dips.c2619 p = (struct scsi_cmnd *) p->host_scribble;
2630 SC->host_scribble = NULL;
2718 p = (struct scsi_cmnd *) p->host_scribble;
2853 item->host_scribble = NULL;
2856 queue->tail->host_scribble = (char *) item;
2889 queue->head = (struct scsi_cmnd *) item->host_scribble;
2890 item->host_scribble = NULL;
2927 while ((p) && (item != (struct scsi_cmnd *) p->host_scribble))
2928 p = (struct scsi_cmnd *) p->host_scribble;
2932 p->host_scribble
[all...]
H A Dqlogicpti.c1195 Cmnd->host_scribble = (unsigned char *) done_queue;
1216 next = (struct scsi_cmnd *) dq->host_scribble;
H A Dncr53c8xx.c3994 cmd->host_scribble = (char *) np->done_list;
4004 lcmd = (struct scsi_cmnd *) cmd->host_scribble;
7866 cmd->host_scribble = NULL;
7979 #define next_wcmd host_scribble
H A Dadvansys.c5924 reqp = (adv_req_t *)scp->host_scribble;
5934 scp->host_scribble = NULL;
7682 * Set 'host_scribble' to point to the adv_req_t structure.
7685 scp->host_scribble = (void *)reqp;
7738 scp->host_scribble = NULL;
7750 scp->host_scribble = NULL;
/linux-master/drivers/scsi/libsas/
H A Dsas_internal.h27 #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)
/linux-master/drivers/scsi/bfa/
H A Dbfad_im.c83 cmnd->host_scribble = NULL;
115 cmnd->host_scribble = NULL;
143 cmnd->host_scribble = NULL;
202 hal_io = (struct bfa_ioim_s *) cmnd->host_scribble;
222 while ((struct bfa_ioim_s *) cmnd->host_scribble == hal_io) {
258 * Set host_scribble to NULL to avoid aborting a task command if
261 cmnd->host_scribble = NULL;
325 * Set host_scribble to NULL to avoid aborting a task command
328 cmnd->host_scribble = NULL;
1261 cmnd->host_scribble
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h247 * @host_scribble: LLD specific data attached to SCSI request
264 u64 host_scribble; member in struct:zfcp_dbf_scsi
H A Dzfcp_dbf.c694 rec->host_scribble = (u64)sc->host_scribble;
705 rec->host_scribble = ~0;
776 rec->host_scribble = ~0;
H A Dzfcp_scsi.c75 scpnt->host_scribble = NULL;
173 u64 old_reqid = (u64) scpnt->host_scribble;
H A Dzfcp_fsf.c1048 u64 old_req_id = (u64) scmnd->host_scribble;
2506 scpnt->host_scribble = NULL;
2593 BUILD_BUG_ON(sizeof(scsi_cmnd->host_scribble) < sizeof(req->req_id));
2594 scsi_cmnd->host_scribble = (unsigned char *) req->req_id;
2647 scsi_cmnd->host_scribble = NULL;
/linux-master/include/scsi/
H A Dscsi_cmnd.h135 unsigned char *host_scribble; /* The host adapter is allowed to member in struct:scsi_cmnd
/linux-master/drivers/message/fusion/
H A Dmptscsih.c625 if ((unsigned char *)mf != sc->host_scribble) {
640 sc->host_scribble = NULL;
1049 if ((unsigned char *)mf != sc->host_scribble)
1053 sc->host_scribble = NULL;
1107 if ((unsigned char *)mf != sc->host_scribble)
1114 sc->host_scribble = NULL;
1423 SCpnt->host_scribble = (unsigned char *)mf;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_iocb.c358 srb->cmd->host_scribble = (unsigned char *)(unsigned long)index;
/linux-master/drivers/scsi/arm/
H A Dfas216.c2118 SCpnt->host_scribble = (void *)fas216_rq_sns_done;
2180 fn = (void (*)(FAS216_Info *, struct scsi_cmnd *, unsigned int))SCpnt->host_scribble;
2217 SCpnt->host_scribble = (void *)fas216_std_done;
2519 SCpnt->host_scribble = (void *)fas216_devicereset_done;
2543 SCpnt->host_scribble = NULL;
H A Dacornscsi.c2427 SCpnt->host_scribble = NULL;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c396 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
1620 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
1828 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
1987 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
2211 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
3637 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
4396 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1857 cmnd->host_scribble = (unsigned char *)ioreq;
1928 ioreq = (struct csio_ioreq *)cmnd->host_scribble;
2127 cmnd->host_scribble = (unsigned char *)ioreq;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1017 lpfc_cmd = (struct lpfc_io_buf *)sc->host_scribble;
5314 cmnd->host_scribble = (unsigned char *)lpfc_cmd;
5512 lpfc_cmd = (struct lpfc_io_buf *)cmnd->host_scribble;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1462 cmd->host_scribble = (char *)scb;

Completed in 409 milliseconds

12