Home
last modified time | relevance | path

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

/NextBSD/sys/dev/tws/
HDtws_hdm.c63 int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
197 req->error_code = tws_submit_command(sc, req); in tws_init_connect()
269 req->error_code = tws_submit_command(sc, req); in tws_send_generic_cmd()
277 tws_submit_command(struct tws_softc *sc, struct tws_request *req) in tws_submit_command() function
HDtws_cam.c93 extern int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
951 error = tws_submit_command(sc, req); in tws_map_request()
1004 req->error_code = tws_submit_command(req->sc, req); in tws_dmamap_data_load_cbfn()