Searched refs:scbid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 204 u_int scbid); 205 static u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid, 378 u_int scbid; in ahd_flush_qoutfifo() local 392 scbid = ahd_inw(ahd, GSFIFO); in ahd_flush_qoutfifo() 393 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 396 ahd_name(ahd), scbid); in ahd_flush_qoutfifo() 435 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 452 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo() 456 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo() 457 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo() [all …]
|
H A D | aic79xx.h | 79 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) argument
|