Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
HDtws_hdm.c45 extern struct tws_request *tws_get_request(struct tws_softc *sc,
159 req = tws_get_request(sc, TWS_INTERNAL_CMD_REQ); in tws_init_connect()
242 req = tws_get_request(sc, TWS_INTERNAL_CMD_REQ); 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_PASSTHRU_REQ); in tws_passthru()
HDtws_cam.c99 extern struct tws_request *tws_get_request(struct tws_softc *sc,
719 req = tws_get_request(sc, TWS_SCSI_IO_REQ); in tws_execute_scsi()
823 req = tws_get_request(sc, TWS_AEN_FETCH_REQ); in tws_send_scsi_cmd()
863 req = tws_get_request(sc, TWS_GETSET_PARAM_REQ); in tws_set_param()
912 req = tws_get_request(sc, TWS_GETSET_PARAM_REQ); in tws_get_param()
HDtws.c69 struct tws_request *tws_get_request(struct tws_softc *sc, u_int16_t type);
745 tws_get_request(struct tws_softc *sc, u_int16_t type) in tws_get_request() function