Searched refs:tws_q_remove_tail (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/tws/
H A Dtws_services.c49 struct tws_request * tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type );
291 tws_q_remove_tail(struct tws_softc *sc, u_int8_t q_type ) function
330 return(tws_q_remove_tail(sc, q_type));
H A Dtws_cam.c114 extern struct tws_request * tws_q_remove_tail(struct tws_softc *sc,
590 req = tws_q_remove_tail(sc, TWS_BUSY_Q);
611 req = tws_q_remove_tail(sc, TWS_BUSY_Q);

Completed in 65 milliseconds