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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h95 #define SCB_GET_LUN(scb) \ macro
133 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
H A Daic7xxx.c538 && SCB_GET_LUN(scb) < 8)
539 sc->byte2 = SCB_GET_LUN(scb) << 5;
906 SCB_GET_LUN(scb), scb->hscb->tag,
1366 SCB_GET_LUN(scb), tag,
2260 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role);
2297 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
3620 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
5309 int slun = SCB_GET_LUN(scb);
5347 lun = SCB_GET_LUN(scb);
7015 lun = SCB_GET_LUN(sc
[all...]
H A Daic79xx.c1085 SCB_GET_LUN(scb),
1408 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
1499 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2155 SCB_GET_LUN(scb), SCB_GET_TAG(scb),
2399 SCB_GET_LUN(scb), SCB_LIST_NULL,
2423 SCB_GET_LUN(scb), tag,
3544 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
3594 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
4819 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
7243 int slun = SCB_GET_LUN(sc
[all...]
H A Daic7xxx.h97 #define SCB_GET_LUN(scb) \ macro

Completed in 136 milliseconds