Symbol: SCB_GET_LUN
drivers/scsi/aic7xxx/aic79xx.h
121
((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
drivers/scsi/aic7xxx/aic79xx_core.c
1931
SCB_GET_LUN(scb),
drivers/scsi/aic7xxx/aic79xx_core.c
2248
SCB_GET_LUN(scb), SCB_GET_TAG(scb),
drivers/scsi/aic7xxx/aic79xx_core.c
2341
SCB_GET_LUN(scb), SCB_GET_TAG(scb),
drivers/scsi/aic7xxx/aic79xx_core.c
2999
SCB_GET_LUN(scb), SCB_GET_TAG(scb),
drivers/scsi/aic7xxx/aic79xx_core.c
3241
SCB_GET_LUN(scb), SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic79xx_core.c
3265
SCB_GET_LUN(scb), tag,
drivers/scsi/aic7xxx/aic79xx_core.c
4353
SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
drivers/scsi/aic7xxx/aic79xx_core.c
4403
identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic79xx_core.c
5623
SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic79xx_core.c
7951
int slun = SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic79xx_core.c
7989
lun = SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic79xx_core.c
8950
SCB_GET_LUN(scb),
drivers/scsi/aic7xxx/aic79xx_core.c
8978
&& SCB_GET_LUN(scb) < 8)
drivers/scsi/aic7xxx/aic79xx_core.c
8979
sc->byte2 = SCB_GET_LUN(scb) << 5;
drivers/scsi/aic7xxx/aic79xx_osm.c
1382
SCB_GET_LUN(scb), SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic79xx_osm.c
230
scb != NULL ? SCB_GET_LUN(scb) : -1);
drivers/scsi/aic7xxx/aic7xxx_core.c
1096
&& SCB_GET_LUN(scb) < 8)
drivers/scsi/aic7xxx/aic7xxx_core.c
1097
sc->byte2 = SCB_GET_LUN(scb) << 5;
drivers/scsi/aic7xxx/aic7xxx_core.c
1461
SCB_GET_LUN(scb), scb->hscb->tag,
drivers/scsi/aic7xxx/aic7xxx_core.c
1906
SCB_GET_LUN(scb), tag,
drivers/scsi/aic7xxx/aic7xxx_core.c
2828
SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
drivers/scsi/aic7xxx/aic7xxx_core.c
2866
identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic7xxx_core.c
4114
SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic7xxx_core.c
5696
int slun = SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic7xxx_core.c
5734
lun = SCB_GET_LUN(scb);
drivers/scsi/aic7xxx/aic7xxx_osm.c
1256
SCB_GET_LUN(scb), SCB_LIST_NULL,
drivers/scsi/aic7xxx/aic7xxx_osm.c
2191
&& ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
drivers/scsi/aic7xxx/aic7xxx_osm.c
260
scb != NULL ? SCB_GET_LUN(scb) : -1);