Home
last modified time | relevance | path

Searched refs:tws_get_request (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/tws/
HDtws_hdm.c45 extern struct tws_request *tws_get_request(struct tws_softc *sc,
153 req = tws_get_request(sc, TWS_REQ_TYPE_INTERNAL_CMD); in tws_init_connect()
249 req = tws_get_request(sc, TWS_REQ_TYPE_INTERNAL_CMD); in tws_send_generic_cmd()
HDtws_user.c54 extern struct tws_request *tws_get_request(struct tws_softc *sc,
104 req = tws_get_request(sc, TWS_REQ_TYPE_PASSTHRU); in tws_passthru()
HDtws_cam.c90 extern struct tws_request *tws_get_request(struct tws_softc *sc,
695 req = tws_get_request(sc, TWS_REQ_TYPE_SCSI_IO); in tws_execute_scsi()
765 req = tws_get_request(sc, TWS_REQ_TYPE_AEN_FETCH); in tws_send_scsi_cmd()
805 req = tws_get_request(sc, TWS_REQ_TYPE_GETSET_PARAM); in tws_set_param()
855 req = tws_get_request(sc, TWS_REQ_TYPE_GETSET_PARAM); in tws_get_param()
HDtws.c70 struct tws_request *tws_get_request(struct tws_softc *sc, u_int16_t type);
848 tws_get_request(struct tws_softc *sc, u_int16_t type) in tws_get_request() function