Searched refs:IPS_STATIC_FLAG (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/ips/ |
| HD | ips_commands.c | 256 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()
|
| HD | ipsreg.h | 51 #define IPS_STATIC_FLAG 0x01 macro
|
| HD | ips.c | 198 if ((flags & IPS_STATIC_FLAG) == 0) { in ips_get_free_cmd()
|