Home
last modified time | relevance | path

Searched refs:scbid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_core.c206 u_int scbid);
207 static u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
245 u_int scbid);
1201 u_int scbid; in ahd_flush_qoutfifo() local
1215 scbid = ahd_inw(ahd, GSFIFO); in ahd_flush_qoutfifo()
1216 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo()
1219 ahd_name(ahd), scbid); in ahd_flush_qoutfifo()
1257 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo()
1274 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo()
1278 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo()
[all …]
Daic7xxx_core.c3142 u_int scbid; in ahc_handle_proto_violation() local
3149 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation()
3150 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation()
5699 u_int scbid; in ahc_index_busy_tcl() local
5707 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5711 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5714 return (scbid); in ahc_index_busy_tcl()
5736 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5745 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5749 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl()
[all …]
Daic79xx.h69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) argument