Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/twa/
H A Dtw_cl_misc.c82 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) != in tw_cli_drain_complete_queue()
134 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_BUSY_Q)) != in tw_cli_drain_busy_queue()
188 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) != in tw_cli_drain_pending_queue()
556 req = tw_cli_req_q_remove_head(ctlr, TW_CLI_FREE_Q); in tw_cli_get_request()
H A Dtw_cl_intr.c279 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_PENDING_Q)) != in tw_cli_submit_pending_queue()
346 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_COMPLETE_Q)) != in tw_cli_process_complete_queue()
H A Dtw_cl.h267 tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_remove_head() function
H A Dtw_cl_io.c1090 while ((req = tw_cli_req_q_remove_head(ctlr, TW_CLI_RESET_Q)) != TW_CL_NULL) { in tw_cl_reset_ctlr()