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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c269 scb != NULL ? SCB_GET_LUN(scb) : -1);
1266 SCB_GET_LUN(scb), SCB_LIST_NULL,
2213 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
H A Daic7xxx.h85 #define SCB_GET_LUN(scb) \ macro
H A Daic79xx_core.c1898 SCB_GET_LUN(scb),
2222 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2313 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2972 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
3227 SCB_GET_LUN(scb), SCB_LIST_NULL,
3251 SCB_GET_LUN(scb), tag,
4317 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
4367 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
5583 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
7968 int slun = SCB_GET_LUN(sc
[all...]
H A Daic7xxx_core.c1095 && SCB_GET_LUN(scb) < 8)
1096 sc->byte2 = SCB_GET_LUN(scb) << 5;
1461 SCB_GET_LUN(scb), scb->hscb->tag,
1921 SCB_GET_LUN(scb), tag,
2811 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
2849 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
4093 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
5705 int slun = SCB_GET_LUN(scb);
5743 lun = SCB_GET_LUN(scb);
H A Daic79xx_osm.c230 scb != NULL ? SCB_GET_LUN(scb) : -1);
1372 SCB_GET_LUN(scb), SCB_LIST_NULL,

Completed in 109 milliseconds