Home
last modified time | relevance | path

Searched refs:TW_OSLI_BUSY_Q (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_freebsd.c655 tw_osli_req_q_init(sc, TW_OSLI_BUSY_Q); in tw_osli_alloc_mem()
1088 tw_osli_req_q_remove_item(req, TW_OSLI_BUSY_Q); in tw_osl_complete_passthru()
1215 tw_osli_req_q_insert_tail(req, TW_OSLI_BUSY_Q); in twa_map_load_data_callback()
1429 tw_osli_req_q_insert_tail(req, TW_OSLI_BUSY_Q); in tw_osli_map_request()
1567 sc->q_stats[TW_OSLI_BUSY_Q].cur_len, in tw_osli_print_ctlr_stats()
1568 sc->q_stats[TW_OSLI_BUSY_Q].max_len); in tw_osli_print_ctlr_stats()
1618 sc->q_stats[TW_OSLI_BUSY_Q].max_len = 0; in twa_reset_stats()
H A Dtw_osl.h89 #define TW_OSLI_BUSY_Q 1 /* q of reqs submitted to CL */ macro
H A Dtw_osl_cam.c707 tw_osli_req_q_remove_item(req, TW_OSLI_BUSY_Q); in tw_osl_complete_io()