Searched refs:tws_get_request (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/tws/ |
H A D | tws_hdm.c | 43 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 D | tws_user.c | 52 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 D | tws_cam.c | 86 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 D | tws.c | 68 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
|