Searched refs:tw_cli_req_q_remove_head (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/twa/
H A Dtw_cl_misc.c88 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) !=
142 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_BUSY_Q)) !=
198 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) !=
580 req = tw_cli_req_q_remove_head(ctlr, TW_CLI_FREE_Q);
H A Dtw_cl_intr.c294 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) !=
363 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) !=
H A Dtw_cl.h286 tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) function
H A Dtw_cl_io.c1115 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_RESET_Q)) != TW_CL_NULL) {

Completed in 107 milliseconds