Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ips/
H A Dips.c141 sc->staticcmd = NULL; in ips_cmdqueue_free()
183 sc->staticcmd = command; in ips_cmdqueue_init()
214 command = sc->staticcmd; in ips_get_free_cmd()
230 if (command != sc->staticcmd) { in ips_insert_free_cmd()
H A Dips.h144 ips_command_t *staticcmd; member