Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1193 u_int scbid; in ahd_flush_qoutfifo() local
1802 u_int scbid; in ahd_handle_seqint() local
1852 u_int scbid; in ahd_handle_seqint() local
1868 u_int scbid; in ahd_handle_seqint() local
2232 u_int scbid; in ahd_handle_seqint() local
2257 u_int scbid; in ahd_handle_seqint() local
2658 u_int scbid; in ahd_handle_transmission_error() local
3024 u_int scbid; in ahd_handle_nonpkt_busfree() local
3293 u_int scbid; in ahd_handle_proto_violation() local
8213 for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) { in ahd_search_qinfifo()
[all …]
H A Daic7xxx_core.c3117 u_int scbid; in ahc_handle_proto_violation() local
3124 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation()
3125 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation()
5635 u_int scbid; in ahc_index_busy_tcl() local
5650 return (scbid); in ahc_index_busy_tcl()
6323 u_int scbid; in ahc_abort_scbs() local
6327 scbid = ahc_index_busy_tcl(ahc, tcl); in ahc_abort_scbs()
6328 scbp = ahc_lookup_scb(ahc, scbid); in ahc_abort_scbs()
6356 u_int scbid; in ahc_abort_scbs() local
6359 scbid = ahc_inb(ahc, SCB_TAG); in ahc_abort_scbs()
[all …]
H A Daic79xx.h69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) argument