Home
last modified time | relevance | path

Searched refs:aac_support_opt2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid.c440 if (sc->aac_support_opt2 & AAC_SUPPORTED_VARIABLE_BLOCK_SIZE) in aac_get_container_info()
485 if (!(sc->aac_support_opt2 & AAC_SUPPORTED_VARIABLE_BLOCK_SIZE)) { in aac_get_container_info()
1801 if (sc->aac_support_opt2 & AAC_SUPPORTED_POWER_MANAGEMENT) { in aac_init()
2509 sc->aac_support_opt2 = le32toh(supp_info->SupportedOptions2); in aac_describe_controller()
3839 if (sc->aac_support_opt2 & AAC_SUPPORTED_MU_RESET) { in aac_reset_adapter()
3887 (sc->aac_support_opt2 & AAC_SUPPORTED_DOORBELL_RESET)) { in aac_reset_adapter()
H A Daacraid_var.h453 u_int32_t aac_support_opt2; /* supp. options from suppl. info */ member
H A Daacraid_cam.c610 if (sc->aac_support_opt2 & AAC_SUPPORTED_POWER_MANAGEMENT) { in aac_container_special_command()