Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac_disk.c269 if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aac_disk_dump()
H A Daac.c507 (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_alloc()
1249 } else if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aac_bio_command()
1579 } else if ((cm->cm_sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aac_map_command_sg()
1765 sc->flags |= AAC_FLAGS_SG_64BIT; in aac_check_firmware()
1808 if (sc->flags & AAC_FLAGS_SG_64BIT) in aac_check_firmware()
3130 (sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aac_ioctl_send_raw_srb()
3175 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) != 0 ? in aac_ioctl_send_raw_srb()
H A Daacvar.h403 #define AAC_FLAGS_SG_64BIT (1 << 4) /* Use 64-bit S/G addresses */ macro
H A Daac_cam.c441 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_cam_action()
/freebsd/sys/dev/aacraid/
H A Daacraid.c575 (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_alloc()
1380 } else if ((cm->cm_sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aacraid_map_command_sg()
1626 sc->flags |= AAC_FLAGS_SG_64BIT; in aac_check_firmware()
1685 if (sc->flags & AAC_FLAGS_SG_64BIT) in aac_check_firmware()
2962 (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_ioctl_send_raw_srb()
3010 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_ioctl_send_raw_srb()
H A Daacraid_var.h423 #define AAC_FLAGS_SG_64BIT (1 << 4) /* Use 64-bit S/G addresses */ macro
H A Daacraid_cam.c445 } else if ((sc->flags & AAC_FLAGS_SG_64BIT) == 0) { in aac_container_rw_command()
911 fib->Header.Command = (sc->flags & AAC_FLAGS_SG_64BIT) ? in aac_passthrough_command()