Searched refs:TW_CLI_BUSY_Q (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_misc.c142 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_BUSY_Q)) !=
892 ctlr->q_stats[TW_CLI_BUSY_Q].cur_len,
893 ctlr->q_stats[TW_CLI_BUSY_Q].max_len);
922 ctlr->q_stats[TW_CLI_BUSY_Q].max_len = 0;
H A Dtw_cl.h90 #define TW_CLI_BUSY_Q 1 /* q of reqs submitted to fw */ macro
H A Dtw_cl_init.c317 tw_cli_req_q_init(ctlr, TW_CLI_BUSY_Q);
H A Dtw_cl_intr.c260 tw_cli_req_q_remove_item(req, TW_CLI_BUSY_Q);
H A Dtw_cl_io.c221 tw_cli_req_q_insert_tail(req, TW_CLI_BUSY_Q);

Completed in 112 milliseconds