Home
last modified time | relevance | path

Searched refs:scbindex (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h386 ahc->scb_data->scbindex[hscb->tag] = NULL; in ahc_free_scb()
401 scb = ahc->scb_data->scbindex[tag]; in ahc_lookup_scb()
441 /* Now define the mapping from tag to SCB in the scbindex */ in ahc_swap_with_next_hscb()
442 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()
H A Daic79xx_inline.h729 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()
769 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()
H A Daic7xxx.h606 struct scb *scbindex[256]; /*
608 struct scb *scbindex[256]; /* global() member
H A Daic79xx.h667 struct scb *scbindex[AHD_SCB_MAX];
669 struct scb *scbindex[AHD_SCB_MAX]; global() member
H A Daic79xx_osm.c1049 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_execute_scb()
H A Daic7xxx_osm.c1109 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_execute_scb()
H A Daic79xx.c1346 u_int scbindex; in ahd_handle_seqint() local
1351 scbindex = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1352 scb = ahd_lookup_scb(ahd, scbindex); in ahd_handle_seqint()
5939 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_free_scb()