Searched defs:hscb (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c839 reset_scb->hscb->control = 0;
840 reset_scb->hscb->scsiid = BUILD_SCSIID(ahd,cmd);
841 reset_scb->hscb->lun = cmd->device->lun;
842 reset_scb->hscb->cdb_len = 0;
843 reset_scb->hscb->task_management = SIU_TASKMGMT_LUN_RESET;
848 reset_scb->hscb->control |= MK_MESSAGE;
1562 struct hardware_scb *hscb; local
1597 hscb = scb->hscb;
1603 hscb
[all...]
H A Daic7xxx_osm.c1439 struct hardware_scb *hscb; local
1486 hscb = scb->hscb;
1492 hscb->control = 0;
1493 hscb->scsiid = BUILD_SCSIID(ahc, cmd);
1494 hscb->lun = cmd->device->lun;
1499 hscb->scsirate = tinfo->scsirate;
1500 hscb->scsioffset = tinfo->curr.offset;
1502 hscb->control |= ULTRAENB;
1505 hscb
[all...]
H A Daic7xxx_core.c406 /*offset*/(scb->hscb - ahc->hscbs) * sizeof(*scb->hscb),
407 /*len*/sizeof(*scb->hscb), op);
440 sgptr = ahc_le32toh(scb->hscb->sgptr);
547 struct hardware_scb *hscb; local
549 hscb = scb->hscb;
551 ahc->scb_data->scbindex[hscb->tag] = NULL;
553 hscb->control = 0;
591 q_hscb = ahc->next_queued_scb->hscb;
1002 struct hardware_scb *hscb; local
6657 struct hardware_scb *hscb; local
[all...]
H A Daic79xx.h78 SCSIID_OUR_ID((scb)->hscb->scsiid)
80 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)
82 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
84 ((scb)->hscb->lun)
110 ahd_le16toh(scb->hscb->tag)
125 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
126 (scb)->hscb->lun = ((col_idx) >> 4) & (AHD_NUM_LUNS_NONPKT-1); \
131 dst->hscb->scsiid = src->hscb->scsiid; \
132 dst->hscb
593 struct hardware_scb *hscb; member in struct:scb
[all...]
H A Daic79xx_core.c444 scb->hscb->task_attribute = scb->hscb->control & SCB_TAG_TYPE;
447 scb->hscb->task_attribute = SCB_XFERLEN_ODD;
449 scb->hscb->task_attribute = 0;
452 if (scb->hscb->cdb_len <= MAX_CDB_LEN_WITH_SENSE_ADDR
453 || (scb->hscb->cdb_len & SCB_CDB_LEN_PTR) != 0)
454 scb->hscb->shared_data.idata.cdb_plus_saddr.sense_addr =
468 scb->hscb->dataptr = sg->addr;
469 scb->hscb->datacnt = sg->len;
475 dataptr_words = (uint32_t*)&scb->hscb
6810 struct hardware_scb *hscb; local
8920 struct hardware_scb *hscb; local
9142 struct hardware_scb *hscb; local
[all...]
H A Daic7xxx.h78 (SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid) == 'B')
80 SCSIID_OUR_ID((scb)->hscb->scsiid)
82 SCSIID_TARGET((ahc), (scb)->hscb->scsiid)
84 SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid)
86 ((scb)->hscb->lun & LID)
562 struct hardware_scb *hscb; member in struct:scb
/drivers/scsi/
H A Daic7xxx_old.c556 (((scb)->hscb->target_channel_lun & TID) >> 4)
558 ((scb)->hscb->target_channel_lun & LID)
560 (((scb)->hscb->target_channel_lun & SELBUSB) != 0)
782 struct aic7xxx_hwscb *hscb; /* corresponding hardware scb */ member in struct:aic7xxx_scb
1031 #define CTL_OF_SCB(scb) (((scb->hscb)->target_channel_lun >> 3) & 0x1), \
1032 (((scb->hscb)->target_channel_lun >> 4) & 0xf), \
1033 ((scb->hscb)->target_channel_lun & 0x07)
2382 int targ = (scb->hscb->target_channel_lun >> 4) & 0x0F;
2383 int chan = (scb->hscb->target_channel_lun >> 3) & 0x01;
2384 int slun = scb->hscb
3811 struct aic7xxx_hwscb *hscb; local
4205 struct aic7xxx_hwscb *hscb; local
10118 struct aic7xxx_hwscb *hscb; local
10312 struct aic7xxx_hwscb *hscb; local
[all...]

Completed in 57 milliseconds