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

/linux-master/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_osm.c260 scb != NULL ? SCB_GET_LUN(scb) : -1);
1256 SCB_GET_LUN(scb), SCB_LIST_NULL,
2191 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
H A Daic7xxx.h85 #define SCB_GET_LUN(scb) \ macro
H A Daic79xx_core.c1931 SCB_GET_LUN(scb),
2248 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2341 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2999 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
3241 SCB_GET_LUN(scb), SCB_LIST_NULL,
3265 SCB_GET_LUN(scb), tag,
4353 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
4403 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
5623 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
7951 int slun = SCB_GET_LUN(sc
[all...]
H A Daic7xxx_core.c1096 && SCB_GET_LUN(scb) < 8)
1097 sc->byte2 = SCB_GET_LUN(scb) << 5;
1461 SCB_GET_LUN(scb), scb->hscb->tag,
1906 SCB_GET_LUN(scb), tag,
2828 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
2866 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
4114 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
5696 int slun = SCB_GET_LUN(scb);
5734 lun = SCB_GET_LUN(scb);
H A Daic79xx_osm.c230 scb != NULL ? SCB_GET_LUN(scb) : -1);
1382 SCB_GET_LUN(scb), SCB_LIST_NULL,

Completed in 315 milliseconds