Searched refs:scbindex (Results 1 – 4 of 4) sorted by relevance
544 ahc->scb_data->scbindex[hscb->tag] = NULL; in ahc_free_scb()559 scb = ahc->scb_data->scbindex[tag]; in ahc_lookup_scb()600 ahc->scb_data->scbindex[scb->hscb->tag] = scb; in ahc_swap_with_next_hscb()1381 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() local1385 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()1447 u_int scbindex; in ahc_handle_seqint() local1452 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()1453 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()5922 ahc->scb_data->scbindex[scb->hscb->tag] = NULL; in ahc_search_qinfifo()
583 struct scb *scbindex[256]; /* member
647 struct scb *scbindex[AHD_SCB_MAX]; member
794 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()834 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()2196 u_int scbindex; in ahd_handle_seqint() local2201 scbindex = ahd_get_scbptr(ahd); in ahd_handle_seqint()2202 scb = ahd_lookup_scb(ahd, scbindex); in ahd_handle_seqint()6705 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_free_scb()