Searched refs:mfi_send_frame (Results 1 – 1 of 1) sorted by relevance
107 static int mfi_send_frame(struct mfi_softc *, struct mfi_command *);2332 error = mfi_send_frame(sc, cm); in mfi_mapcmd()2439 if ((error = mfi_send_frame(sc, cm)) != 0) { in mfi_data_cb()2455 mfi_send_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_send_frame() function