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

/freebsd-10.2-release/sys/dev/mfi/
H A Dmfi.c110 static int mfi_send_frame(struct mfi_softc *, struct mfi_command *);
2336 error = mfi_send_frame(sc, cm);
2443 if ((error = mfi_send_frame(sc, cm)) != 0) {
2444 printf("error %d in callback from mfi_send_frame\n", error);
2459 mfi_send_frame(struct mfi_softc *sc, struct mfi_command *cm) function

Completed in 42 milliseconds