Symbol: tws_request
sys/dev/raid/tws/tws.c
535
sc->reqs = kmalloc(sizeof(struct tws_request) * tws_queue_depth, M_TWS,
sys/dev/raid/tws/tws.c
57
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws.c
59
extern struct tws_request *tws_q_remove_request(struct tws_softc *sc,
sys/dev/raid/tws/tws.c
60
struct tws_request *req, u_int8_t q_type );
sys/dev/raid/tws/tws.c
61
extern struct tws_request *tws_q_remove_head(struct tws_softc *sc,
sys/dev/raid/tws/tws.c
69
struct tws_request *tws_get_request(struct tws_softc *sc, u_int16_t type);
sys/dev/raid/tws/tws.c
73
void tws_release_request(struct tws_request *req);
sys/dev/raid/tws/tws.c
744
struct tws_request *
sys/dev/raid/tws/tws.c
747
struct tws_request *r = NULL;
sys/dev/raid/tws/tws.c
819
tws_release_request(struct tws_request *req)
sys/dev/raid/tws/tws.h
256
struct tws_request *reqs; /* pointer to requests */
sys/dev/raid/tws/tws.h
260
struct tws_request *q_head[TWS_MAX_QS]; /* head pointers to q's */
sys/dev/raid/tws/tws.h
261
struct tws_request *q_tail[TWS_MAX_QS]; /* tail pointers to q's */
sys/dev/raid/tws/tws_cam.c
101
extern void *tws_release_request(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
1013
struct tws_request *req = (struct tws_request *)arg;
sys/dev/raid/tws/tws_cam.c
102
extern int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
105
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_cam.c
107
extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_cam.c
108
struct tws_request *req, u_int8_t q_type );
sys/dev/raid/tws/tws_cam.c
117
extern void tws_passthru_complete(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
1187
struct tws_request *req = (struct tws_request *)arg;
sys/dev/raid/tws/tws_cam.c
123
extern struct tws_request * tws_q_remove_tail(struct tws_softc *sc,
sys/dev/raid/tws/tws_cam.c
357
tws_scsi_complete(struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
381
tws_getset_param_complete(struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
399
tws_aen_complete(struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
481
tws_cmd_complete(struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
496
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
550
tws_scsi_err_complete(struct tws_request *req, struct tws_command_header *hdr)
sys/dev/raid/tws/tws_cam.c
57
static void tws_scsi_complete(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
606
tws_passthru_err_complete(struct tws_request *req,
sys/dev/raid/tws/tws_cam.c
61
void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
62
int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
620
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
649
struct tws_request *r;
sys/dev/raid/tws/tws_cam.c
686
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
78
static void tws_scsi_err_complete(struct tws_request *req,
sys/dev/raid/tws/tws_cam.c
80
static void tws_passthru_err_complete(struct tws_request *req,
sys/dev/raid/tws/tws_cam.c
818
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
857
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
89
void tws_cmd_complete(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
90
void tws_aen_complete(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
903
struct tws_request *req;
sys/dev/raid/tws/tws_cam.c
92
void tws_getset_param_complete(struct tws_request *req);
sys/dev/raid/tws/tws_cam.c
961
tws_unmap_request(struct tws_softc *sc, struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
978
tws_map_request(struct tws_softc *sc, struct tws_request *req)
sys/dev/raid/tws/tws_cam.c
99
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_hdm.c
153
struct tws_request *req;
sys/dev/raid/tws/tws_hdm.c
238
struct tws_request *req;
sys/dev/raid/tws/tws_hdm.c
270
tws_submit_command(struct tws_softc *sc, struct tws_request *req)
sys/dev/raid/tws/tws_hdm.c
45
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_hdm.c
47
extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_hdm.c
49
extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_hdm.c
50
struct tws_request *req, u_int8_t q_type );
sys/dev/raid/tws/tws_hdm.c
52
extern void tws_cmd_complete(struct tws_request *req);
sys/dev/raid/tws/tws_hdm.c
63
int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_hdm.h
412
void (*cb)(struct tws_request *); /* callback func */
sys/dev/raid/tws/tws_hdm.h
418
struct tws_request *next; /* pointer to next request */
sys/dev/raid/tws/tws_hdm.h
419
struct tws_request *prev; /* pointer to prev request */
sys/dev/raid/tws/tws_services.c
220
tws_insert2_empty_q(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
232
tws_q_insert_head(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
250
tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
267
struct tws_request *
sys/dev/raid/tws/tws_services.c
271
struct tws_request *r;
sys/dev/raid/tws/tws_services.c
290
struct tws_request *
sys/dev/raid/tws/tws_services.c
294
struct tws_request *r;
sys/dev/raid/tws/tws_services.c
314
struct tws_request *
sys/dev/raid/tws/tws_services.c
315
tws_q_remove_request(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
319
struct tws_request *r;
sys/dev/raid/tws/tws_services.c
42
void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
44
struct tws_request * tws_q_remove_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_services.c
45
struct tws_request *req, u_int8_t q_type );
sys/dev/raid/tws/tws_services.c
46
struct tws_request *tws_q_remove_head(struct tws_softc *sc, u_int8_t q_type );
sys/dev/raid/tws/tws_services.c
47
void tws_q_insert_head(struct tws_softc *sc, struct tws_request *req,
sys/dev/raid/tws/tws_services.c
49
struct tws_request * tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type );
sys/dev/raid/tws/tws_user.c
177
tws_passthru_complete(struct tws_request *req)
sys/dev/raid/tws/tws_user.c
45
void tws_passthru_complete(struct tws_request *req);
sys/dev/raid/tws/tws_user.c
54
extern struct tws_request *tws_get_request(struct tws_softc *sc,
sys/dev/raid/tws/tws_user.c
56
extern int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_user.c
57
extern void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
sys/dev/raid/tws/tws_user.c
94
struct tws_request *req;