Searched refs:ahc_lookup_scb (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/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 | 562 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) ahc_lookup_scb() function 911 scb = ahc_lookup_scb(ahc, scb_index); ahc_run_qoutfifo() 1021 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_seqint() 1273 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_seqint() 1365 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_seqint() 1392 scb = ahc_lookup_scb(ahc, scbindex); ahc_handle_seqint() 1460 scb = ahc_lookup_scb(ahc, scbindex); ahc_handle_seqint() 1576 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_scsiint() 1747 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_scsiint() 2750 pending_scb = ahc_lookup_scb(ahc, scb_tag); ahc_update_pending_scbs() 3150 scb = ahc_lookup_scb(ahc, scbid); ahc_handle_proto_violation() 4022 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_msg_reject() 4163 scb = ahc_lookup_scb(ahc, scb_index); ahc_handle_ign_wide_residue() 4276 scb = ahc_lookup_scb(ahc, scb_index); ahc_reinitialize_dataptrs() 5820 prev_scb = ahc_lookup_scb(ahc, prev_tag); ahc_qinfifo_requeue_tail() 5904 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]); ahc_search_qinfifo() 5969 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstart]); ahc_search_qinfifo() 5993 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qintail]); ahc_search_qinfifo() 6016 scb = ahc_lookup_scb(ahc, scb_index); ahc_search_qinfifo() 6208 scbp = ahc_lookup_scb(ahc, scb_index); ahc_search_disc_list() 6394 scbp = ahc_lookup_scb(ahc, scbid); ahc_abort_scbs() 6426 scbp = ahc_lookup_scb(ahc, scbid); ahc_abort_scbs()
|
H A D | aic7xxx_osm.c | 2196 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); ahc_linux_queue_recovery_cmd() 2226 pending_scb = ahc_lookup_scb(ahc, active_scb_index); ahc_linux_queue_recovery_cmd()
|
Completed in 80 milliseconds