Home
last modified time | relevance | path

Searched refs:staticcmd (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/raid/ips/
H A Dips.c139 sc->staticcmd = NULL; in ips_cmdqueue_free()
178 sc->staticcmd = command; in ips_cmdqueue_init()
216 command = sc->staticcmd; in ips_get_free_cmd()
243 if (command == sc->staticcmd) in ips_insert_free_cmd()
H A Dips.h443 ips_command_t *staticcmd; member