Searched refs:scbindex (Results 1 – 4 of 4) sorted by relevance
586 struct scb *scbindex[256]; /* member
551 ahc->scb_data->scbindex[hscb->tag] = NULL; in ahc_free_scb()566 scb = ahc->scb_data->scbindex[tag]; in ahc_lookup_scb()607 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()1388 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() local1392 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()1454 u_int scbindex; in ahc_handle_seqint() local1459 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()1460 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()5983 ahc->scb_data->scbindex[scb->hscb->tag] = NULL; in ahc_search_qinfifo()
650 struct scb *scbindex[AHD_SCB_MAX]; member
802 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()842 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()2215 u_int scbindex; in ahd_handle_seqint() local2220 scbindex = ahd_get_scbptr(ahd); in ahd_handle_seqint()2221 scb = ahd_lookup_scb(ahd, scbindex); in ahd_handle_seqint()6757 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_free_scb()