Searched refs:tws_get_request (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/tws/ |
| HD | tws_hdm.c | 45 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()
|
| HD | tws_user.c | 54 extern struct tws_request *tws_get_request(struct tws_softc *sc, 104 req = tws_get_request(sc, TWS_REQ_TYPE_PASSTHRU); in tws_passthru()
|
| HD | tws_cam.c | 90 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()
|
| HD | tws.c | 70 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
|