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