Home
last modified time | relevance | path

Searched refs:SCB_GET_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Daic7xxx_osm.h84 (SCB_GET_CHANNEL(ahc, scb) == 'A' ? (ahc)->platform_data->sim \
H A Daic7xxx.h93 #define SCB_GET_CHANNEL(ahc, scb) \ macro
H A Daic79xx.c1078 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_seqint()
1399 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_seqint()
1490 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_seqint()
2388 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_nonpkt_busfree()
3534 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role); in ahd_scb_devinfo()
4808 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_msg_reject()
7216 char chan = SCB_GET_CHANNEL(ahd, scb); in ahd_match_scb()
7256 channel = SCB_GET_CHANNEL(ahd, scb); in ahd_freeze_devq()
8237 SCB_GET_CHANNEL(ahd, scb), in ahd_handle_scsi_status()
9300 channel = SCB_GET_CHANNEL(ahd, scb); in ahd_recover_commands()
H A Daic7xxx.c897 SCB_GET_CHANNEL(ahc, scb), in ahc_handle_seqint()
2250 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role); in ahc_scb_devinfo()
3609 SCB_GET_CHANNEL(ahc, scb), in ahc_handle_msg_reject()
5284 char chan = SCB_GET_CHANNEL(ahc, scb); in ahc_match_scb()
5324 channel = SCB_GET_CHANNEL(ahc, scb); in ahc_freeze_devq()
6990 channel = SCB_GET_CHANNEL(ahc, scb); in ahc_recover_commands()
7075 SCB_GET_CHANNEL(ahc, scb), in ahc_recover_commands()
H A Daic79xx.h91 #define SCB_GET_CHANNEL(ahd, scb) \ macro