Home
last modified time | relevance | path

Searched refs:SCB_GET_LUN (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.h93 #define SCB_GET_LUN(scb) \ macro
131 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
HDaic7xxx.c537 && SCB_GET_LUN(scb) < 8) in ahc_handle_seqint()
538 sc->byte2 = SCB_GET_LUN(scb) << 5; in ahc_handle_seqint()
905 SCB_GET_LUN(scb), scb->hscb->tag, in ahc_handle_seqint()
1365 SCB_GET_LUN(scb), tag, in ahc_handle_scsiint()
2259 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role); in ahc_scb_devinfo()
2296 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb); in ahc_setup_initiator_msgout()
3619 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject()
5301 int slun = SCB_GET_LUN(scb); in ahc_match_scb()
5339 lun = SCB_GET_LUN(scb); in ahc_freeze_devq()
7007 lun = SCB_GET_LUN(scb); in ahc_recover_commands()
[all …]
HDaic79xx.c1084 SCB_GET_LUN(scb), in ahd_handle_seqint()
1407 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()
1498 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()
2154 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_pkt_busfree()
2398 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_handle_nonpkt_busfree()
2422 SCB_GET_LUN(scb), tag, in ahd_handle_nonpkt_busfree()
3543 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role); in ahd_scb_devinfo()
3593 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb); in ahd_setup_initiator_msgout()
4818 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahd_handle_msg_reject()
7233 int slun = SCB_GET_LUN(scb); in ahd_match_scb()
[all …]
HDaic7xxx.h95 #define SCB_GET_LUN(scb) \ macro