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

/netbsd-current/sys/dev/ic/
H A Daic7xxx_inline.h388 ahc->scb_data->scbindex[hscb->tag] = NULL;
403 scb = ahc->scb_data->scbindex[tag];
443 /* Now define the mapping from tag to SCB in the scbindex */
444 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xx_inline.h712 scb = ahd->scb_data.scbindex[tag];
754 /* Now define the mapping from tag to SCB in the scbindex */
755 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic79xx_osm.c632 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
H A Daic7xxx_osm.c665 ahc->scb_data->scbindex[scb->hscb->tag] = scb;
H A Daic79xxvar.h676 struct scb *scbindex[AHD_SCB_MAX]; member in struct:scb_data
H A Daic7xxxvar.h705 struct scb *scbindex[256]; /* member in struct:scb_data
H A Daic7xxx.c823 u_int scbindex = ahc_inb(ahc, SCB_TAG); local
827 scb = ahc_lookup_scb(ahc, scbindex);
889 u_int scbindex; local
894 scbindex = ahc_inb(ahc, SCB_TAG);
895 scb = ahc_lookup_scb(ahc, scbindex);
5409 ahc->scb_data->scbindex[scb->hscb->tag] = NULL;
5843 * might not still have mappings in the scbindex array (e.g. unexpected
H A Daic79xx.c1323 u_int scbindex; local
1328 scbindex = ahd_get_scbptr(ahd);
1329 scb = ahd_lookup_scb(ahd, scbindex);
5694 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;

Completed in 311 milliseconds