Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_hdm.c43 extern struct tws_request *tws_get_request(struct tws_softc *sc,
150 req = tws_get_request(sc, TWS_REQ_TYPE_INTERNAL_CMD); in tws_init_connect()
246 req = tws_get_request(sc, TWS_REQ_TYPE_INTERNAL_CMD); in tws_send_generic_cmd()
H A Dtws_user.c52 extern struct tws_request *tws_get_request(struct tws_softc *sc,
105 req = tws_get_request(sc, TWS_REQ_TYPE_PASSTHRU); in tws_passthru()
H A Dtws_cam.c86 extern struct tws_request *tws_get_request(struct tws_softc *sc,
672 req = tws_get_request(sc, TWS_REQ_TYPE_SCSI_IO); in tws_execute_scsi()
741 req = tws_get_request(sc, TWS_REQ_TYPE_AEN_FETCH); in tws_send_scsi_cmd()
781 req = tws_get_request(sc, TWS_REQ_TYPE_GETSET_PARAM); in tws_set_param()
830 req = tws_get_request(sc, TWS_REQ_TYPE_GETSET_PARAM); in tws_get_param()
H A Dtws.c68 struct tws_request *tws_get_request(struct tws_softc *sc, u_int16_t type);
817 tws_get_request(struct tws_softc *sc, u_int16_t type) in tws_get_request() function