Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h583 struct scb *scbindex[256]; /* member
H 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()
599 /* Now define the mapping from tag to SCB in the scbindex */ in ahc_swap_with_next_hscb()
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() local
1385 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint()
1447 u_int scbindex; in ahc_handle_seqint() local
1452 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[sc in ahc_search_qinfifo()
[all...]
H A Daic79xx.h647 struct scb *scbindex[AHD_SCB_MAX]; member
H A Daic79xx_core.c794 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()
833 /* Now define the mapping from tag to SCB in the scbindex */ in ahd_swap_with_next_hscb()
834 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()
2196 u_int scbindex; in ahd_handle_seqint() local
2201 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()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h583 struct scb *scbindex[256]; /* member
H 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()
599 /* Now define the mapping from tag to SCB in the scbindex */ in ahc_swap_with_next_hscb()
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[sc in ahc_search_qinfifo()
[all...]
H A Daic79xx.h647 struct scb *scbindex[AHD_SCB_MAX]; member
H A Daic79xx_core.c794 scb = ahd->scb_data.scbindex[tag]; in ahd_lookup_scb()
833 /* Now define the mapping from tag to SCB in the scbindex */ in ahd_swap_with_next_hscb()
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 47 milliseconds