Searched refs:TWS_FREE_Q (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/tws/ |
| H A D | tws_services.h | 117 #define TWS_FREE_Q 0 macro
|
| H A D | tws.c | 695 tws_q_insert_tail(sc, &sc->reqs[i], TWS_FREE_Q); in tws_init_reqs() 824 r = tws_q_remove_head(sc, TWS_FREE_Q); in tws_get_request() 859 tws_q_insert_tail(sc, req, TWS_FREE_Q); in tws_release_request()
|
| H A D | tws_cam.c | 335 tws_q_insert_tail(sc, req, TWS_FREE_Q); in tws_scsi_complete() 547 tws_q_insert_tail(sc, req, TWS_FREE_Q); in tws_scsi_err_complete() 589 tws_q_insert_tail(sc, req, TWS_FREE_Q); in tws_drain_busy_queue()
|