Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx_core.c544 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()
1380 u_int scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() local
1384 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()
1446 u_int scbindex; in ahc_handle_seqint() local
1451 scbindex = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
1452 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()
5918 ahc->scb_data->scbindex[scb->hscb->tag] = NULL; in ahc_search_qinfifo()
A Daic7xxx.h583 struct scb *scbindex[256]; /* member
A Daic79xx.h647 struct scb *scbindex[AHD_SCB_MAX]; member
A Daic79xx_core.c794 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()
2195 u_int scbindex; in ahd_handle_seqint() local
2200 scbindex = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2201 scb = ahd_lookup_scb(ahd, scbindex); in ahd_handle_seqint()
6704 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_free_scb()

Completed in 34 milliseconds