Searched refs:scbindex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h583 struct scb *scbindex[256]; /* member in struct:scb_data
H A Daic7xxx_core.c543 ahc->scb_data->scbindex[hscb->tag] = NULL;
558 scb = ahc->scb_data->scbindex[tag];
598 /* Now define the mapping from tag to SCB in the scbindex */
599 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
1380 u_int scbindex = ahc_inb(ahc, SCB_TAG); local
1384 scb = ahc_lookup_scb(ahc, scbindex);
1446 u_int scbindex; local
1451 scbindex = ahc_inb(ahc, SCB_TAG);
1452 scb = ahc_lookup_scb(ahc, scbindex);
5928 ahc->scb_data->scbindex[sc
[all...]
H A Daic79xx.h647 struct scb *scbindex[AHD_SCB_MAX]; member in struct:scb_data
H A Daic79xx_core.c756 scb = ahd->scb_data.scbindex[tag];
795 /* Now define the mapping from tag to SCB in the scbindex */
796 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
2169 u_int scbindex; local
2174 scbindex = ahd_get_scbptr(ahd);
2175 scb = ahd_lookup_scb(ahd, scbindex);
6679 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;

Completed in 99 milliseconds