Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic7xxx_inline.h388 ahc->scb_data->scbindex[hscb->tag] = NULL; in ahc_free_scb()
403 scb = ahc->scb_data->scbindex[tag]; in ahc_lookup_scb()
444 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()
Daic79xx_inline.h712 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()
755 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()
Daic7xxxvar.h705 struct scb *scbindex[256]; /* member
Daic79xxvar.h676 struct scb *scbindex[AHD_SCB_MAX]; member
Daic79xx_osm.c632 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_execute_scb()
Daic7xxx.c823 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() local
827 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()
889 u_int scbindex; in ahc_handle_seqint() local
894 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
895 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()
5409 ahc->scb_data->scbindex[scb->hscb->tag] = NULL; in ahc_search_qinfifo()
Daic7xxx_osm.c665 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_execute_scb()
Daic79xx.c1323 u_int scbindex; in ahd_handle_seqint() local
1328 scbindex = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1329 scb = ahd_lookup_scb(ahd, scbindex); in ahd_handle_seqint()
5694 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_free_scb()