Searched refs:ahc_lookup_scb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_inline.h | 88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
|
H A D | aic7xxx_core.c | 555 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb() function 904 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo() 1014 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1266 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1358 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1385 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1453 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1569 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 1740 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 2727 pending_scb = ahc_lookup_scb(ah in ahc_update_pending_scbs() [all...] |
H A D | aic7xxx_osm.c | 2176 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); in ahc_linux_queue_recovery_cmd() 2206 pending_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_linux_queue_recovery_cmd()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_inline.h | 88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
|
H A D | aic7xxx_core.c | 555 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb() function 904 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo() 1014 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1266 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1357 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1384 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1452 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1568 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 1739 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 2725 pending_scb = ahc_lookup_scb(ah in ahc_update_pending_scbs() [all...] |
H A D | aic7xxx_osm.c | 2174 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); in ahc_linux_queue_recovery_cmd() 2204 pending_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_linux_queue_recovery_cmd()
|
Completed in 20 milliseconds