Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws_hdm.c63 int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
188 req->error_code = tws_submit_command(sc, req); in tws_init_connect()
262 req->error_code = tws_submit_command(sc, req); in tws_send_generic_cmd()
270 tws_submit_command(struct tws_softc *sc, struct tws_request *req) in tws_submit_command() function
H A Dtws_cam.c102 extern int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
1001 error = tws_submit_command(sc, req); in tws_map_request()
1048 req->error_code = tws_submit_command(req->sc, req); in tws_dmamap_data_load_cbfn()