Searched refs:AAC_FLAGS_SG_64BIT (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daac_disk.c266 if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
H A Daac.c508 (sc->flags & AAC_FLAGS_SG_64BIT) ?
1251 } else if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
1582 } else if ((cm->cm_sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
1768 sc->flags |= AAC_FLAGS_SG_64BIT;
1811 if (sc->flags & AAC_FLAGS_SG_64BIT)
3134 (sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
3179 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) != 0 ?
H A Daacvar.h403 #define AAC_FLAGS_SG_64BIT (1 << 4) /* Use 64-bit S/G addresses */ macro
H A Daac_cam.c444 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ?
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h450 #define AAC_FLAGS_SG_64BIT (1 << 4) /* Use 64-bit S/G addresses */ macro
H A Daacraid.c598 (sc->flags & AAC_FLAGS_SG_64BIT) ?
1394 } else if ((cm->cm_sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
1638 sc->flags |= AAC_FLAGS_SG_64BIT;
1697 if (sc->flags & AAC_FLAGS_SG_64BIT)
2946 (sc->flags & AAC_FLAGS_SG_64BIT) ?
2994 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ?
H A Daacraid_cam.c463 } else if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) {
924 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ?

Completed in 225 milliseconds