Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_hdm.c61 int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
194 req->error_code = tws_submit_command(sc, req); in tws_init_connect()
266 req->error_code = tws_submit_command(sc, req); in tws_send_generic_cmd()
273 tws_submit_command(struct tws_softc *sc, struct tws_request *req) in tws_submit_command() function
H A Dtws_cam.c89 extern int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
925 error = tws_submit_command(sc, req); in tws_map_request()
975 req->error_code = tws_submit_command(req->sc, req); in tws_dmamap_data_load_cbfn()