Home
last modified time | relevance | path

Searched refs:ips_get_free_cmd (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ips/
H A Dips_commands.c160 if (ips_get_free_cmd(sc, &command, 0)) in ips_start_io_request()
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()
H A Dips.h172 extern int ips_get_free_cmd(ips_softc_t *sc, ips_command_t **command, unsigned long flags);
H A Dips_ioctl.c117 if((error = ips_get_free_cmd(sc, &command, 0)) > 0){ in ips_ioctl_cmd()
H A Dips_disk.c204 if (ips_get_free_cmd(sc, &command, 0) != 0) { in ipsd_dump()
H A Dips.c194 int ips_get_free_cmd(ips_softc_t *sc, ips_command_t **cmd, unsigned long flags) in ips_get_free_cmd() function