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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c268 scb != NULL ? SCB_GET_LUN(scb) : -1);
1208 SCB_GET_LUN(scb), SCB_LIST_NULL,
2177 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
H A Daic79xx_core.c1178 SCB_GET_LUN(scb),
1502 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
1593 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2257 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2503 SCB_GET_LUN(scb), SCB_LIST_NULL,
2527 SCB_GET_LUN(scb), tag,
3593 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
3643 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
4859 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
7208 int slun = SCB_GET_LUN(sc
[all...]
H A Daic7xxx_core.c526 && SCB_GET_LUN(scb) < 8)
527 sc->byte2 = SCB_GET_LUN(scb) << 5;
891 SCB_GET_LUN(scb), scb->hscb->tag,
1351 SCB_GET_LUN(scb), tag,
2254 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
2292 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
3536 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
5152 int slun = SCB_GET_LUN(scb);
5190 lun = SCB_GET_LUN(scb);
H A Daic7xxx.h85 #define SCB_GET_LUN(scb) \ macro
H A Daic79xx_osm.c229 scb != NULL ? SCB_GET_LUN(scb) : -1);
1246 SCB_GET_LUN(scb), SCB_LIST_NULL,

Completed in 153 milliseconds