Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/tws/
H A Dtws_cam.c54 int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
731 error = tws_map_request(sc, req); in tws_execute_scsi()
768 error = tws_map_request(sc, req); in tws_send_scsi_cmd()
815 error = tws_map_request(sc, req); in tws_set_param()
862 error = tws_map_request(sc, req); in tws_get_param()
897 tws_map_request(struct tws_softc *sc, struct tws_request *req) in tws_map_request() function
H A Dtws_user.c56 extern int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
154 error = tws_map_request(sc, req); in tws_passthru()