Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ips/
HDips_commands.c256 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG) > 0){ in ips_get_adapter_info()
357 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG) > 0){ in ips_get_drive_info()
394 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG)){ in ips_flush_cache()
474 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG)){ in ips_ffdc_reset()
589 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG)){ in ips_update_nvram()
649 if (ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG)){ in ips_clear_adapter()
660 if(ips_get_free_cmd(sc, &command, IPS_STATIC_FLAG)){ in ips_clear_adapter()
HDipsreg.h51 #define IPS_STATIC_FLAG 0x01 macro
HDips.c198 if ((flags & IPS_STATIC_FLAG) == 0) { in ips_get_free_cmd()