Symbol: tws_request
sys/dev/tws/tws.c
57
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws.c
59
extern struct tws_request *tws_q_remove_request(struct tws_softc *sc,
sys/dev/tws/tws.c
594
sc->reqs = malloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS,
sys/dev/tws/tws.c
60
struct tws_request *req, u_int8_t q_type );
sys/dev/tws/tws.c
61
extern struct tws_request *tws_q_remove_head(struct tws_softc *sc,
sys/dev/tws/tws.c
68
struct tws_request *tws_get_request(struct tws_softc *sc, u_int16_t type);
sys/dev/tws/tws.c
72
void tws_release_request(struct tws_request *req);
sys/dev/tws/tws.c
815
struct tws_request *
sys/dev/tws/tws.c
819
struct tws_request *r = NULL;
sys/dev/tws/tws.c
852
tws_release_request(struct tws_request *req)
sys/dev/tws/tws.h
260
struct tws_request *reqs; /* pointer to requests */
sys/dev/tws/tws.h
264
struct tws_request *q_head[TWS_MAX_QS]; /* head pointers to q's */
sys/dev/tws/tws.h
265
struct tws_request *q_tail[TWS_MAX_QS]; /* tail pointers to q's */
sys/dev/tws/tws_cam.c
104
extern void tws_passthru_complete(struct tws_request *req);
sys/dev/tws/tws_cam.c
110
extern struct tws_request * tws_q_remove_tail(struct tws_softc *sc,
sys/dev/tws/tws_cam.c
1118
struct tws_request *req = (struct tws_request *)arg;
sys/dev/tws/tws_cam.c
1264
tws_freeze_simq(struct tws_softc *sc, struct tws_request *req)
sys/dev/tws/tws_cam.c
318
tws_scsi_complete(struct tws_request *req)
sys/dev/tws/tws_cam.c
340
tws_getset_param_complete(struct tws_request *req)
sys/dev/tws/tws_cam.c
355
tws_aen_complete(struct tws_request *req)
sys/dev/tws/tws_cam.c
433
tws_cmd_complete(struct tws_request *req)
sys/dev/tws/tws_cam.c
446
struct tws_request *req;
sys/dev/tws/tws_cam.c
49
static void tws_scsi_complete(struct tws_request *req);
sys/dev/tws/tws_cam.c
498
tws_scsi_err_complete(struct tws_request *req, struct tws_command_header *hdr)
sys/dev/tws/tws_cam.c
51
void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_cam.c
52
int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_cam.c
552
tws_passthru_err_complete(struct tws_request *req,
sys/dev/tws/tws_cam.c
564
struct tws_request *req;
sys/dev/tws/tws_cam.c
598
struct tws_request *r;
sys/dev/tws/tws_cam.c
61
static void tws_freeze_simq(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_cam.c
639
struct tws_request *req;
sys/dev/tws/tws_cam.c
67
static void tws_scsi_err_complete(struct tws_request *req,
sys/dev/tws/tws_cam.c
69
static void tws_passthru_err_complete(struct tws_request *req,
sys/dev/tws/tws_cam.c
736
struct tws_request *req;
sys/dev/tws/tws_cam.c
77
void tws_cmd_complete(struct tws_request *req);
sys/dev/tws/tws_cam.c
775
struct tws_request *req;
sys/dev/tws/tws_cam.c
78
void tws_aen_complete(struct tws_request *req);
sys/dev/tws/tws_cam.c
80
void tws_getset_param_complete(struct tws_request *req);
sys/dev/tws/tws_cam.c
822
struct tws_request *req;
sys/dev/tws/tws_cam.c
86
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/tws/tws_cam.c
879
tws_unmap_request(struct tws_softc *sc, struct tws_request *req)
sys/dev/tws/tws_cam.c
88
extern void *tws_release_request(struct tws_request *req);
sys/dev/tws/tws_cam.c
89
extern int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_cam.c
895
tws_map_request(struct tws_softc *sc, struct tws_request *req)
sys/dev/tws/tws_cam.c
92
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_cam.c
934
struct tws_request *req = (struct tws_request *)arg;
sys/dev/tws/tws_cam.c
94
extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/tws/tws_cam.c
95
struct tws_request *req, u_int8_t q_type );
sys/dev/tws/tws_hdm.c
143
struct tws_request *req;
sys/dev/tws/tws_hdm.c
242
struct tws_request *req;
sys/dev/tws/tws_hdm.c
273
tws_submit_command(struct tws_softc *sc, struct tws_request *req)
sys/dev/tws/tws_hdm.c
43
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/tws/tws_hdm.c
45
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_hdm.c
47
extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/tws/tws_hdm.c
48
struct tws_request *req, u_int8_t q_type );
sys/dev/tws/tws_hdm.c
50
extern void tws_cmd_complete(struct tws_request *req);
sys/dev/tws/tws_hdm.c
61
int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_hdm.h
391
void (*cb)(struct tws_request *); /* callback func */
sys/dev/tws/tws_hdm.h
397
struct tws_request *next; /* pointer to next request */
sys/dev/tws/tws_hdm.h
398
struct tws_request *prev; /* pointer to prev request */
sys/dev/tws/tws_services.c
213
tws_insert2_empty_q(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
225
tws_q_insert_head(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
243
tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
260
struct tws_request *
sys/dev/tws/tws_services.c
264
struct tws_request *r;
sys/dev/tws/tws_services.c
283
struct tws_request *
sys/dev/tws/tws_services.c
287
struct tws_request *r;
sys/dev/tws/tws_services.c
307
struct tws_request *
sys/dev/tws/tws_services.c
308
tws_q_remove_request(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
312
struct tws_request *r;
sys/dev/tws/tws_services.c
42
void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
44
struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/tws/tws_services.c
45
struct tws_request *req, u_int8_t q_type );
sys/dev/tws/tws_services.c
46
struct tws_request *tws_q_remove_head(struct tws_softc *sc, u_int8_t q_type );
sys/dev/tws/tws_services.c
47
void tws_q_insert_head(struct tws_softc *sc, struct tws_request *req,
sys/dev/tws/tws_services.c
49
struct tws_request * tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type );
sys/dev/tws/tws_user.c
212
tws_passthru_complete(struct tws_request *req)
sys/dev/tws/tws_user.c
44
void tws_passthru_complete(struct tws_request *req);
sys/dev/tws/tws_user.c
52
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/tws/tws_user.c
54
extern int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_user.c
55
extern void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/tws/tws_user.c
87
struct tws_request *req;