HomeSort by: relevance | last modified time | path
    Searched defs:scbid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 214 u_int scbid);
215 static u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
395 u_int scbid; local in function:ahd_flush_qoutfifo
415 scbid = (ahd_inb(ahd, GSFIFO+1) << 8)
417 scb = ahd_lookup_scb(ahd, scbid);
420 ahd_name(ahd), scbid);
447 ahd_set_scbptr(ahd, scbid);
501 scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
502 while (!SCBID_IS_NULL(scbid)) {
506 ahd_set_scbptr(ahd, scbid);
907 u_int scbid; local in function:ahd_handle_seqint
927 u_int scbid; local in function:ahd_handle_seqint
973 u_int scbid; local in function:ahd_handle_seqint
989 u_int scbid; local in function:ahd_handle_seqint
1032 u_int scbid; local in function:ahd_handle_seqint
1360 u_int scbid; local in function:ahd_handle_seqint
1385 u_int scbid; local in function:ahd_handle_seqint
1439 u_int scbid; local in function:ahd_handle_seqint
1509 u_int scbid; local in function:ahd_handle_scsiint
1752 u_int scbid; local in function:ahd_handle_transmission_error
1986 u_int scbid; local in function:ahd_handle_pkt_busfree
2088 u_int scbid; local in function:ahd_handle_pkt_busfree
2122 u_int scbid; local in function:ahd_handle_nonpkt_busfree
2355 u_int scbid; local in function:ahd_handle_proto_violation
6939 u_int scbid; local in function:ahd_find_busy_tcl
7116 u_int scbid; local in function:ahd_search_qinfifo
7295 u_int scbid; local in function:ahd_search_scb_list
7497 u_int scbid; local in function:ahd_abort_scbs
    [all...]
aic7xxx.c 2546 u_int scbid; local in function:ahc_handle_proto_violation
2553 scbid = ahc_inb(ahc, SCB_TAG);
2554 scb = ahc_lookup_scb(ahc, scbid);
5123 u_int scbid; local in function:ahc_index_busy_tcl
5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5135 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5138 return (scbid);
5160 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid)
5169 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5173 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
5815 u_int scbid; local in function:ahc_abort_scbs
5848 u_int scbid; local in function:ahc_abort_scbs
    [all...]

Completed in 117 milliseconds