HomeSort by: relevance | last modified time | path
    Searched defs:scbindex (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 1323 u_int scbindex; local in function:ahd_handle_seqint
1328 scbindex = ahd_get_scbptr(ahd);
1329 scb = ahd_lookup_scb(ahd, scbindex);
5694 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;
aic7xxx.c 823 u_int scbindex = ahc_inb(ahc, SCB_TAG); local in function:ahc_handle_seqint
827 scb = ahc_lookup_scb(ahc, scbindex);
889 u_int scbindex; local in function:ahc_handle_seqint
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
aic79xxvar.h 676 struct scb *scbindex[AHD_SCB_MAX]; member in struct:scb_data
aic7xxxvar.h 705 struct scb *scbindex[256]; /* member in struct:scb_data

Completed in 27 milliseconds