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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h378 ahc->scb_data->scbindex[hscb->tag] = NULL;
393 scb = ahc->scb_data->scbindex[tag];
433 /* Now define the mapping from tag to SCB in the scbindex */
434 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xx_inline.h684 scb = ahd->scb_data.scbindex[tag];
723 /* Now define the mapping from tag to SCB in the scbindex */
724 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic79xx.h647 struct scb *scbindex[AHD_SCB_MAX]; member in struct:scb_data
H A Daic7xxx.h583 struct scb *scbindex[256]; /* member in struct:scb_data
H A Daic7xxx_core.c810 u_int scbindex = ahc_inb(ahc, SCB_TAG); local
814 scb = ahc_lookup_scb(ahc, scbindex);
876 u_int scbindex; local
881 scbindex = ahc_inb(ahc, SCB_TAG);
882 scb = ahc_lookup_scb(ahc, scbindex);
5375 ahc->scb_data->scbindex[scb->hscb->tag] = NULL;
5809 * might not still have mappings in the scbindex array (e.g. unexpected
H A Daic79xx_core.c1449 u_int scbindex; local
1454 scbindex = ahd_get_scbptr(ahd);
1455 scb = ahd_lookup_scb(ahd, scbindex);
5957 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;

Completed in 93 milliseconds