Lines Matching refs:tws_request
42 void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
44 struct tws_request * tws_q_remove_request(struct tws_softc *sc,
45 struct tws_request *req, u_int8_t q_type );
46 struct tws_request *tws_q_remove_head(struct tws_softc *sc, u_int8_t q_type );
47 void tws_q_insert_head(struct tws_softc *sc, struct tws_request *req,
49 struct tws_request * tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type );
213 tws_insert2_empty_q(struct tws_softc *sc, struct tws_request *req, in tws_insert2_empty_q()
225 tws_q_insert_head(struct tws_softc *sc, struct tws_request *req, in tws_q_insert_head()
243 tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req, in tws_q_insert_tail()
260 struct tws_request *
264 struct tws_request *r; in tws_q_remove_head()
283 struct tws_request *
287 struct tws_request *r; in tws_q_remove_tail()
307 struct tws_request *
308 tws_q_remove_request(struct tws_softc *sc, struct tws_request *req, in tws_q_remove_request()
312 struct tws_request *r; in tws_q_remove_request()