Searched refs:scbid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 198 u_int scbid); 199 static u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid, 237 u_int scbid); 1193 u_int scbid; in ahd_flush_qoutfifo() local 1207 scbid = ahd_inw(ahd, GSFIFO); in ahd_flush_qoutfifo() 1208 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1211 ahd_name(ahd), scbid); in ahd_flush_qoutfifo() 1249 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 1266 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo() 1270 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo() [all …]
|
D | aic7xxx_core.c | 3135 u_int scbid; in ahc_handle_proto_violation() local 3142 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation() 3143 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation() 5666 u_int scbid; in ahc_index_busy_tcl() local 5674 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl() 5678 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl() 5681 return (scbid); in ahc_index_busy_tcl() 5703 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument 5712 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl() 5716 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl() [all …]
|
D | aic79xx.h | 69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) argument
|