Searched refs:SCB_GET_LUN (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx.h83 #define SCB_GET_LUN(scb) \ macro
121 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
H A Daic7xxx.h85 #define SCB_GET_LUN(scb) \ macro
H A Daic79xx_core.c1944 SCB_GET_LUN(scb),
2268 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2359 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
3018 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
3273 SCB_GET_LUN(scb), SCB_LIST_NULL,
3297 SCB_GET_LUN(scb), tag,
4389 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
4439 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
5659 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
8048 int slun = SCB_GET_LUN(sc
[all...]
H A Daic7xxx_core.c1103 && SCB_GET_LUN(scb) < 8)
1104 sc->byte2 = SCB_GET_LUN(scb) << 5;
1469 SCB_GET_LUN(scb), scb->hscb->tag,
1929 SCB_GET_LUN(scb), tag,
2853 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
2891 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
4139 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
5761 int slun = SCB_GET_LUN(scb);
5799 lun = SCB_GET_LUN(scb);
H A Daic7xxx_osm.c269 scb != NULL ? SCB_GET_LUN(scb) : -1);
1278 SCB_GET_LUN(scb), SCB_LIST_NULL,
2226 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
H A Daic79xx_osm.c230 scb != NULL ? SCB_GET_LUN(scb) : -1);
1398 SCB_GET_LUN(scb), SCB_LIST_NULL,

Completed in 166 milliseconds