Searched refs:aif_send_command (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h246 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm); member in struct:aac_interface
269 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if->aif_send_command((sc), (cm)))
H A Daac.c1771 && sc->aac_if->aif_send_command)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h281 int (*aif_send_command)(struct aac_softc *sc, struct aac_command *cm); member in struct:aac_interface
300 #define AAC_SEND_COMMAND(sc, cm) ((sc)->aac_if.aif_send_command((sc), (cm)))
H A Daacraid.c1640 if (sc->aac_if.aif_send_command) {

Completed in 115 milliseconds