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