Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daacvar.h210 int (*aif_send_command)(struct aac_softc *, struct aac_ccb *); member
233 ((sc)->sc_if.aif_send_command((sc), cm))
H A Daac.c466 (sc->sc_if.aif_send_command != NULL)) { in aac_check_firmware()